Open renovate[bot] opened 2 months ago
Renovate failed to update an artifact 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:
The artifact failure details are included below:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: react-day-picker@8.0.0-beta.37
npm ERR! Found: react@18.3.1
npm ERR! node_modules/react
npm ERR! dev react@"18.3.1" from the root project
npm ERR! peer react@">= 16.8.0" from @use-gesture/react@10.2.10
npm ERR! node_modules/@use-gesture/react
npm ERR! @use-gesture/react@"10.2.10" from the root project
npm ERR! 3 more (react-jss, theming, react-dom)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.0 || ^17.0.0" from react-day-picker@8.0.0-beta.37
npm ERR! node_modules/react-day-picker
npm ERR! react-day-picker@"8.0.0-beta.37" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: react@17.0.2
npm ERR! node_modules/react
npm ERR! peer react@"^16.8.0 || ^17.0.0" from react-day-picker@8.0.0-beta.37
npm ERR! node_modules/react-day-picker
npm ERR! react-day-picker@"8.0.0-beta.37" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-10-20T23_15_44_266Z-debug-0.log
This PR contains the following updates:
7.1.0
->8.1.1
20.1.1
->21.0.2
11.2.2
->13.0.3
4.3.16
->5.0.0
2.4.0
->3.0.5
18.19.39
->20.16.13
2.1.1
->3.0.1
4.4.1
->5.1.1
7.1.2
->8.0.0
3.6.0
->4.0.1
11.1.0
->12.1.0
6.1.2
->7.0.6
6.1.1
->8.0.0
9.11.0
->11.1.5
5.3.1
->6.0.2
24.1.0
->25.0.1
9.0.5
->10.0.1
8.4.2
->10.1.0
17.0.2
->18.3.1
17.0.2
->18.3.1
11.1.2
->19.0.2
3.7.0
->4.0.0
6.2.1
->7.4.3
1.0.1
->3.1.0
See all other Renovate PRs on the Dependency Dashboard
How to resolve breaking changes
This PR may introduce breaking changes that require manual intervention. In such cases, you will need to check out this branch, fix the cause of the breakage, and commit the fix to ensure a green CI build. To check out and update this PR, follow the steps below: ```sh # Check out the PR branch git checkout -b renovate/major-core-devdependencies main git pull https://github.com/ampproject/amphtml.git renovate/major-core-devdependencies # Directly make fixes and commit them amp lint --fix # For lint errors in JS files amp prettify --fix # For prettier errors in non-JS files # Edit source code in case of new compiler warnings / errors # Push the changes to the branch git push git@github.com:ampproject/amphtml.git renovate/major-core-devdependencies:renovate/major-core-devdependencies ```Release Notes
octokit/graphql.js (@octokit/graphql)
### [`v8.1.1`](https://redirect.github.com/octokit/graphql.js/releases/tag/v8.1.1) [Compare Source](https://redirect.github.com/octokit/graphql.js/compare/v8.1.0...v8.1.1) ##### Bug Fixes - **pkg:** add `default` fallback and `types` export ([#565](https://redirect.github.com/octokit/graphql.js/issues/565)) ([9de1ef8](https://redirect.github.com/octokit/graphql.js/commit/9de1ef853c6675ee382ef1cd1f1967c0b1e6dcda)) ### [`v8.1.0`](https://redirect.github.com/octokit/graphql.js/releases/tag/v8.1.0) [Compare Source](https://redirect.github.com/octokit/graphql.js/compare/v8.0.2...v8.1.0) ##### Features - **security:** Add provenance ([#562](https://redirect.github.com/octokit/graphql.js/issues/562)) ([6926030](https://redirect.github.com/octokit/graphql.js/commit/692603034e9cd6ebc4de03c4351a1874ebe22e49)) ### [`v8.0.2`](https://redirect.github.com/octokit/graphql.js/releases/tag/v8.0.2) [Compare Source](https://redirect.github.com/octokit/graphql.js/compare/v8.0.1...v8.0.2) ##### Bug Fixes - **deps:** update dependency [@octokit/types](https://redirect.github.com/octokit/types) to v13 ([ce3f6c9](https://redirect.github.com/octokit/graphql.js/commit/ce3f6c95023b199c34564f8b1b826e11c8a7fee8)) ### [`v8.0.1`](https://redirect.github.com/octokit/graphql.js/releases/tag/v8.0.1) [Compare Source](https://redirect.github.com/octokit/graphql.js/compare/v8.0.0...v8.0.1) ##### Bug Fixes - **pkg:** add `main` entry point ([#551](https://redirect.github.com/octokit/graphql.js/issues/551)) ([d3ada54](https://redirect.github.com/octokit/graphql.js/commit/d3ada54e13e059bc14d58febb383965daf715366)), closes [octokit/core.js#662](https://redirect.github.com/octokit/core.js/issues/662) ### [`v8.0.0`](https://redirect.github.com/octokit/graphql.js/releases/tag/v8.0.0) [Compare Source](https://redirect.github.com/octokit/graphql.js/compare/v7.1.0...v8.0.0) ##### Features - package is now ESM ([#549](https://redirect.github.com/octokit/graphql.js/issues/549)) ([8b126b5](https://redirect.github.com/octokit/graphql.js/commit/8b126b561259aea280b26fe4797a51ec0f013a6d)) ##### BREAKING CHANGES - this package is now ESM - fix: add missing file extension in relative file path importoctokit/rest.js (@octokit/rest)
### [`v21.0.2`](https://redirect.github.com/octokit/rest.js/releases/tag/v21.0.2) [Compare Source](https://redirect.github.com/octokit/rest.js/compare/v21.0.1...v21.0.2) ##### Bug Fixes - **docs:** update to react 18 and latest gatsby deps ([#462](https://redirect.github.com/octokit/rest.js/issues/462)) ([9a80f06](https://redirect.github.com/octokit/rest.js/commit/9a80f0607ecd1054e9c3dcce114dfc3ed8f762e7)), closes [#216](https://redirect.github.com/octokit/rest.js/issues/216) [#230](https://redirect.github.com/octokit/rest.js/issues/230) [#460](https://redirect.github.com/octokit/rest.js/issues/460) ### [`v21.0.1`](https://redirect.github.com/octokit/rest.js/releases/tag/v21.0.1) [Compare Source](https://redirect.github.com/octokit/rest.js/compare/v21.0.0...v21.0.1) ##### Bug Fixes - update deps ([#456](https://redirect.github.com/octokit/rest.js/issues/456)) ([93d5afb](https://redirect.github.com/octokit/rest.js/commit/93d5afb3433ae30e76f22f06e42067bada959b6e)) ### [`v21.0.0`](https://redirect.github.com/octokit/rest.js/releases/tag/v21.0.0) [Compare Source](https://redirect.github.com/octokit/rest.js/compare/v20.1.1...v21.0.0) ##### Features - v21 ([#413](https://redirect.github.com/octokit/rest.js/issues/413)) ([12b6c65](https://redirect.github.com/octokit/rest.js/commit/12b6c6521dc767a8c127fbbfcc74b0c76d1ab056)) ##### BREAKING CHANGES - package is now ESMsinonjs/fake-timers (@sinonjs/fake-timers)
### [`v13.0.3`](https://redirect.github.com/sinonjs/fake-timers/blob/HEAD/CHANGELOG.md#1303--2024-10-17) [Compare Source](https://redirect.github.com/sinonjs/fake-timers/compare/v13.0.2...v13.0.3) \================== - Ensure checks based on the constructor property passes for fake Dates ([#511](https://redirect.github.com/sinonjs/fake-timers/issues/511)) ### [`v13.0.2`](https://redirect.github.com/sinonjs/fake-timers/blob/HEAD/CHANGELOG.md#1302--2024-09-13) [Compare Source](https://redirect.github.com/sinonjs/fake-timers/compare/v13.0.1...v13.0.2) \================== - fix [#504](https://redirect.github.com/sinonjs/fake-timers/issues/504): make instances of original Date pass as instances of the fake Date ([#505](https://redirect.github.com/sinonjs/fake-timers/issues/505)) ### [`v13.0.1`](https://redirect.github.com/sinonjs/fake-timers/blob/HEAD/CHANGELOG.md#1301--2024-08-26) [Compare Source](https://redirect.github.com/sinonjs/fake-timers/compare/v13.0.0...v13.0.1) \================== - Add a guard to prevent test from failing in Puppeteer - Add a missing test on using timers not present on a custom global - Fix toString() output ### [`v13.0.0`](https://redirect.github.com/sinonjs/fake-timers/blob/HEAD/CHANGELOG.md#1300--2024-08-25) [Compare Source](https://redirect.github.com/sinonjs/fake-timers/compare/v12.0.0...v13.0.0) \================== - fix: fake all supported timers by default ([#323](https://redirect.github.com/sinonjs/fake-timers/issues/323)) (BREAKING) ### [`v12.0.0`](https://redirect.github.com/sinonjs/fake-timers/blob/HEAD/CHANGELOG.md#1200--2024-08-24) [Compare Source](https://redirect.github.com/sinonjs/fake-timers/compare/v11.3.1...v12.0.0) \================== - Support performance.measure+mark ([#499](https://redirect.github.com/sinonjs/fake-timers/issues/499)) - fix: save methods of children Date instance ([#437](https://redirect.github.com/sinonjs/fake-timers/issues/437)) ([#480](https://redirect.github.com/sinonjs/fake-timers/issues/480)) (potentially BREAKING) ### [`v11.3.1`](https://redirect.github.com/sinonjs/fake-timers/blob/HEAD/CHANGELOG.md#1131--2024-08-24) [Compare Source](https://redirect.github.com/sinonjs/fake-timers/compare/v11.3.0...v11.3.1) \================== - Prevent releasing on branches other than 'main' - Enable saucelabs tests - chore: security audit fix - Remove Husky deprecation messsage that came in v9 ### [`v11.3.0`](https://redirect.github.com/sinonjs/fake-timers/blob/HEAD/CHANGELOG.md#1130--2024-08-24) [Compare Source](https://redirect.github.com/sinonjs/fake-timers/compare/v11.2.2...v11.3.0) \================== - chore: security audit fix - Remove Husky deprecation messsage that came in v9 - Fix listener leak for timers/promises - upgrade deps ([#496](https://redirect.github.com/sinonjs/fake-timers/issues/496)) - Add support for timers/promises module from nodejs ([#495](https://redirect.github.com/sinonjs/fake-timers/issues/495)) - chore: update deps ([#494](https://redirect.github.com/sinonjs/fake-timers/issues/494)) - Fail when a timer is not available in the context ([#491](https://redirect.github.com/sinonjs/fake-timers/issues/491)) - Fix link to Mochify and adjust description ([#488](https://redirect.github.com/sinonjs/fake-timers/issues/488)) - New mochify ([#395](https://redirect.github.com/sinonjs/fake-timers/issues/395)) - Bump browserify-sign from 4.2.1 to 4.2.2 ([#486](https://redirect.github.com/sinonjs/fake-timers/issues/486))ajv-validator/ajv-formats (ajv-formats)
### [`v3.0.1`](https://redirect.github.com/ajv-validator/ajv-formats/compare/v3.0.0...v3.0.1) [Compare Source](https://redirect.github.com/ajv-validator/ajv-formats/compare/v3.0.0...v3.0.1) ### [`v3.0.0`](https://redirect.github.com/ajv-validator/ajv-formats/compare/v2.1.1...v3.0.0) [Compare Source](https://redirect.github.com/ajv-validator/ajv-formats/compare/v2.1.1...v3.0.0)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)chaijs/chai-as-promised (chai-as-promised)
### [`v8.0.0`](https://redirect.github.com/chaijs/chai-as-promised/releases/tag/v8.0.0) [Compare Source](https://redirect.github.com/chaijs/chai-as-promised/compare/v7.1.2...v8.0.0) #### What's Changed - Migrate CI to GitHub Actions by [@WikiRik](https://redirect.github.com/WikiRik) in [https://github.com/chaijs/chai-as-promised/pull/283](https://redirect.github.com/chaijs/chai-as-promised/pull/283) - feat: upgrade dev toolchain by [@43081j](https://redirect.github.com/43081j) in [https://github.com/chaijs/chai-as-promised/pull/285](https://redirect.github.com/chaijs/chai-as-promised/pull/285) - chore: add prettier by [@43081j](https://redirect.github.com/43081j) in [https://github.com/chaijs/chai-as-promised/pull/286](https://redirect.github.com/chaijs/chai-as-promised/pull/286) - feat: move to ESM-only by [@43081j](https://redirect.github.com/43081j) in [https://github.com/chaijs/chai-as-promised/pull/287](https://redirect.github.com/chaijs/chai-as-promised/pull/287) - fix: raise a nicer error when non-object errors are matched by [@43081j](https://redirect.github.com/43081j) in [https://github.com/chaijs/chai-as-promised/pull/294](https://redirect.github.com/chaijs/chai-as-promised/pull/294) - chore: allow publishing prereleases by [@43081j](https://redirect.github.com/43081j) in [https://github.com/chaijs/chai-as-promised/pull/295](https://redirect.github.com/chaijs/chai-as-promised/pull/295) - fix: update repo in package.json by [@43081j](https://redirect.github.com/43081j) in [https://github.com/chaijs/chai-as-promised/pull/296](https://redirect.github.com/chaijs/chai-as-promised/pull/296) - chore: relicense as MIT by [@43081j](https://redirect.github.com/43081j) in [https://github.com/chaijs/chai-as-promised/pull/299](https://redirect.github.com/chaijs/chai-as-promised/pull/299) #### New Contributors - [@WikiRik](https://redirect.github.com/WikiRik) made their first contribution in [https://github.com/chaijs/chai-as-promised/pull/283](https://redirect.github.com/chaijs/chai-as-promised/pull/283) **Full Changelog**: https://github.com/chaijs/chai-as-promised/compare/v7.1.2...v8.0.0paulmillr/chokidar (chokidar)
### [`v4.0.1`](https://redirect.github.com/paulmillr/chokidar/releases/tag/4.0.1) [Compare Source](https://redirect.github.com/paulmillr/chokidar/compare/4.0.0...4.0.1) - Various fixes and improvements of typescript types #### New Contributors - [@benmccann](https://redirect.github.com/benmccann) made their first contribution in [https://github.com/paulmillr/chokidar/pull/1349](https://redirect.github.com/paulmillr/chokidar/pull/1349) - [@talentlessguy](https://redirect.github.com/talentlessguy) made their first contribution in [https://github.com/paulmillr/chokidar/pull/1356](https://redirect.github.com/paulmillr/chokidar/pull/1356) **Full Changelog**: https://github.com/paulmillr/chokidar/compare/4.0.0...4.0.1 ### [`v4.0.0`](https://redirect.github.com/paulmillr/chokidar/releases/tag/4.0.0) [Compare Source](https://redirect.github.com/paulmillr/chokidar/compare/3.6.0...4.0.0) - Remove glob support - Remove bundled fsevents - Decrease dependency count from 13 to 1 - Rewrite in typescript. Makes emitted types more precise - The package became hybrid common.js / ESM - Bump minimum node.js requirement to v14+ Special thanks to [@43081j](https://redirect.github.com/43081j) for improvements and help. **Full Changelog**: https://github.com/paulmillr/chokidar/compare/3.6.0...4.0.0tj/commander.js (commander)
### [`v12.1.0`](https://redirect.github.com/tj/commander.js/blob/HEAD/CHANGELOG.md#1210-2024-05-18) [Compare Source](https://redirect.github.com/tj/commander.js/compare/v12.0.0...v12.1.0) ##### Added ### [`v12.0.0`](https://redirect.github.com/tj/commander.js/blob/HEAD/CHANGELOG.md#1200-2024-02-03) [Compare Source](https://redirect.github.com/tj/commander.js/compare/v11.1.0...v12.0.0) ##### Added - `.addHelpOption()` as another way of configuring built-in help option (\[[#2006](https://redirect.github.com/tj/commander.js/issues/2006)]) - `.helpCommand()` for configuring built-in help command (\[[#2087](https://redirect.github.com/tj/commander.js/issues/2087)]) ##### Fixed - *Breaking:* use non-zero exit code when spawned executable subcommand terminates due to a signal (\[[#2023](https://redirect.github.com/tj/commander.js/issues/2023)]) - *Breaking:* check `passThroughOptions` constraints when using `.addCommand` and throw if parent command does not have `.enablePositionalOptions()` enabled (\[[#1937](https://redirect.github.com/tj/commander.js/issues/1937)]) ##### Changed - *Breaking:* Commander 12 requires Node.js v18 or higher (\[[#2027](https://redirect.github.com/tj/commander.js/issues/2027)]) - *Breaking:* throw an error if add an option with a flag which is already in use (\[[#2055](https://redirect.github.com/tj/commander.js/issues/2055)]) - *Breaking:* throw an error if add a command with name or alias which is already in use (\[[#2059](https://redirect.github.com/tj/commander.js/issues/2059)]) - *Breaking:* throw error when calling `.storeOptionsAsProperties()` after setting an option value (\[[#1928](https://redirect.github.com/tj/commander.js/issues/1928)]) - replace non-standard JSDoc of `@api private` with documented `@private` (\[[#1949](https://redirect.github.com/tj/commander.js/issues/1949)]) - `.addHelpCommand()` now takes a Command (passing string or boolean still works as before but deprecated) (\[[#2087](https://redirect.github.com/tj/commander.js/issues/2087)]) - refactor internal implementation of built-in help option (\[[#2006](https://redirect.github.com/tj/commander.js/issues/2006)]) - refactor internal implementation of built-in help command (\[[#2087](https://redirect.github.com/tj/commander.js/issues/2087)]) ##### Deprecated - `.addHelpCommand()` passing string or boolean (use `.helpCommand()` or pass a Command) (\[[#2087](https://redirect.github.com/tj/commander.js/issues/2087)]) ##### Removed - *Breaking:* removed default export of a global Command instance from CommonJS (use the named `program` export instead) (\[[#2017](https://redirect.github.com/tj/commander.js/issues/2017)]) ##### Migration Tips **global program** If you are using the [deprecated](./docs/deprecated.md#default-import-of-global-command-object) default import of the global Command object, you need to switch to using a named import (or create a new `Command`). ```js // const program = require('commander'); const { program } = require('commander'); ``` **option and command clashes** A couple of configuration problems now throw an error, which will pick up issues in existing programs: - adding an option which uses the same flag as a previous option - adding a command which uses the same name or alias as a previous commandcssnano/cssnano (cssnano)
### [`v7.0.6`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%407.0.6): v7.0.6 [Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@7.0.5...cssnano@7.0.6) #### What's Changed - Update postcss-calc and selector-parser by [@ludofischer](https://redirect.github.com/ludofischer) in [https://github.com/cssnano/cssnano/pull/1663](https://redirect.github.com/cssnano/cssnano/pull/1663) - fix(postcss-convert-values): convert `0ms` to `0s` by [@btea](https://redirect.github.com/btea) in [https://github.com/cssnano/cssnano/pull/1665](https://redirect.github.com/cssnano/cssnano/pull/1665) **Full Changelog**: https://github.com/cssnano/cssnano/compare/cssnano@7.0.5...cssnano@7.0.6 ### [`v7.0.5`](https://redirect.github.com/cssnano/cssnano/compare/cssnano@7.0.4...cssnano@7.0.5) [Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@7.0.4...cssnano@7.0.5) ### [`v7.0.4`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%407.0.4): v7.0.4 [Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@7.0.3...cssnano@7.0.4) #### Bug fixes - fix(postcss-convert-values): preserve percent sign in border-image-width in [https://github.com/cssnano/cssnano/pull/1645](https://redirect.github.com/cssnano/cssnano/pull/1645) ### [`v7.0.3`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%407.0.3): v7.0.3 [Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@7.0.2...cssnano@7.0.3) #### Bug Fixes - cssnano-preset-default: preserve SVG viewbox and title by default - postcss-convert-values: preserve percent sign in arguments of color functions when needed - postcss-ordered-values: preserve correct order in animation property - postcss-minify-selectors: preserve quotes when escaping selector is required - postcss-discard-comments: do not remove strings that only look like comments in selectors Thanks to [@ota-meshi](https://redirect.github.com/ota-meshi) and [@seiyab](https://redirect.github.com/seiyab) for their contributions to this release. ### [`v7.0.2`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%407.0.2): v7.0.2 [Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@7.0.1...cssnano@7.0.2) #### Bug Fixes - fix invalid output in some cases where selectors contain comments ### [`v7.0.1`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%407.0.1): v7.0.1 [Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@7.0.0...cssnano@7.0.1) #### Patch changes Update postcss-calc dependency to latest version ### [`v7.0.0`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%407.0.0): v7.0.0 [Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@6.1.2...cssnano@7.0.0) #### Breaking changes This release drops official support for unmaintained long term support Node.js releases 14 and 16. It also drops support for non-long term support releases 19 and 21 and add support for Node.js 22. Only the `package.json` `engines` field has been updated. The code should otherwise be identical to the previous 6.1.2 release. Ensuring support for older Node.js had become difficult as the GitHub actions runners are not available for the latest MacOS and recent pnpm also could not run on CI any more.sindresorhus/del (del)
### [`v8.0.0`](https://redirect.github.com/sindresorhus/del/releases/tag/v8.0.0) [Compare Source](https://redirect.github.com/sindresorhus/del/compare/v7.1.0...v8.0.0) ##### Breaking - Require Node.js 18 ([#161](https://redirect.github.com/sindresorhus/del/issues/161)) [`e2e5b71`](https://redirect.github.com/sindresorhus/del/commit/e2e5b71) ##### Improvements - Update dependencies ([#161](https://redirect.github.com/sindresorhus/del/issues/161)) [`e2e5b71`](https://redirect.github.com/sindresorhus/del/commit/e2e5b71) ### [`v7.1.0`](https://redirect.github.com/sindresorhus/del/releases/tag/v7.1.0) [Compare Source](https://redirect.github.com/sindresorhus/del/compare/v7.0.0...v7.1.0) - Add `path` to `onProgress` event ([#155](https://redirect.github.com/sindresorhus/del/issues/155)) [`f5d31e6`](https://redirect.github.com/sindresorhus/del/commit/f5d31e6) ### [`v7.0.0`](https://redirect.github.com/sindresorhus/del/releases/tag/v7.0.0) [Compare Source](https://redirect.github.com/sindresorhus/del/compare/v6.1.1...v7.0.0) ##### Breaking - Require Node.js 14 ([#143](https://redirect.github.com/sindresorhus/del/issues/143)) [`106d7d8`](https://redirect.github.com/sindresorhus/del/commit/106d7d8) - This package is now pure ESM. **Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).** - Moved from a default export to named exports: - `require('del')` → `import {deleteAsync} from 'del'` - `require('del').sync` → `import {deleteSync} from 'del'`wheresrhys/fetch-mock (fetch-mock)
### [`v11.1.5`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1115-2024-09-25) [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.1.4...fetch-mock-v11.1.5) ##### Bug Fixes - change export order so default is last ([bc9c41d](https://redirect.github.com/wheresrhys/fetch-mock/commit/bc9c41d04609c40e609e672254df5ff1ddf0cad9)) ### [`v11.1.4`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1114-2024-09-19) [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.1.3...fetch-mock-v11.1.4) ##### Documentation Changes - another occurrence of the cheatsheet ref ([875e4f6](https://redirect.github.com/wheresrhys/fetch-mock/commit/875e4f6bd7b50229b6f83e14075c1a3fcd6210a4)) - fix link to cheatsheet ([33e75b1](https://redirect.github.com/wheresrhys/fetch-mock/commit/33e75b1cd2391c9d4c1c9770c3be4fb771f7f726)) ### [`v11.1.3`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1113-2024-08-28) [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.1.1...fetch-mock-v11.1.3) ##### Bug Fixes - add missing metadata to package.json files ([4ab78b9](https://redirect.github.com/wheresrhys/fetch-mock/commit/4ab78b9429a376230da2ce57bd320031c53f06ef)) ### [`v11.1.1`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1111-2024-08-13) [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.1.0...fetch-mock-v11.1.1) ##### Bug Fixes - roll back to glob-to-regexp ([b114124](https://redirect.github.com/wheresrhys/fetch-mock/commit/b11412452ed376ab2e20e03a51f0dc1de1dcdb90)) ### [`v11.1.0`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1110-2024-08-10) [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.0.2...fetch-mock-v11.1.0) ##### Features - remove debug mode from fetch-mock ([89890b6](https://redirect.github.com/wheresrhys/fetch-mock/commit/89890b6ec39077b769617f02bdf5de7b971fc52c)) ### [`v11.0.2`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1102-2024-08-08) [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.0.1...fetch-mock-v11.0.2) ##### Bug Fixes - add license file to each package ([9b36f89](https://redirect.github.com/wheresrhys/fetch-mock/commit/9b36f892ed19cd381b1f8ebbd94a28773637b9ec)) ### [`v11.0.1`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1101-2024-08-08) [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.0.0...fetch-mock-v11.0.1) ##### Bug Fixes - fixes importimng into .mts files ([98ad40e](https://redirect.github.com/wheresrhys/fetch-mock/commit/98ad40ee5351f1f2f16edf1bbcc626ce94d0d629)) ### [`v11.0.0`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1100-2024-08-03) [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/fetch-mock-v10.1.1...fetch-mock-v11.0.0) ##### ⚠ BREAKING CHANGES - force fetch-mock major release ##### Bug Fixes - force fetch-mock major release ([1b31416](https://redirect.github.com/wheresrhys/fetch-mock/commit/1b314167607b15887feba2f6124a9af9cca81c47)) ### [`v10.1.1`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1011-2024-07-23) [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/fetch-mock-v10.1.0...fetch-mock-v10.1.1) ##### Bug Fixes - change module system declaratuions to avoid top level type: module ([ed00140](https://redirect.github.com/wheresrhys/fetch-mock/commit/ed001407792a12b5fec94013aafccbb4bbb63a87)) ### [`v10.1.0`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1010-2024-07-18) [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/fetch-mock-v10.0.8...fetch-mock-v10.1.0) ##### Features - **wip:** replace dequal, glob-to-regexp and bump path-to-regexp ([d8d8b25](https://redirect.github.com/wheresrhys/fetch-mock/commit/d8d8b259fffbd01a03d5c5bf2768ee48797b68bb)) ##### Bug Fixes - failing tests ([65ef567](https://redirect.github.com/wheresrhys/fetch-mock/commit/65ef5678ba23c53d27f3b165fe25020d96c498db)) - replace path-to-regexp with regexparam ([4bf3e32](https://redirect.github.com/wheresrhys/fetch-mock/commit/4bf3e32f852ffc169ca354288eff86737e131480)) - wildcard import ([ff9fee6](https://redirect.github.com/wheresrhys/fetch-mock/commit/ff9fee634db8b019f1384e44d13b4121bc2d62bb)) ### [`v10.0.8`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1008-2024-07-15) [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/v10.0.7...fetch-mock-v10.0.8) ##### Miscellaneous - rename fetch-mock-legacy directory to fetch-mock ([95fd761](https://redirect.github.com/wheresrhys/fetch-mock/commit/95fd76115e0bfb979c9ee52a59613a3f52b1a6d6)) - test release please again ([3a9eb12](https://redirect.github.com/wheresrhys/fetch-mock/commit/3a9eb1292f81c3872bc57e91c6a436cf6fddfb80)) - release 10.0.8 ([7bbbf49](https://redirect.github.com/wheresrhys/fetch-mock/commit/7bbbf49aaa19e7fe2c97f86452bf153933ed5345)) - remove legacy prepublish step ([3100e5a](https://redirect.github.com/wheresrhys/fetch-mock/commit/3100e5a659a5436a583e4e56cd668a54b47bfb8f)) ### [`v10.0.7`](https://redirect.github.com/wheresrhys/fetch-mock/releases/tag/v10.0.7): Make type definitions compatible with ESM and CommonJs [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/v10.0.6...v10.0.7) ### [`v10.0.6`](https://redirect.github.com/wheresrhys/fetch-mock/releases/tag/v10.0.6): Fix type definitions [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/v10.0.5...v10.0.6) ### [`v10.0.5`](https://redirect.github.com/wheresrhys/fetch-mock/releases/tag/v10.0.5): Fix exports [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/v10.0.4...v10.0.5) ### [`v10.0.4`](https://redirect.github.com/wheresrhys/fetch-mock/releases/tag/v10.0.4): Simple API for naming routes [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/v10.0.3...v10.0.4) e.g. `.mock('/path', 200, 'my-name')` ### [`v10.0.3`](https://redirect.github.com/wheresrhys/fetch-mock/releases/tag/v10.0.3): Remove custom aborterror implementation [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/v10.0.2...v10.0.3) ### [`v10.0.2`](https://redirect.github.com/wheresrhys/fetch-mock/releases/tag/v10.0.2): Support matching data URLs [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/v10.0.1...v10.0.2) ### [`v10.0.1`](https://redirect.github.com/wheresrhys/fetch-mock/releases/tag/v10.0.1): Small fixes to types [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/v10.0.0...v10.0.1) ### [`v10.0.0`](https://redirect.github.com/wheresrhys/fetch-mock/releases/tag/v10.0.0): ESM and native fetch [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/v9.11.0...v10.0.0) A major rewrite to use ESM modules and default to using native fetch in all environments Other than that the API remains unchangedkaelzhang/node-ignore (ignore)
### [`v6.0.2`](https://redirect.github.com/kaelzhang/node-ignore/compare/6.0.1...ee70c66d32e900f6e793c733a4ca27a1dafb3819) [Compare Source](https://redirect.github.com/kaelzhang/node-ignore/compare/6.0.1...ee70c66d32e900f6e793c733a4ca27a1dafb3819) ### [`v6.0.1`](https://redirect.github.com/kaelzhang/node-ignore/releases/tag/6.0.1): 6.x (== 5.3.2) [Compare Source](https://redirect.github.com/kaelzhang/node-ignore/compare/6.0.0...6.0.1) ### 6.x - The release of `6.x` is due to a mistake. - Making an upgrade from `5.x` to 6.x for now actually changes nothing and does no harm, everyone could just upgrade or ignore the version. - Actually `6.0.2` is `5.3.2` - The next major release will be `7.0.0` ### [`v6.0.0`](https://redirect.github.com/kaelzhang/node-ignore/compare/5.3.2...6.0.0) [Compare Source](https://redirect.github.com/kaelzhang/node-ignore/compare/5.3.2...6.0.0) ### [`v5.3.2`](https://redirect.github.com/kaelzhang/node-ignore/compare/5.3.1...5.3.2) [Compare Source](https://redirect.github.com/kaelzhang/node-ignore/compare/5.3.1...5.3.2)Configuration
📅 Schedule: Branch creation - "after 12am every weekday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Never, 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.