Bump js-yaml, eslint, eslint-config-airbnb-base, eslint-plugin-import, mocha and rewire - #32
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump js-yaml, eslint, eslint-config-airbnb-base, eslint-plugin-import, mocha and rewire#32dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…, mocha and rewire Bumps [js-yaml](https://github.com/nodeca/js-yaml) to 4.2.0 and updates ancestor dependencies [js-yaml](https://github.com/nodeca/js-yaml), [eslint](https://github.com/eslint/eslint), [eslint-config-airbnb-base](https://github.com/airbnb/javascript), [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import), [mocha](https://github.com/mochajs/mocha) and [rewire](https://github.com/jhnns/rewire). These dependencies need to be updated together. Updates `js-yaml` from 3.14.1 to 4.2.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/commits) Updates `eslint` from 6.8.0 to 10.5.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v6.8.0...v10.5.0) Updates `eslint-config-airbnb-base` from 14.2.1 to 15.0.0 - [Commits](airbnb/javascript@eslint-config-airbnb-base-v14.2.1...eslint-config-airbnb-base-v15.0.0) Updates `eslint-plugin-import` from 2.23.4 to 2.32.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.23.4...v2.32.0) Updates `mocha` from 8.4.0 to 11.7.6 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/v11.7.6/CHANGELOG.md) - [Commits](mochajs/mocha@v8.4.0...v11.7.6) Updates `rewire` from 5.0.0 to 9.0.1 - [Release notes](https://github.com/jhnns/rewire/releases) - [Changelog](https://github.com/jhnns/rewire/blob/master/CHANGELOG.md) - [Commits](jhnns/rewire@v5.0.0...v9.0.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: indirect - dependency-name: eslint dependency-version: 10.5.0 dependency-type: direct:development - dependency-name: eslint-config-airbnb-base dependency-version: 15.0.0 dependency-type: direct:development - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development - dependency-name: mocha dependency-version: 11.7.6 dependency-type: direct:development - dependency-name: rewire dependency-version: 9.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #33. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps js-yaml to 4.2.0 and updates ancestor dependencies js-yaml, eslint, eslint-config-airbnb-base, eslint-plugin-import, mocha and rewire. These dependencies need to be updated together.
Updates
js-yamlfrom 3.14.1 to 4.2.0Changelog
Sourced from js-yaml's changelog.
... (truncated)
Commits
Updates
eslintfrom 6.8.0 to 10.5.0Release notes
Sourced from eslint's releases.
... (truncated)
Commits
de3b67210.5.0362a518Build: changelog update for 10.5.05ca8c52feat: correct stack tracking in max-nested-callbacks (#20973)b565783feat: report no-with violations at the with keyword (#20971)2ce032ffeat: report max-lines-per-function violations at function head (#20966)732cb3efeat: report max-nested-callbacks violations at function head (#20967)f9c138afeat: report max-depth violations on keywords (#20943)8ae1b5bdocs: Update READMEca7eb90docs: update Node.js prerequisites to include ICU support (#20962)b18bf58chore: update ecosystem plugins (#20959)Maintainer changes
This version was pushed to npm by eslintbot, a new releaser for eslint since your current version.
Updates
eslint-config-airbnb-basefrom 14.2.1 to 15.0.0Commits
366bfa6[eslint config] [base] v15.0.0f3d3a07[eslint config] [base] [breaking] drop eslint < 7, add eslint 8eac8cc6[eslint config] [base] [breaking] addexportsbe6966b[eslint-config] [meta] add--no-saveto link scripts4fc997b[readme] some updates96f11d8[actions] run prepublishOnly in prepublish testsc12a08c[actions] fix action working directories10a6d02[meta] useprepublishOnlyscript for npm 7+ef6c478[eslint config] [*] [dev deps] update@babel/runtime6734b78[eslint config] [*] [deps] updateeslint-plugin-import,object.entriesInstall script changes
This version modifies
prepublishscript that runs during installation. Review the package contents before updating.Updates
eslint-plugin-importfrom 2.23.4 to 2.32.0Release notes
Sourced from eslint-plugin-import's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-import's changelog.
... (truncated)
Commits
01c9eb0v2.32.0ae57cc1[Deps] updatearray-includes,array.prototype.findlastindex, `eslint-modu...9e1ad6b[Fix]order: codify invariants from docs into config schemaf017790[Docs]no-restricted-paths: clarify wording and fix errors7d83a57[Docs]no-unused-modules: add missing double quote519eb94[utils] v2.12.171ad145[actions] split out tests into new vs old eslint9b096c4[utils] [dev deps] update@arethetypeswrong/cli,@ljharb/tsconfig, `@type...da5f6ec[Fix]enforce-node-protocol-usage: avoid a crash with some TS code6e49a58[Refactor]order: remove unnecessary negative checkUpdates
mochafrom 8.4.0 to 11.7.6Release notes
Sourced from mocha's releases.
... (truncated)
Changelog
Sourced from mocha's changelog.
... (truncated)
Commits
3765ba0chore(v11.x): release 11.7.6 (#5632)73ebdfafix(test): replacewmicusage with native Windows API (#5694)aafe6fdfix: makedescribe().timeout()work0696784chore: format all code (#5629)8d01d33chore: remove Netlify (#5630)9a6a5dbchore(v11.x): release 11.7.5 (#5523)8b21b38chore: run tests on PRs for and pushes to v11.x (#5525)663fff4chore: setup release-please for v11 (#5522)8d97220Update release-please to include v11.x and use Node ^22d89dbaffix: swallow morerequireerrors from *ts files (#5498)Maintainer changes
This version was pushed to npm by joshuakgoldberg, a new releaser for mocha since your current version.
Updates
rewirefrom 5.0.0 to 9.0.1Release notes
Sourced from rewire's releases.
Changelog
Sourced from rewire's changelog.
Commits
37a5e02v9.0.107a31dafix: Use pirates for proper load extensions install/uninstall handling (#219)2745de2use pirates for proper load extensions install/uninstall handling7141d1bv9.0.08740211Merge pull request #218 from acrosman/eslint-9919b4bfUpdate package-lock.json308f361Update eslint config to new formatb5fe546Update to eslint 98b4250fv8.0.0883ef1bAdd Node v22 supportDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.