Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dependencies #223

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 10, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
chai (source) 4.3.4 -> 4.5.0 age adoption passing confidence
eslint (source) 7.25.0 -> 7.32.0 age adoption passing confidence
eslint-config-prettier 8.3.0 -> 8.10.0 age adoption passing confidence
eslint-plugin-import 2.22.1 -> 2.31.0 age adoption passing confidence
eslint-plugin-prettier 3.4.0 -> 3.4.1 age adoption passing confidence
eslint-plugin-security 1.4.0 -> 1.7.1 age adoption passing confidence
mocha (source) 8.3.2 -> 8.4.0 age adoption passing confidence
npm (source) 6.14.13 -> 6.14.18 age adoption passing confidence
prettier (source) 2.2.1 -> 2.8.8 age adoption passing confidence
sinon-chai 3.6.0 -> 3.7.0 age adoption passing confidence

Release Notes

chaijs/chai (chai)

v4.5.0

Compare Source

v4.4.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.10...v4.4.0

v4.3.10

Compare Source

This release simply bumps all dependencies to their latest non-breaking versions.

What's Changed

Full Changelog: chaijs/chai@v4.3.9...v4.3.10

v4.3.9

Compare Source

Upgrade dependencies.

This release upgrades dependencies to address CVE-2023-43646 where a large function name can cause "catastrophic backtracking" (aka ReDOS attack) which can cause the test suite to hang.

Full Changelog: chaijs/chai@v4.3.8...v4.3.9

v4.3.8

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v4.3.7...v4.3.8

v4.3.7

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.6...v4.3.7

v4.3.6

Compare Source

Update loupe to 2.3.1

v4.3.5

Compare Source

eslint/eslint (eslint)

v7.32.0

Compare Source

v7.31.0

Compare Source

v7.30.0

Compare Source

v7.29.0

Compare Source

v7.28.0

Compare Source

v7.27.0

Compare Source

  • 2c0868c Chore: merge all html formatter files into html.js (#​14612) (Milos Djermanovic)
  • 9e9b5e0 Update: no-unused-vars false negative with comma operator (fixes #​14325) (#​14354) (Nitin Kumar)
  • afe9569 Chore: use includes instead of indexOf (#​14607) (Mikhail Bodrov)
  • c0f418e Chore: Remove lodash (#​14287) (Stephen Wade)
  • 52655dd Update: no-restricted-imports custom message for patterns (fixes #​11843) (#​14580) (Alex Holden)
  • 967b1c4 Chore: Fix typo in large.js (#​14589) (Ikko Ashimine)
  • 2466a05 Sponsors: Sync README with website (ESLint Jenkins)
  • fe29f18 Sponsors: Sync README with website (ESLint Jenkins)
  • 086c1d6 Chore: add more test cases for no-sequences (#​14579) (Nitin Kumar)
  • 6a2ced8 Docs: Update README team and sponsors (ESLint Jenkins)

v7.26.0

Compare Source

  • aaf65e6 Upgrade: eslintrc for ModuleResolver fix (#​14577) (Brandon Mills)
  • ae6dbd1 Fix: track variables, not names in require-atomic-updates (fixes #​14208) (#​14282) (Patrick Ahmetovic)
  • 6a86e50 Chore: remove loose-parser tests (fixes #​14315) (#​14569) (Milos Djermanovic)
  • ee3a3ea Fix: create .eslintrc.cjs for module type (#​14304) (Nitin Kumar)
  • 6791dec Docs: fix example for require-atomic-updates (#​14562) (Milos Djermanovic)
  • 388eb7e Sponsors: Sync README with website (ESLint Jenkins)
  • f071d1e Update: Add automated suggestion to radix rule for parsing decimals (#​14291) (Bryan Mishkin)
  • 0b6a3f3 New: Include XO style guide in eslint --init (#​14193) (Federico Brigante)
prettier/eslint-config-prettier (eslint-config-prettier)

v8.10.0

Compare Source

  • Added: [max-statements-per-line]. Thanks to @​Zamiell!

v8.9.0

Compare Source

  • Added: [vue/array-element-newline]. Thanks to @​xcatliu!

v8.8.0

Compare Source

v8.7.0

Compare Source

v8.6.0

Compare Source

  • Added: [vue/multiline-ternary]. Thanks to @​xcatliu!

v8.5.0

Compare Source

v8.4.0

Compare Source

import-js/eslint-plugin-import (eslint-plugin-import)

v2.31.0

Compare Source

Added
Fixed
Changed

v2.30.0

Compare Source

Added
Fixed
Changed
  • [Docs] no-extraneous-dependencies: Make glob pattern description more explicit ([#​2944], thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug [#​2866]
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap ([#​2982], thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic ([#​2985], thanks [@​soryy708])
  • [Docs] order: Add a quick note on how unbound imports and --fix ([#​2640], thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) ([#​2987], thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting ([#​2989], thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files ([#​2991], thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option ([#​3036], thanks [@​liby])
  • [readme] Clarify how to install the plugin ([#​2993], thanks [@​jwbth])

v2.29.1

Compare Source

Fixed

v2.29.0

Compare Source

Added

v2.28.1

Compare Source

Fixed
Changed

v2.28.0

Compare Source

Fixed
  • [no-duplicates]: remove duplicate identifiers in duplicate imports ([#​2577], thanks [@​joe-matsec])
  • [consistent-type-specifier-style]: fix accidental removal of comma in certain cases ([#​2754], thanks [@​bradzacher])
  • [Perf] ExportMap: Improve ExportMap.for performance on larger codebases ([#​2756], thanks [@​leipert])
  • [no-extraneous-dependencies]/TypeScript: do not error when importing inline type from dev dependencies ([#​1820], thanks [@​andyogo])
  • [newline-after-import]/TypeScript: do not error when re-exporting a namespaced import ([#​2832], thanks [@​laurens-dg])
  • [order]: partial fix for [#​2687] (thanks [@​ljharb])
  • [no-duplicates]: Detect across type and regular imports ([#​2835], thanks [@​benkrejci])
  • [extensions]: handle . and .. properly ([#​2778], thanks [@​benasher44])
  • [no-unused-modules]: improve schema (thanks [@​ljharb])
  • [no-unused-modules]: report error on binding instead of parent export ([#​2842], thanks [@​Chamion])
Changed
  • [Docs] [no-duplicates]: fix example schema ([#​2684], thanks [@​simmo])
  • [Docs] [group-exports]: fix syntax highlighting ([#​2699], thanks [@​devinrhode2])
  • [Docs] [extensions]: reference node ESM behavior ([#​2748], thanks [@​xM8WVqaG])
  • [Refactor] [exports-last]: use array.prototype.findlastindex (thanks [@​ljharb])
  • [Refactor] [no-anonymous-default-export]: use object.fromentries (thanks [@​ljharb])
  • [Refactor] [no-unused-modules]: use array.prototype.flatmap (thanks [@​ljharb])

v2.27.5

Compare Source

Fixed

v2.27.4

Compare Source

Fixed
  • semver should be a prod dep ([#​2668])

v2.27.3

Compare Source

Fixed
  • [no-empty-named-blocks]: rewrite rule to only check import declarations ([#​2666])

v2.27.2

Compare Source

Fixed
  • [no-duplicates]: do not unconditionally require typescript ([#​2665])

v2.27.1

Compare Source

Fixed

v2.27.0

Compare Source

Added
Fixed

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 808ff36 to 65ab637 Compare May 15, 2021 17:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7c14ac0 to aefbbd0 Compare May 25, 2021 12:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f8ae447 to 099a490 Compare June 5, 2021 11:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 099a490 to d033cee Compare June 18, 2021 22:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d033cee to 23d6f59 Compare October 18, 2021 22:11
@renovate renovate bot changed the title Update all non-major dependencies Update all non-major dependencies Docker tags Oct 18, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 23d6f59 to 9da8b95 Compare March 7, 2022 09:33
@renovate renovate bot changed the title Update all non-major dependencies Docker tags Update all non-major dependencies Mar 7, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Mar 7, 2022

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package.json
Post-upgrade command 'npm run lintfix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: .circleci/config.yml
Post-upgrade command 'npm run lintfix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm run lintfix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm run lintfix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm run lintfix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm run lintfix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm run lintfix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm run lintfix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm run lintfix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm run lintfix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm run lintfix' has not been added to the allowed list in allowedPostUpgradeCommands

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9da8b95 to 0712d37 Compare March 26, 2022 12:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0712d37 to ebb0797 Compare April 24, 2022 21:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ebb0797 to 6ea7d91 Compare May 15, 2022 21:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6ea7d91 to 3ca97ca Compare June 24, 2022 00:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3ca97ca to 1968c93 Compare November 20, 2022 16:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7f4185e to 2496e9b Compare March 24, 2023 20:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2496e9b to 4bb7d61 Compare May 28, 2023 11:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0e7694a to 05e8004 Compare August 3, 2023 08:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ee883e9 to b73ea54 Compare August 24, 2023 15:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3f52fdc to 8539b45 Compare September 28, 2023 10:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8539b45 to 3a9e7e4 Compare October 23, 2023 11:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3a9e7e4 to 755c943 Compare December 14, 2023 21:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from cf5c23f to 3373048 Compare January 12, 2024 15:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3373048 to b8868f1 Compare July 25, 2024 14:48
Copy link
Contributor Author

renovate bot commented Jul 25, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package.json
Post-upgrade command 'npm run lintfix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm run lintfix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm run lintfix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm run lintfix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm run lintfix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm run lintfix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm run lintfix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm run lintfix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm run lintfix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm run lintfix' has not been added to the allowed list in allowedPostUpgradeCommands

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b8868f1 to 7d55d9b Compare September 3, 2024 08:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7d55d9b to c0da103 Compare October 9, 2024 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants