oprogramador / json-schema-faker-cli

A CLI for json-schema-faker.
28 stars 11 forks source link

[renovate] Update all dependencies (major) #29

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@semantic-release/commit-analyzer ^8.0.1 -> ^13.0.0 age adoption passing confidence
@semantic-release/git ^9.0.0 -> ^10.0.1 age adoption passing confidence
@semantic-release/npm ^7.1.0 -> ^12.0.1 age adoption passing confidence
chai (source) ^4.3.4 -> ^5.1.1 age adoption passing confidence
eslint (source) ^7.23.0 -> ^9.10.0 age adoption passing confidence
mocha (source) ^8.3.2 -> ^10.7.3 age adoption passing confidence
semantic-release 19 -> 24.1.1 age adoption passing confidence
sinon (source) ^14.0.0 -> ^19.0.2 age adoption passing confidence

Release Notes

semantic-release/commit-analyzer (@​semantic-release/commit-analyzer) ### [`v13.0.0`](https://redirect.github.com/semantic-release/commit-analyzer/releases/tag/v13.0.0) [Compare Source](https://redirect.github.com/semantic-release/commit-analyzer/compare/v12.0.0...v13.0.0) ##### Bug Fixes - log the raw message again ([e2f5d6c](https://redirect.github.com/semantic-release/commit-analyzer/commit/e2f5d6c4594be06b2e3b822217920099fd264fec)) ##### Features - support latest conventional-changelog packages ([0254d7a](https://redirect.github.com/semantic-release/commit-analyzer/commit/0254d7a5c59ccc4692b86218554f8850ebf46682)) ##### BREAKING CHANGES - by supporting the latest major versions of conventional-changelog packages, we are dropping support for previous major versions of those packages due to the breaking changes between majors. this only impacts your project if you are installing alongside semantic-release, so updating those packages to latest version should be the only change you need for this update. no action should be necessary if you are using default semantic-release config ### [`v12.0.0`](https://redirect.github.com/semantic-release/commit-analyzer/releases/tag/v12.0.0) [Compare Source](https://redirect.github.com/semantic-release/commit-analyzer/compare/v11.1.0...v12.0.0) ##### Features - **exports:** defined `exports` to point at ./index.js ([f3358dd](https://redirect.github.com/semantic-release/commit-analyzer/commit/f3358dd0ad0af2c7426fbc14077463fbadf47821)) - **node-versions:** dropped support for node v18 and v19 ([0a23b82](https://redirect.github.com/semantic-release/commit-analyzer/commit/0a23b828fae80d083a59439101bea11e7e50fbc5)) ##### BREAKING CHANGES - **exports:** `exports` has been defined, which prevents access to private apis (which arent intended for consumption anyway) - **node-versions:** node v18 and v19 are no longer supported ### [`v11.1.0`](https://redirect.github.com/semantic-release/commit-analyzer/releases/tag/v11.1.0) [Compare Source](https://redirect.github.com/semantic-release/commit-analyzer/compare/v11.0.0...v11.1.0) ##### Features - add support for ESM presets ([#​537](https://redirect.github.com/semantic-release/commit-analyzer/issues/537)) ([9dc87e0](https://redirect.github.com/semantic-release/commit-analyzer/commit/9dc87e0f499b793850491d719c554aac218814e9)) ### [`v11.0.0`](https://redirect.github.com/semantic-release/commit-analyzer/releases/tag/v11.0.0) [Compare Source](https://redirect.github.com/semantic-release/commit-analyzer/compare/v10.0.4...v11.0.0) ##### Bug Fixes - **config-loader:** accounted for normalization of preset interfaces ([3ff9458](https://redirect.github.com/semantic-release/commit-analyzer/commit/3ff94584f399738acb2075c6175df64e2ae181e5)) - **deps:** update dependency conventional-commits-filter to v4 ([99dcf7e](https://redirect.github.com/semantic-release/commit-analyzer/commit/99dcf7ef13a2d0206f621f5046aa1ccbb4a9e480)) ##### Features - **conventional-changelog-presets:** supported new preset format ([f3b88d3](https://redirect.github.com/semantic-release/commit-analyzer/commit/f3b88d3e7409b0bac38cb58bd04f19506f2f6159)) - **node-versions:** raised the minimum node version to v18.17 and dropped v19 support ([a681fbd](https://redirect.github.com/semantic-release/commit-analyzer/commit/a681fbdab30b4ff66093506ce09b383e750cca5e)) ##### BREAKING CHANGES - **node-versions:** the minimum required node version is now v18.17, v19 support has been dropped, and the minimum required in the v20 range is v20.6.1 - **conventional-changelog-presets:** the new preset format is a breaking change when compared to the previous preset format. updating to support the new format means that the old preset format is no longer supported. update your preset to the latest version to maintain compatibility ### [`v10.0.4`](https://redirect.github.com/semantic-release/commit-analyzer/releases/tag/v10.0.4) [Compare Source](https://redirect.github.com/semantic-release/commit-analyzer/compare/v10.0.3...v10.0.4) ##### Bug Fixes - **deps:** update dependency conventional-commits-parser to v5 ([a7201b6](https://redirect.github.com/semantic-release/commit-analyzer/commit/a7201b6ea4b523c06e7d60bd3c850f1079464379)) ### [`v10.0.3`](https://redirect.github.com/semantic-release/commit-analyzer/releases/tag/v10.0.3) [Compare Source](https://redirect.github.com/semantic-release/commit-analyzer/compare/v10.0.2...v10.0.3) ##### Reverts - Revert "fix(deps): update dependency conventional-commits-parser to v5 ([#​501](https://redirect.github.com/semantic-release/commit-analyzer/issues/501))" ([ab3ee9f](https://redirect.github.com/semantic-release/commit-analyzer/commit/ab3ee9f93b02f3d7d288323ee2fc89c59d64290d)), closes [#​501](https://redirect.github.com/semantic-release/commit-analyzer/issues/501) - Revert "chore(deps): update dependency conventional-changelog-atom to v4 ([#​502](https://redirect.github.com/semantic-release/commit-analyzer/issues/502))" ([f21eb8e](https://redirect.github.com/semantic-release/commit-analyzer/commit/f21eb8ea25c4feffe22bd7bfbf088b3757756580)), closes [#​502](https://redirect.github.com/semantic-release/commit-analyzer/issues/502) - Revert "chore(deps): update dependency conventional-changelog-ember to v4 ([#​504](https://redirect.github.com/semantic-release/commit-analyzer/issues/504))" ([c48b533](https://redirect.github.com/semantic-release/commit-analyzer/commit/c48b533544d438a52d942cb947e3d96734425144)), closes [#​504](https://redirect.github.com/semantic-release/commit-analyzer/issues/504) ### [`v10.0.2`](https://redirect.github.com/semantic-release/commit-analyzer/releases/tag/v10.0.2) [Compare Source](https://redirect.github.com/semantic-release/commit-analyzer/compare/v10.0.1...v10.0.2) ##### Bug Fixes - **deps:** update dependency conventional-commits-parser to v5 ([#​501](https://redirect.github.com/semantic-release/commit-analyzer/issues/501)) ([91cf4d5](https://redirect.github.com/semantic-release/commit-analyzer/commit/91cf4d5a82052b6ea52e0f9f7d4faed7a80460e1)) ### [`v10.0.1`](https://redirect.github.com/semantic-release/commit-analyzer/releases/tag/v10.0.1) [Compare Source](https://redirect.github.com/semantic-release/commit-analyzer/compare/v10.0.0...v10.0.1) ##### Bug Fixes - **deps:** update dependency conventional-changelog-angular to v6 ([#​460](https://redirect.github.com/semantic-release/commit-analyzer/issues/460)) ([0607201](https://redirect.github.com/semantic-release/commit-analyzer/commit/0607201c58f4b5e54dfb0fcdf15cfa2cda24bf9b)) - **deps:** update dependency conventional-commits-filter to v3 ([#​461](https://redirect.github.com/semantic-release/commit-analyzer/issues/461)) ([97d683f](https://redirect.github.com/semantic-release/commit-analyzer/commit/97d683fcc07f646a902017fb70136d2cfcc1d724)) - **deps:** update dependency conventional-commits-parser to v4 ([#​462](https://redirect.github.com/semantic-release/commit-analyzer/issues/462)) ([5d94efa](https://redirect.github.com/semantic-release/commit-analyzer/commit/5d94efa132468c0f1042b1b6ec23f509d98ead1d)) ### [`v10.0.0`](https://redirect.github.com/semantic-release/commit-analyzer/releases/tag/v10.0.0) [Compare Source](https://redirect.github.com/semantic-release/commit-analyzer/compare/v9.0.2...v10.0.0) ##### Code Refactoring - **esm:** converted the package to esm ([b4f9865](https://redirect.github.com/semantic-release/commit-analyzer/commit/b4f986520a714fdbbe29ce44488124bed2360b79)), closes [#​296](https://redirect.github.com/semantic-release/commit-analyzer/issues/296) ##### Features - **deps:** raised the peer-dependency requirement on semantic-release to v20.1.0 ([e1ab8ea](https://redirect.github.com/semantic-release/commit-analyzer/commit/e1ab8ea95723a1c05d5ab008c332701ff0556ae3)) - **node-versions:** raised the minimum required node version to v18 ([affeb23](https://redirect.github.com/semantic-release/commit-analyzer/commit/affeb235419a032f2599b15a927fcd4124c0290e)) ##### BREAKING CHANGES - **deps:** the minimum required version of semantic-release is now v20.1.0 in order to support loading ESM plugins - **node-versions:** the minimum required version of node is now v18 - **esm:** `@semantic-release/commit-analyzer` is now a native ES Module. It has named exports for each plugin hook (`analyzeCommits`) ### [`v9.0.2`](https://redirect.github.com/semantic-release/commit-analyzer/releases/tag/v9.0.2) [Compare Source](https://redirect.github.com/semantic-release/commit-analyzer/compare/v9.0.1...v9.0.2) ##### Bug Fixes - bump conventional commits parser to version 3.2.3 ([#​289](https://redirect.github.com/semantic-release/commit-analyzer/issues/289)) ([fc0a88a](https://redirect.github.com/semantic-release/commit-analyzer/commit/fc0a88ac84437acd56432faf84dd8ea3e29076a5)) ### [`v9.0.1`](https://redirect.github.com/semantic-release/commit-analyzer/releases/tag/v9.0.1) [Compare Source](https://redirect.github.com/semantic-release/commit-analyzer/compare/v9.0.0...v9.0.1) ##### Bug Fixes - **deps:** update dependency import-from to v4 ([#​235](https://redirect.github.com/semantic-release/commit-analyzer/issues/235)) ([2da0011](https://redirect.github.com/semantic-release/commit-analyzer/commit/2da0011cfdabb19a3f8a6fccd3fd66e0ab227b94)) ### [`v9.0.0`](https://redirect.github.com/semantic-release/commit-analyzer/releases/tag/v9.0.0) [Compare Source](https://redirect.github.com/semantic-release/commit-analyzer/compare/v8.0.1...v9.0.0) ##### Features - raise minimum version of Node to v14.17 ([#​248](https://redirect.github.com/semantic-release/commit-analyzer/issues/248)) ([6eeaeb2](https://redirect.github.com/semantic-release/commit-analyzer/commit/6eeaeb2c08bfc4ca299bd03973a44a6ea711bef2)) ##### BREAKING CHANGES - the minimum required version of node is now v14.17
semantic-release/git (@​semantic-release/git) ### [`v10.0.1`](https://redirect.github.com/semantic-release/git/releases/tag/v10.0.1) [Compare Source](https://redirect.github.com/semantic-release/git/compare/v10.0.0...v10.0.1) ##### Bug Fixes - **deps:** update dependency [@​semantic-release/error](https://redirect.github.com/semantic-release/error) to v3 ([#​295](https://redirect.github.com/semantic-release/git/issues/295)) ([3e934d4](https://redirect.github.com/semantic-release/git/commit/3e934d45f97fd07a63617c0fc098c9ed3e67d97a)) ### [`v10.0.0`](https://redirect.github.com/semantic-release/git/releases/tag/v10.0.0) [Compare Source](https://redirect.github.com/semantic-release/git/compare/v9.0.1...v10.0.0) ##### Features - **node-version:** raised the minimum required version to v14.17 ([7ab65f8](https://redirect.github.com/semantic-release/git/commit/7ab65f8c8d30443d589aedbaa8ac3ea235144aef)) ##### BREAKING CHANGES - **node-version:** the minimum required version of node is now v14.17 ### [`v9.0.1`](https://redirect.github.com/semantic-release/git/releases/tag/v9.0.1) [Compare Source](https://redirect.github.com/semantic-release/git/compare/v9.0.0...v9.0.1) ##### Bug Fixes - **deps:** update dependency execa to v5 ([#​228](https://redirect.github.com/semantic-release/git/issues/228)) ([f536d60](https://redirect.github.com/semantic-release/git/commit/f536d60b5166a173ed00c84132f72f73691bc083))
semantic-release/npm (@​semantic-release/npm) ### [`v12.0.1`](https://redirect.github.com/semantic-release/npm/releases/tag/v12.0.1) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v12.0.0...v12.0.1) ##### Bug Fixes - **deps:** update dependency execa to v9 ([9ac5ed0](https://redirect.github.com/semantic-release/npm/commit/9ac5ed00021db4a7e2799b87ecf1b8f4fb7bede6)) ### [`v12.0.0`](https://redirect.github.com/semantic-release/npm/releases/tag/v12.0.0) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v11.0.3...v12.0.0) ##### Features - **exports:** defined `exports` to point at ./index.js ([9e193c2](https://redirect.github.com/semantic-release/npm/commit/9e193c2239ee651d5a1fddce499edb664140938f)) - **node-versions:** dropped support for node v18 and v19 ([2df962b](https://redirect.github.com/semantic-release/npm/commit/2df962b6c7563a3a797ab6d54e0e071dd898f08c)) ##### BREAKING CHANGES - **exports:** `exports` has been defined, which prevents access to private apis (which arent intended for consumption anyway) - **node-versions:** node v18 and v19 are no longer supported ### [`v11.0.3`](https://redirect.github.com/semantic-release/npm/releases/tag/v11.0.3) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v11.0.2...v11.0.3) ##### Bug Fixes - **deps:** raised the minimum accepted range of npm to v10.5.0 ([#​759](https://redirect.github.com/semantic-release/npm/issues/759)) ([a0313f8](https://redirect.github.com/semantic-release/npm/commit/a0313f82060ec344d77443a9b1b28e87178dcf78)), closes [semantic-release/semantic-release#3202](https://redirect.github.com/semantic-release/semantic-release/issues/3202) even though our existing range allowed anyone to update as soon as the new npm version was available, this will encourage being on a version that does not report the ip vulnerability a bit more forcefully ### [`v11.0.2`](https://redirect.github.com/semantic-release/npm/releases/tag/v11.0.2) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v11.0.1...v11.0.2) ##### Bug Fixes - **deps:** update dependency npm to v10.2.5 ([42b5dec](https://redirect.github.com/semantic-release/npm/commit/42b5dec34f4a894d30d1b8a944fb6ba86069c6a4)) ### [`v11.0.1`](https://redirect.github.com/semantic-release/npm/releases/tag/v11.0.1) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v11.0.0...v11.0.1) ##### Bug Fixes - **deps:** update dependency read-pkg to v9 ([#​703](https://redirect.github.com/semantic-release/npm/issues/703)) ([6e84013](https://redirect.github.com/semantic-release/npm/commit/6e84013a7c18a35322808e6085301d100064d639)) ### [`v11.0.0`](https://redirect.github.com/semantic-release/npm/releases/tag/v11.0.0) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v10.0.6...v11.0.0) ##### Bug Fixes - **deps:** update dependency npm to v10 ([819f257](https://redirect.github.com/semantic-release/npm/commit/819f2575aad10c53d0b537a57c4251e00045be2f)) ##### Features - **node-versions:** raised the minimum required node version to v18.17 and dropped v19 support ([6413130](https://redirect.github.com/semantic-release/npm/commit/64131307d804430ae46ab3672380651b284af0d0)) ##### BREAKING CHANGES - **node-versions:** node v18.17 is now the minimum required version and support for v19 has been dropped ### [`v10.0.6`](https://redirect.github.com/semantic-release/npm/releases/tag/v10.0.6) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v10.0.5...v10.0.6) ##### Bug Fixes - **deps:** update dependency aggregate-error to v5 ([#​676](https://redirect.github.com/semantic-release/npm/issues/676)) ([f2bc9e7](https://redirect.github.com/semantic-release/npm/commit/f2bc9e70eeb68ad9cf7f0eec5545ba323d94da19)) ### [`v10.0.5`](https://redirect.github.com/semantic-release/npm/releases/tag/v10.0.5) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v10.0.4...v10.0.5) ##### Bug Fixes - **deps:** update dependency execa to v8 ([#​659](https://redirect.github.com/semantic-release/npm/issues/659)) ([502d5ba](https://redirect.github.com/semantic-release/npm/commit/502d5bab919db25d14a2e84e13d83a2539c2cf54)) ### [`v10.0.4`](https://redirect.github.com/semantic-release/npm/releases/tag/v10.0.4) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v10.0.3...v10.0.4) ##### Bug Fixes - **deps:** update dependency [@​semantic-release/error](https://redirect.github.com/semantic-release/error) to v4 ([#​628](https://redirect.github.com/semantic-release/npm/issues/628)) ([53a1012](https://redirect.github.com/semantic-release/npm/commit/53a101228b98c3916ed0303b34588cef3db25983)) ### [`v10.0.3`](https://redirect.github.com/semantic-release/npm/releases/tag/v10.0.3) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v10.0.2...v10.0.3) ##### Bug Fixes - **deps:** update dependency read-pkg to v8 ([#​602](https://redirect.github.com/semantic-release/npm/issues/602)) ([aaddc5c](https://redirect.github.com/semantic-release/npm/commit/aaddc5c76bca7b199628630963072f9177ec3a6c)) ### [`v10.0.2`](https://redirect.github.com/semantic-release/npm/releases/tag/v10.0.2) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v10.0.1...v10.0.2) ##### Bug Fixes - **deps:** update dependency fs-extra to v11.1.1 ([#​591](https://redirect.github.com/semantic-release/npm/issues/591)) ([31e0e27](https://redirect.github.com/semantic-release/npm/commit/31e0e27af0aa4a1833490f1454a160068eabe75b)) ### [`v10.0.1`](https://redirect.github.com/semantic-release/npm/releases/tag/v10.0.1) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v10.0.0...v10.0.1) ##### Bug Fixes - **deps:** update dependency execa to v7 ([#​575](https://redirect.github.com/semantic-release/npm/issues/575)) ([4c11706](https://redirect.github.com/semantic-release/npm/commit/4c1170640f36c68fea9720dd118e94575c47da75)) ### [`v10.0.0`](https://redirect.github.com/semantic-release/npm/releases/tag/v10.0.0) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v9.0.2...v10.0.0) ##### Bug Fixes - **aggregate-error:** upgraded to the latest version ([7285e05](https://redirect.github.com/semantic-release/npm/commit/7285e05e5abd0ab637440811f653d118b046aa93)) - **deps:** upgraded npm to v9 ([2a79f80](https://redirect.github.com/semantic-release/npm/commit/2a79f807a822444e72262d9afd366f594b16a7dd)) - **execa:** upgraded to the latest version ([7c74660](https://redirect.github.com/semantic-release/npm/commit/7c7466073f7503e242e02469adf623b02ac984f7)) - **normalize-url:** upgraded to the latest version ([b55bb01](https://redirect.github.com/semantic-release/npm/commit/b55bb01bf6e1ab304e4005a5aba0c06a2320432d)) - remove support for legacy auth ([51ab3c8](https://redirect.github.com/semantic-release/npm/commit/51ab3c8b7bf6848080288a64af1b723ebf267ba6)) - **tempy:** upgraded to the latest version of tempy ([f1992a5](https://redirect.github.com/semantic-release/npm/commit/f1992a5f6ef0d02cc165a69b6fd264d38311a87b)) ##### Code Refactoring - **esm:** converted the package to esm ([2d8ff15](https://redirect.github.com/semantic-release/npm/commit/2d8ff15089d7757239999365cd8798a06eecdd52)) ##### Features - **node-versions:** dropped support for node versions below v18 ([aff3574](https://redirect.github.com/semantic-release/npm/commit/aff357429f2557efde08921b5a7c9833b9422d0b)) - **semantic-release-peer:** raised the minimum peer requirement to the first version that supports loading esm plugins ([22e70ad](https://redirect.github.com/semantic-release/npm/commit/22e70ad0998dcb6f120b1448a80cfb63659a428d)) ##### BREAKING CHANGES - **deps:** the direct dependency on npm has been upgraded to v9. details of breaking changes can be found at https://github.com/npm/cli/releases/tag/v9.0.0 - **semantic-release-peer:** the required version of semantic-release has been raised to v20.1.0 in order to support loading of ESM plugins - **aggregate-error:** due to the aggregate-error upgrade, thrown errors are no longer iterable, but instead list the errors under an `errors` property - legacy authentication using `NPM_USERNAME` and `NPM_PASSWORD` is no longer supported. Use `NPM_TOKEN` instead. - **node-versions:** node v18 is now the minimum required node version - **esm:** `@semantic-release/npm` is now a native ES Module. It has named exports for each plugin hook (`verifyConditions`, `prepare`, `publish`, `addChannel`) ### [`v9.0.2`](https://redirect.github.com/semantic-release/npm/releases/tag/v9.0.2) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v9.0.1...v9.0.2) ##### Bug Fixes - **deps:** update dependency fs-extra to v11 ([7157d76](https://redirect.github.com/semantic-release/npm/commit/7157d768f7da073cf99bd56921fd086fe99a562d)) - **deps:** update dependency npm to v9 ([28265ec](https://redirect.github.com/semantic-release/npm/commit/28265ec20bb230c4bb26f541508afb62272d5404)) - **deps:** update dependency registry-auth-token to v5 ([187671f](https://redirect.github.com/semantic-release/npm/commit/187671fd80c900d6be2d5ea9969049ee23faf0b0)) - **revert): "fix(deps:** update dependency npm to v9" ([#​561](https://redirect.github.com/semantic-release/npm/issues/561)) ([c28a848](https://redirect.github.com/semantic-release/npm/commit/c28a848f82066adfafac36d97549d14ea0ada280)) ### [`v9.0.1`](https://redirect.github.com/semantic-release/npm/releases/tag/v9.0.1) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v9.0.0...v9.0.1) ##### Bug Fixes - add missed `preferLocal` option for execa call ([#​458](https://redirect.github.com/semantic-release/npm/issues/458)) ([c817a88](https://redirect.github.com/semantic-release/npm/commit/c817a8870ed931d4d5ce76edb7768d2d0bec005b)) ### [`v9.0.0`](https://redirect.github.com/semantic-release/npm/releases/tag/v9.0.0) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v8.0.3...v9.0.0) ##### Bug Fixes - add `preferLocal` option to allow execa to use local npm version ([#​445](https://redirect.github.com/semantic-release/npm/issues/445)) ([002439e](https://redirect.github.com/semantic-release/npm/commit/002439ef93ddef31170dbf0361ddc89d2b02eee8)) - updated the peer requirement for `semantic-release` to the new stable version ([575a5a4](https://redirect.github.com/semantic-release/npm/commit/575a5a402e61d7593c0b8a33c129b13ea2622086)) - updated the peer requirement on `semantic-release` to a version matching the engines definition of this package ([2d1f5f2](https://redirect.github.com/semantic-release/npm/commit/2d1f5f26c7f1f82c3249106ddb4b486dcc35997f)) - upgrade npm dependency to v8 ([a12d6e5](https://redirect.github.com/semantic-release/npm/commit/a12d6e59155a2fce7767bac9f54d649635acb5ad)) ##### BREAKING CHANGES - the minimum required peer of `semantic-release` has been raised to match the `engines.node` requirements of this package - npm v8 dropped support for node v15, so it is no longer supported in this plugin. this should be low impact since node v15 is already EOL Co-authored-by: Matt Travi ### [`v8.0.3`](https://redirect.github.com/semantic-release/npm/releases/tag/v8.0.3) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v8.0.2...v8.0.3) ##### Reverts - Revert "chore(deps): update dependency p-retry to v5 ([#​424](https://redirect.github.com/semantic-release/npm/issues/424))" ([#​425](https://redirect.github.com/semantic-release/npm/issues/425)) ([df11027](https://redirect.github.com/semantic-release/npm/commit/df11027c93b1c0b900c559389256f8969116743a)), closes [#​424](https://redirect.github.com/semantic-release/npm/issues/424) [#​425](https://redirect.github.com/semantic-release/npm/issues/425) ### [`v8.0.2`](https://redirect.github.com/semantic-release/npm/releases/tag/v8.0.2) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v8.0.1...v8.0.2) ##### Bug Fixes - **README:** correct docs on authentication ([#​413](https://redirect.github.com/semantic-release/npm/issues/413)) ([f089d9d](https://redirect.github.com/semantic-release/npm/commit/f089d9dcc2163046138fb0c996b7cc8028327718)) ### [`v8.0.1`](https://redirect.github.com/semantic-release/npm/releases/tag/v8.0.1) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v8.0.0...v8.0.1) ##### Bug Fixes - **deps:** update dependency [@​semantic-release/error](https://redirect.github.com/semantic-release/error) to v3 ([#​402](https://redirect.github.com/semantic-release/npm/issues/402)) ([60832fb](https://redirect.github.com/semantic-release/npm/commit/60832fb2416eb69965b9bea359c1211a1e2e8d1d)) ### [`v8.0.0`](https://redirect.github.com/semantic-release/npm/releases/tag/v8.0.0) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v7.1.3...v8.0.0) ##### Features - **node-version:** raised the minimum required version to v14.17 ([#​387](https://redirect.github.com/semantic-release/npm/issues/387)) ([#​399](https://redirect.github.com/semantic-release/npm/issues/399)) ([f65e49d](https://redirect.github.com/semantic-release/npm/commit/f65e49ddd0c21a5c5702e79136124268e9b90e09)) ##### BREAKING CHANGES - **node-version:** the minimum required version of node is now v14.17 Co-authored-by: Matt Travi ### [`v7.1.3`](https://redirect.github.com/semantic-release/npm/releases/tag/v7.1.3) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v7.1.2...v7.1.3) ##### Bug Fixes - use NPM_CONFIG_USERCONFIG in get-registry to match auth ([#​362](https://redirect.github.com/semantic-release/npm/issues/362)) ([13200ca](https://redirect.github.com/semantic-release/npm/commit/13200ca01814cab52bb4a8e5b63395c20b71240b)) ### [`v7.1.2`](https://redirect.github.com/semantic-release/npm/releases/tag/v7.1.2) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v7.1.1...v7.1.2) ##### Bug Fixes - **deps:** update dependency fs-extra to v10 ([80fde1e](https://redirect.github.com/semantic-release/npm/commit/80fde1e6e0a32daff4d9486c7b0a71c9ec5a2c40)) ### [`v7.1.1`](https://redirect.github.com/semantic-release/npm/releases/tag/v7.1.1) [Compare Source](https://redirect.github.com/semantic-release/npm/compare/v7.1.0...v7.1.1) ##### Bug Fixes - **deps:** update dependency normalize-url to v6 ([97ca719](https://redirect.github.com/semantic-release/npm/commit/97ca719b9a9632d94d84a34a6d30f63efa661266))
chaijs/chai (chai) ### [`v5.1.1`](https://redirect.github.com/chaijs/chai/releases/tag/v5.1.1) [Compare Source](https://redirect.github.com/chaijs/chai/compare/v5.1.0...v5.1.1) #### What's Changed - Set up ESLint for JSDoc comments by [@​koddsson](https://redirect.github.com/koddsson) in [https://github.com/chaijs/chai/pull/1605](https://redirect.github.com/chaijs/chai/pull/1605) - build(deps-dev): bump ip from 1.1.8 to 1.1.9 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/chaijs/chai/pull/1608](https://redirect.github.com/chaijs/chai/pull/1608) - Correct Mocha import instructions by [@​MattiSG](https://redirect.github.com/MattiSG) in [https://github.com/chaijs/chai/pull/1611](https://redirect.github.com/chaijs/chai/pull/1611) - fix: support some virtual contexts in `toThrow` by [@​43081j](https://redirect.github.com/43081j) in [https://github.com/chaijs/chai/pull/1609](https://redirect.github.com/chaijs/chai/pull/1609) #### New Contributors - [@​MattiSG](https://redirect.github.com/MattiSG) made their first contribution in [https://github.com/chaijs/chai/pull/1611](https://redirect.github.com/chaijs/chai/pull/1611) **Full Changelog**: https://github.com/chaijs/chai/compare/v5.1.0...v5.1.1 ### [`v5.1.0`](https://redirect.github.com/chaijs/chai/releases/tag/v5.1.0) [Compare Source](https://redirect.github.com/chaijs/chai/compare/v5.0.3...v5.1.0) #### What's Changed - Remove useless guards and add parentheses to constuctors by [@​koddsson](https://redirect.github.com/koddsson) in [https://github.com/chaijs/chai/pull/1593](https://redirect.github.com/chaijs/chai/pull/1593) - Cleanup jsdoc comments by [@​koddsson](https://redirect.github.com/koddsson) in [https://github.com/chaijs/chai/pull/1596](https://redirect.github.com/chaijs/chai/pull/1596) - Convert comments in "legal comments" format to jsdoc or normal comments by [@​koddsson](https://redirect.github.com/koddsson) in [https://github.com/chaijs/chai/pull/1598](https://redirect.github.com/chaijs/chai/pull/1598) - Implement `iterable` assertion by [@​koddsson](https://redirect.github.com/koddsson) in [https://github.com/chaijs/chai/pull/1592](https://redirect.github.com/chaijs/chai/pull/1592) - Assert interface fix by [@​developer-bandi](https://redirect.github.com/developer-bandi) in [https://github.com/chaijs/chai/pull/1601](https://redirect.github.com/chaijs/chai/pull/1601) - Set support in same members by [@​koddsson](https://redirect.github.com/koddsson) in [https://github.com/chaijs/chai/pull/1583](https://redirect.github.com/chaijs/chai/pull/1583) - Fix publish script by [@​koddsson](https://redirect.github.com/koddsson) in [https://github.com/chaijs/chai/pull/1602](https://redirect.github.com/chaijs/chai/pull/1602) #### New Contributors - [@​developer-bandi](https://redirect.github.com/developer-bandi) made their first contribution in [https://github.com/chaijs/chai/pull/1601](https://redirect.github.com/chaijs/chai/pull/1601) **Full Changelog**: https://github.com/chaijs/chai/compare/v5.0.3...v5.1.0 ### [`v5.0.3`](https://redirect.github.com/chaijs/chai/releases/tag/v5.0.3) [Compare Source](https://redirect.github.com/chaijs/chai/compare/v5.0.2...v5.0.3) Fix bad v5.0.2 publish. **Full Changelog**: https://github.com/chaijs/chai/compare/v5.0.2...v5.0.3 ### [`v5.0.2`](https://redirect.github.com/chaijs/chai/releases/tag/v5.0.2) [Compare Source](https://redirect.github.com/chaijs/chai/compare/v5.0.0...v5.0.2) #### What's Changed - build(deps): bump nanoid and mocha by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/chaijs/chai/pull/1558](https://redirect.github.com/chaijs/chai/pull/1558) - remove `bump-cli` by [@​koddsson](https://redirect.github.com/koddsson) in [https://github.com/chaijs/chai/pull/1559](https://redirect.github.com/chaijs/chai/pull/1559) - Update developer dependencies by [@​koddsson](https://redirect.github.com/koddsson) in [https://github.com/chaijs/chai/pull/1560](https://redirect.github.com/chaijs/chai/pull/1560) - fix: removes `??` for node compat (5.x) by [@​43081j](https://redirect.github.com/43081j) in [https://github.com/chaijs/chai/pull/1576](https://redirect.github.com/chaijs/chai/pull/1576) - Update `loupe` to latest version by [@​koddsson](https://redirect.github.com/koddsson) in [https://github.com/chaijs/chai/pull/1579](https://redirect.github.com/chaijs/chai/pull/1579) - Re-enable some webkit tests by [@​koddsson](https://redirect.github.com/koddsson) in [https://github.com/chaijs/chai/pull/1580](https://redirect.github.com/chaijs/chai/pull/1580) - Remove a bunch of if statements in test/should.js by [@​koddsson](https://redirect.github.com/koddsson) in [https://github.com/chaijs/chai/pull/1581](https://redirect.github.com/chaijs/chai/pull/1581) - Remove a bunch of unused files by [@​koddsson](https://redirect.github.com/koddsson) in [https://github.com/chaijs/chai/pull/1582](https://redirect.github.com/chaijs/chai/pull/1582) - Fix 1564 by [@​koddsson](https://redirect.github.com/koddsson) in [https://github.com/chaijs/chai/pull/1566](https://redirect.github.com/chaijs/chai/pull/1566) **Full Changelog**: https://github.com/chaijs/chai/compare/v5.0.1...v5.0.2 ### [`v5.0.0`](https://redirect.github.com/chaijs/chai/releases/tag/v5.0.0) [Compare Source](https://redirect.github.com/chaijs/chai/compare/v4.5.0...v5.0.0) #### BREAKING CHANGES - Chai now only supports EcmaScript Modules (ESM). This means your tests will need to either have `import {...} from 'chai'` or `import('chai')`. `require('chai')` will cause failures in nodejs. If you're using ESM and seeing failures, it may be due to a bundler or transpiler which is incorrectly converting import statements into require calls. - Dropped support for Internet Explorer. - Dropped support for NodeJS < 18. - Minimum supported browsers are now Firefox 100, Safari 14.1, Chrome 100, Edge 100. Support for browsers prior to these versions is "best effort" (bug reports on older browsers will be assessed individually and may be marked as wontfix). #### What's Changed - feat: use chaijs/loupe for inspection by [@​pcorpet](https://redirect.github.com/pcorpet) in [https://github.com/chaijs/chai/pull/1401](https://redirect.github.com/chaijs/chai/pull/1401) - docs: fix URL in README by [@​Izzur](https://redirect.github.com/Izzur) in [https://github.com/chaijs/chai/pull/1413](https://redirect.github.com/chaijs/chai/pull/1413) - Remove `get-func-name` dependency by [@​koddsson](https://redirect.github.com/koddsson) in [https://github.com/chaijs/chai/pull/1416](https://redirect.github.com/chaijs/chai/pull/1416) - Convert Makefile script to npm scripts by [@​koddsson](https://redirect.github.com/koddsson) in [https://github.com/chaijs/chai/pull/1424](https://redirect.github.com/chaijs/chai/pull/1424) - Clean up README badges by [@​koddsson](https://redirect.github.com/koddsson) in [https://github.com/chaijs/chai/pull/1422](https://redirect.github.com/chaijs/chai/pull/1422) - fix: package.json - deprecation warning on exports field by [@​stevenjoezhang](https://redirect.github.com/stevenjoezhang) in [https://github.com/chaijs/chai/pull/1400](https://redirect.github.com/chaijs/chai/pull/1400) - fix: deep-eql bump package to support symbols by [@​snewcomer](https://redirect.github.com/snewcomer) in [https://github.com/chaijs/chai/pull/1458](https://redirect.github.com/chaijs/chai/pull/1458) - ES module conversion PoC by [@​43081j](https://redirect.github.com/43081j) in [https://github.com/chaijs/chai/pull/1498](https://redirect.github.com/chaijs/chai/pull/1498) - chore: drop commonjs support by [@​43081j](https://redirect.github.com/43081j) in [https://github.com/chaijs/chai/pull/1503](https://redirect.github.com/chaijs/chai/pull/1503) - Update pathval by [@​koddsson](https://redirect.github.com/koddsson) in [https://github.com/chaijs/chai/pull/1527](https://redirect.github.com/chaijs/chai/pull/1527) - Update check-error by [@​koddsson](https://redirect.github.com/koddsson) in [https://github.com/chaijs/chai/pull/1528](https://redirect.github.com/chaijs/chai/pull/1528) - update `deep-eql` to latest version by [@​koddsson](https://redirect.github.com/koddsson) in [https://github.com/chaijs/chai/pull/1542](https://redirect.github.com/chaijs/chai/pull/1542) - Inline `type-detect` as a simple function by [@​koddsson](https://redirect.github.com/koddsson) in [https://github.com/chaijs/chai/pull/1544](https://redirect.github.com/chaijs/chai/pull/1544) - Update loupe by [@​koddsson](https://redirect.github.com/koddsson) in [https://github.com/chaijs/chai/pull/1545](https://redirect.github.com/chaijs/chai/pull/1545) - Typo 'Test an object' not 'Test and object' by [@​mavaddat](https://redirect.github.com/mavaddat) in [https://github.com/chaijs/chai/pull/1460](https://redirect.github.com/chaijs/chai/pull/1460) - Update `assertion-error` to it's latest major version! by [@​koddsson](https://redirect.github.com/koddsson) in [https://github.com/chaijs/chai/pull/1543](https://redirect.github.com/chaijs/chai/pull/1543) - Replacing Karma with Web Test Runner by [@​koddsson](https://redirect.github.com/koddsson) in [https://github.com/chaijs/chai/pull/1546](https://redirect.github.com/chaijs/chai/pull/1546) #### New Contributors - [@​Izzur](https://redirect.github.com/Izzur) made their first contribution in [https://github.com/chaijs/chai/pull/1413](https://redirect.github.com/chaijs/chai/pull/1413) - [@​stevenjoezhang](https://redirect.github.com/stevenjoezhang) made their first contribution in [https://github.com/chaijs/chai/pull/1400](https://redirect.github.com/chaijs/chai/pull/1400) - [@​43081j](https://redirect.github.com/43081j) made their first contribution in [https://github.com/chaijs/chai/pull/1498](https://redirect.github.com/chaijs/chai/pull/1498) **Full Changelog**: https://github.com/chaijs/chai/compare/4.3.1...v5.0.0 ### [`v4.5.0`](https://redirect.github.com/chaijs/chai/compare/v4.4.1...6a19308a7d12fc82ca55cc2ac17a5d36dcf8db49) [Compare Source](https://redirect.github.com/chaijs/chai/compare/v4.4.1...v4.5.0) ### [`v4.4.1`](https://redirect.github.com/chaijs/chai/releases/tag/v4.4.1) [Compare Source](https://redirect.github.com/chaijs/chai/compare/v4.4.0...v4.4.1) #### What's Changed - fix: removes `??` for node compat by [@​43081j](https://redirect.github.com/43081j) in [https://github.com/chaijs/chai/pull/1574](https://redirect.github.com/chaijs/chai/pull/1574) **Full Changelog**: https://github.com/chaijs/chai/compare/v4.4.0...v4.4.1 ### [`v4.4.0`](https://redirect.github.com/chaijs/chai/releases/tag/v4.4.0) [Compare Source](https://redirect.github.com/chaijs/chai/compare/v4.3.10...v4.4.0) #### What's Changed - Allow deepEqual fonction to be configured globally (4.x.x branch) by [@​forty](https://redirect.github.com/forty) in [https://github.com/chaijs/chai/pull/1553](https://redirect.github.com/chaijs/chai/pull/1553) **Full Changelog**: https://github.com/chaijs/chai/compare/v4.3.10...v4.4.0 ### [`v4.3.10`](https://redirect.github.com/chaijs/chai/releases/tag/v4.3.10) [Compare Source](https://redirect.github.com/chaijs/chai/compare/v4.3.9...v4.3.10) This release simply bumps all dependencies to their latest non-breaking versions. #### What's Changed - upgrade all dependencies by [@​keithamus](https://redirect.github.com/keithamus) in [https://github.com/chaijs/chai/pull/1540](https://redirect.github.com/chaijs/chai/pull/1540) **Full Changelog**: https://github.com/chaijs/chai/compare/v4.3.9...v4.3.10 ### [`v4.3.9`](https://redirect.github.com/chaijs/chai/releases/tag/v4.3.9) [Compare Source](https://redirect.github.com/chaijs/chai/compare/v4.3.8...v4.3.9) Upgrade dependencies. This release upgrades dependencies to address **[CVE-2023-43646](https://www.cve.org/CVERecord?id=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**: https://github.com/chaijs/chai/compare/v4.3.8...v4.3.9 ### [`v4.3.8`](https://redirect.github.com/chaijs/chai/releases/tag/v4.3.8) [Compare Source](https://redirect.github.com/chaijs/chai/compare/v4.3.7...v4.3.8) #### What's Changed - 4.x.x: Fix link to commit logs on GitHub by [@​bugwelle](https://redirect.github.com/bugwelle) in [https://github.com/chaijs/chai/pull/1487](https://redirect.github.com/chaijs/chai/pull/1487) - build(deps): bump socket.io-parser from 4.0.4 to 4.0.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/chaijs/chai/pull/1488](https://redirect.github.com/chaijs/chai/pull/1488) - Small typo in test.js by [@​mavaddat](https://redirect.github.com/mavaddat) in [https://github.com/chaijs/chai/pull/1459](https://redirect.github.com/chaijs/chai/pull/1459) - docs: specify return type of objDisplay by [@​scarf005](https://redirect.github.com/scarf005) in [https://github.com/chaijs/chai/pull/1490](https://redirect.github.com/chaijs/chai/pull/1490) - Update CONTRIBUTING.md by [@​matheus-rodrigues00](https://redirect.github.com/matheus-rodrigues00) in [https://github.com/chaijs/chai/pull/1521](https://redirect.github.com/chaijs/chai/pull/1521) - Fix: update exports.version to current version by [@​peanutenthusiast](https://redirect.github.com/peanutenthusiast) in [https://github.com/chaijs/chai/pull/1534](https://redirect.github.com/chaijs/chai/pull/1534) #### New Contributors - [@​bugwelle](https://redirect.github.com/bugwelle) made their first contribution in [https://github.com/chaijs/chai/pull/1487](https://redirect.github.com/chaijs/chai/pull/1487) - [@​mavaddat](https://redirect.github.com/mavaddat) made their first contribution in [https://github.com/chaijs/chai/pull/1459](https://redirect.github.com/chaijs/chai/pull/1459) - [@​scarf005](https://redirect.github.com/scarf005) made their first contribution in [https://github.com/chaijs/chai/pull/1490](https://redirect.github.com/chaijs/chai/pull/1490) - [@​matheus-rodrigues00](https://redirect.github.com/matheus-rodrigues00) made their first contribution in [https://github.com/chaijs/chai/pull/1521](https://redirect.github.com/chaijs/chai/pull/1521) - [@​peanutenthusiast](https://redirect.github.com/peanutenthusiast) made their first contribution in [https://github.com/chaijs/chai/pull/1534](https://redirect.github.com/chaijs/chai/pull/1534) **Full Changelog**: https://github.com/chaijs/chai/compare/v4.3.7...v4.3.8 ### [`v4.3.7`](https://redirect.github.com/chaijs/chai/releases/tag/v4.3.7) [Compare Source](https://redirect.github.com/chaijs/chai/compare/v4.3.6...v4.3.7) #### What's Changed - fix: deep-eql bump package to support symbols comparison by [@​snewcomer](https://redirect.github.com/snewcomer) in [https://github.com/chaijs/chai/pull/1483](https://redirect.github.com/chaijs/chai/pull/1483) **Full Changelog**: https://github.com/chaijs/chai/compare/v4.3.6...v4.3.7 ### [`v4.3.6`](https://redirect.github.com/chaijs/chai/releases/tag/v4.3.6) [Compare Source](https://redirect.github.com/chaijs/chai/compare/v4.3.5...v4.3.6) Update loupe to 2.3.1 ### [`v4.3.5`](https://redirect.github.com/chaijs/chai/releases/tag/v4.3.5) [Compare Source](https://redirect.github.com/chaijs/chai/compare/v4.3.4...v4.3.5) - build chaijs [`fca5bb1`](https://redirect.github.com/chaijs/chai/commit/fca5bb1) - build(deps-dev): bump codecov from 3.1.0 to 3.7.1 ([#​1446](https://redirect.github.com/chaijs/chai/issues/1446)) [`747eb4e`](https://redirect.github.com/chaijs/chai/commit/747eb4e) - fix package.json exports [`022c2fa`](https://redirect.github.com/chaijs/chai/commit/022c2fa) - fix: package.json - deprecation warning on exports field ([#​1400](https://redirect.github.com/chaijs/chai/issues/1400)) [`5276af6`](https://redirect.github.com/chaijs/chai/commit/5276af6) - feat: use chaijs/loupe for inspection ([#​1401](https://redirect.github.com/chaijs/chai/issues/1401)) ([#​1407](https://redirect.github.com/chaijs/chai/issues/1407)) [`c8a4e00`](https://redirect.github.com/chaijs/chai/commit/c8a4e00)
eslint/eslint (eslint) ### [`v9.10.0`](https://redirect.github.com/eslint/eslint/compare/v9.9.1...6448f3280f85137b429c1c320da6fb4b48169bd5) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.9.1...v9.10.0) ### [`v9.9.1`](https://redirect.github.com/eslint/eslint/compare/v9.9.0...8781e6f063e56438dc22346504ff637df3f84daf) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.9.0...v9.9.1) ### [`v9.9.0`](https://redirect.github.com/eslint/eslint/releases/tag/v9.9.0) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.8.0...v9.9.0) #### Features - [`41d0206`](https://redirect.github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986) feat: Add support for TS config files ([#​18134](https://redirect.github.com/eslint/eslint/issues/18134)) (Arya Emami) - [`3a4eaf9`](https://redirect.github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a) feat: add suggestion to `require-await` to remove `async` keyword ([#​18716](https://redirect.github.com/eslint/eslint/issues/18716)) (Dave) #### Documentation - [`9fe068c`](https://redirect.github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed) docs: how to author plugins with configs that extend other configs ([#​18753](https://redirect.github.com/eslint/eslint/issues/18753)) (Alec Gibson) - [`48117b2`](https://redirect.github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f) docs: add version support page in the side navbar ([#​18738](https://redirect.github.com/eslint/eslint/issues/18738)) (Amaresh S M) - [`fec2951`](https://redirect.github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3) docs: add version support page to the dropdown ([#​18730](https://redirect.github.com/eslint/eslint/issues/18730)) (Amaresh S M) - [`38a0661`](https://redirect.github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064) docs: Fix typo ([#​18735](https://redirect.github.com/eslint/eslint/issues/18735)) (Zaina Al Habash) - [`3c32a9e`](https://redirect.github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e) docs: Update yarn command for creating ESLint config ([#​18739](https://redirect.github.com/eslint/eslint/issues/18739)) (Temitope Ogunleye) - [`f9ac978`](https://redirect.github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6) docs: Update README (GitHub Actions Bot) #### Chores - [`461b2c3`](https://redirect.github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f) chore: upgrade to `@eslint/js@9.9.0` ([#​18765](https://redirect.github.com/eslint/eslint/issues/18765)) (Francesco Trotta) - [`59dba1b`](https://redirect.github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2) chore: package.json update for [@​eslint/js](https://redirect.github.com/eslint/js) release (Jenkins) - [`fea8563`](https://redirect.github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba) chore: update dependency [@​eslint/core](https://redirect.github.com/eslint/core) to ^0.3.0 ([#​18724](https://redirect.github.com/eslint/eslint/issues/18724)) (renovate\[bot]) - [`aac191e`](https://redirect.github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f) chore: update dependency [@​eslint/json](https://redirect.github.com/eslint/json) to ^0.3.0 ([#​18760](https://redirect.github.com/eslint/eslint/issues/18760)) (renovate\[bot]) - [`b97fa05`](https://redirect.github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9) chore: update wdio dependencies for more stable tests ([#​18759](https://redirect.github.com/eslint/eslint/issues/18759)) (Christian Bromann) ### [`v9.8.0`](https://redirect.github.com/eslint/eslint/compare/v9.7.0...63881dc11299aba1d0960747c199a4cf48d6b9c8) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.7.0...v9.8.0) ### [`v9.7.0`](https://redirect.github.com/eslint/eslint/releases/tag/v9.7.0) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.6.0...v9.7.0) #### Features - [`7bd9839`](https://redirect.github.com/eslint/eslint/commit/7bd98398f112da020eddcda2c26cf4cc563af004) feat: add support for es2025 duplicate named capturing groups ([#​18630](https://redirect.github.com/eslint/eslint/issues/18630)) (Yosuke Ota) - [`1381394`](https://redirect.github.com/eslint/eslint/commit/1381394a75b5902ce588455765a3919e2f138a7a) feat: add `regex` option in `no-restricted-imports` ([#​18622](https://redirect.github.com/eslint/eslint/issues/18622)) (Nitin Kumar) #### Bug Fixes - [`14e9f81`](https://redirect.github.com/eslint/eslint/commit/14e9f81ccdb51d2b915b68f442d48ced0a691646) fix: destructuring in catch clause in `no-unused-vars` ([#​18636](https://redirect.github.com/eslint/eslint/issues/18636)) (Francesco Trotta) #### Documentation - [`9f416db`](https://redirect.github.com/eslint/eslint/commit/9f416db680ad01716a769296085bf3eb93f76424) docs: Add Powered by Algolia label to the search. ([#​18633](https://redirect.github.com/eslint/eslint/issues/18633)) (Amaresh S M) - [`c8d26cb`](https://redirect.github.com/eslint/eslint/commit/c8d26cb4a2f9d89bfc1914167d3e9f1d3314ffe7) docs: Open JS Foundation -> OpenJS Foundation ([#​18649](https://redirect.github.com/eslint/eslint/issues/18649)) (Milos Djermanovic) - [`6e79ac7`](https://redirect.github.com/eslint/eslint/commit/6e79ac76f44b34c24a3e92c20713fbafe1dcbae2) docs: `loadESLint` does not support option `cwd` ([#​18641](https://redirect.github.com/eslint/eslint/issues/18641)) (Francesco Trotta) #### Chores - [`793b718`](https://redirect.github.com/eslint/eslint/commit/793b7180119e7e440d685defb2ee01597574ef1e) chore: upgrade [@​eslint/js](https://redirect.github.com/eslint/js)[@​9](https://redirect.github.com/9).7.0 ([#​18680](https://redirect.github.com/eslint/eslint/issues/18680)) (Francesco Trotta) - [`7ed6f9a`](https://redirect.github.com/eslint/eslint/commit/7ed6f9a4db702bbad941422f456451a8dba7a450) chore: package.json update for [@​eslint/js](https://redirect.github.com/eslint/js) release (Jenkins) - [`7bcda76`](https://redirect.github.com/eslint/eslint/commit/7bcda760369c44d0f1131fccaaf1ccfed5af85f1) refactor: Add type references ([#​18652](https://redirect.github.com/eslint/eslint/issues/18652)) (Nicholas C. Zakas) - [`51bf57c`](https://redirect.github.com/eslint/eslint/commit/51bf57c493a65baeee3a935f2d0e52e27271fb48) chore: add tech sponsors through actions ([#​18624](https://redirect.github.com/eslint/eslint/issues/18624)) (Strek) - [`6320732`](https://redirect.github.com/eslint/eslint/commit/6320732c3e2a52a220552e348108c53c60f9ef7a) refactor: don't use `parent` property in `NodeEventGenerator` ([#​18653](https://redirect.github.com/eslint/eslint/issues/18653)) (Milos Djermanovic) - [`9e6d640`](https://redirect.github.com/eslint/eslint/commit/9e6d6405c3ee774c2e716a3453ede9696ced1be7) refactor: move "Parsing error" prefix adding to Linter ([#​18650](https://redirect.github.com/eslint/eslint/issues/18650)) (Milos Djermanovic) ### [`v9.6.0`](https://redirect.github.com/eslint/eslint/compare/v9.5.0...473d1bb7c3dfcf629ac048ca811f4b5eef04a692) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.5.0...v9.6.0) ### [`v9.5.0`](https://redirect.github.com/eslint/eslint/compare/v9.4.0...535235701fb029db6f656bd4e58acdfdeb8c02de) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.4.0...v9.5.0) ### [`v9.4.0`](https://redirect.github.com/eslint/eslint/compare/v9.3.0...a5f7e589eca05a8a30bd2532380c304759cc8225) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.3.0...v9.4.0) ### [`v9.3.0`](https://redirect.github.com/eslint/eslint/compare/v9.2.0...41a871cf43874e2f27ad08554c7900daf0e94b06) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.2.0...v9.3.0) ### [`v9.2.0`](https://redirect.github.com/eslint/eslint/compare/v9.1.1...271e7ab1adc45a7b2f66cfea55a54e6048d9749a) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.1.1...v9.2.0) ### [`v9.1.1`](https://redirect.github.com/eslint/eslint/compare/v9.1.0...b4d2512809a1b28466ad1ce5af9d01c181b9bf9e) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.1.0...v9.1.1) ### [`v9.1.0`](https://redirect.github.com/eslint/eslint/compare/v9.0.0...b78d831e244171c939279b03be519b5c13836fce) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.0.0...v9.1.0) ### [`v9.0.0`](https://redirect.github.com/eslint/eslint/compare/v8.57.0...e0cbc50179adac1670f4e0bd9093387a51f4f42a) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v8.57.0...v9.0.0) ### [`v8.57.0`](https://redirect.github.com/eslint/eslint/releases/tag/v8.57.0) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v8.56.0...v8.57.0) #### Features - [`1120b9b`](https://redirect.github.com/eslint/eslint/commit/1120b9b7b97f10f059d8b7ede19de2572f892366) feat: Add loadESLint() API method for v8 ([#​18098](https://redirect.github.com/eslint/eslint/issues/18098)) (Nicholas C. Zakas) - [`dca7d0f`](https://redirect.github.com/eslint/eslint/commit/dca7d0f1c262bc72310147bcefe1d04ecf60acbc) feat: Enable `eslint.config.mjs` and `eslint.config.cjs` ([#​18066](https://redirect.github.com/eslint/eslint/issues/18066)) (Niti

Configuration

📅 Schedule: Branch creation - "after 7am on saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



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