Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

📦 Update core devDependencies (major) #40139

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@octokit/graphql 7.1.0 -> 8.1.1 age adoption passing confidence
@octokit/rest 20.1.1 -> 21.0.2 age adoption passing confidence
@sinonjs/fake-timers 11.2.2 -> 13.0.3 age adoption passing confidence
@types/chai (source) 4.3.16 -> 5.0.0 age adoption passing confidence
@types/dompurify (source) 2.4.0 -> 3.0.5 age adoption passing confidence
@types/node (source) 18.19.39 -> 20.16.13 age adoption passing confidence
ajv-formats 2.1.1 -> 3.0.1 age adoption passing confidence
chai (source) 4.4.1 -> 5.1.1 age adoption passing confidence
chai-as-promised 7.1.2 -> 8.0.0 age adoption passing confidence
chokidar 3.6.0 -> 4.0.1 age adoption passing confidence
commander 11.1.0 -> 12.1.0 age adoption passing confidence
cssnano 6.1.2 -> 7.0.6 age adoption passing confidence
del 6.1.1 -> 8.0.0 age adoption passing confidence
fetch-mock (source) 9.11.0 -> 11.1.5 age adoption passing confidence
ignore 5.3.1 -> 6.0.2 age adoption passing confidence
jsdom 24.1.0 -> 25.0.1 age adoption passing confidence
minimatch 9.0.5 -> 10.0.1 age adoption passing confidence
open 8.4.2 -> 10.1.0 age adoption passing confidence
react (source) 17.0.2 -> 18.3.1 age adoption passing confidence
react-dom (source) 17.0.2 -> 18.3.1 age adoption passing confidence
sinon (source) 11.1.2 -> 19.0.2 age adoption passing confidence
sinon-chai 3.7.0 -> 4.0.0 age adoption passing confidence
tar 6.2.1 -> 7.4.3 age adoption passing confidence
tempy 1.0.1 -> 3.1.0 age adoption passing confidence

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:

# 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 [email protected]:ampproject/amphtml.git renovate/major-core-devdependencies:renovate/major-core-devdependencies

Release Notes

octokit/graphql.js (@​octokit/graphql)

v8.1.1

Compare Source

Bug Fixes

v8.1.0

Compare Source

Features

v8.0.2

Compare Source

Bug Fixes

v8.0.1

Compare Source

Bug Fixes

v8.0.0

Compare Source

Features
BREAKING CHANGES
  • this package is now ESM

  • fix: add missing file extension in relative file path import

octokit/rest.js (@​octokit/rest)

v21.0.2

Compare Source

Bug Fixes

v21.0.1

Compare Source

Bug Fixes

v21.0.0

Compare Source

Features
BREAKING CHANGES
  • package is now ESM
sinonjs/fake-timers (@​sinonjs/fake-timers)

v13.0.3

Compare Source

==================

  • Ensure checks based on the constructor property passes for fake Dates (#​511)

v13.0.2

Compare Source

==================

  • fix #​504: make instances of original Date pass as instances of the fake Date (#​505)

v13.0.1

Compare Source

==================

  • 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

Compare Source

==================

  • fix: fake all supported timers by default (#​323) (BREAKING)

v12.0.0

Compare Source

==================

  • Support performance.measure+mark (#​499)
  • fix: save methods of children Date instance (#​437) (#​480) (potentially BREAKING)

v11.3.1

Compare Source

==================

  • 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

Compare Source

==================

  • chore: security audit fix
  • Remove Husky deprecation messsage that came in v9
  • Fix listener leak for timers/promises
  • upgrade deps (#​496)
  • Add support for timers/promises module from nodejs (#​495)
  • chore: update deps (#​494)
  • Fail when a timer is not available in the context (#​491)
  • Fix link to Mochify and adjust description (#​488)
  • New mochify (#​395)
  • Bump browserify-sign from 4.2.1 to 4.2.2 (#​486)
ajv-validator/ajv-formats (ajv-formats)

v3.0.1

Compare Source

v3.0.0

Compare Source

chaijs/chai (chai)

v5.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.1.0...v5.1.1

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.0.3...v5.1.0

v5.0.3

Compare Source

Fix bad v5.0.2 publish.

Full Changelog: chaijs/chai@v5.0.2...v5.0.3

v5.0.2

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.0.1...v5.0.2

v5.0.0

Compare Source

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

New Contributors

Full Changelog: chaijs/chai@4.3.1...v5.0.0

v4.5.0

Compare Source

chaijs/chai-as-promised (chai-as-promised)

v8.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai-as-promised@v7.1.2...v8.0.0

paulmillr/chokidar (chokidar)

v4.0.1

Compare Source

  • Various fixes and improvements of typescript types

New Contributors

Full Changelog: paulmillr/chokidar@4.0.0...4.0.1

v4.0.0

Compare Source

  • 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 for improvements and help.

Full Changelog: paulmillr/chokidar@3.6.0...4.0.0

tj/commander.js (commander)

v12.1.0

Compare Source

Added

v12.0.0

Compare Source

Added
  • .addHelpOption() as another way of configuring built-in help option ([#​2006])
  • .helpCommand() for configuring built-in help command ([#​2087])
Fixed
  • Breaking: use non-zero exit code when spawned executable subcommand terminates due to a signal ([#​2023])
  • Breaking: check passThroughOptions constraints when using .addCommand and throw if parent command does not have .enablePositionalOptions() enabled ([#​1937])
Changed
  • Breaking: Commander 12 requires Node.js v18 or higher ([#​2027])
  • Breaking: throw an error if add an option with a flag which is already in use ([#​2055])
  • Breaking: throw an error if add a command with name or alias which is already in use ([#​2059])
  • Breaking: throw error when calling .storeOptionsAsProperties() after setting an option value ([#​1928])
  • replace non-standard JSDoc of @api private with documented @private ([#​1949])
  • .addHelpCommand() now takes a Command (passing string or boolean still works as before but deprecated) ([#​2087])
  • refactor internal implementation of built-in help option ([#​2006])
  • refactor internal implementation of built-in help command ([#​2087])
Deprecated
  • .addHelpCommand() passing string or boolean (use .helpCommand() or pass a Command) ([#​2087])
Removed
  • Breaking: removed default export of a global Command instance from CommonJS (use the named program export instead) ([#​2017])
Migration Tips

global program

If you are using the deprecated default import of the global Command object, you need to switch to using a named import (or create a new Command).

// 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 command
cssnano/cssnano (cssnano)

v7.0.6: v7.0.6

Compare Source

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/[email protected]@7.0.6

v7.0.5

Compare Source

v7.0.4: v7.0.4

Compare Source

Bug fixes

v7.0.3: v7.0.3

Compare Source

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 and @​seiyab for their contributions to this release.

v7.0.2: v7.0.2

Compare Source

Bug Fixes

  • fix invalid output in some cases where selectors contain comments

v7.0.1: v7.0.1

Compare Source

Patch changes

Update postcss-calc dependency to latest version

v7.0.0: v7.0.0

Compare Source

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

Compare Source

Breaking
Improvements

v7.1.0

Compare Source

v7.0.0

Compare Source

Breaking
  • Require Node.js 14 (#​143) 106d7d8
  • This package is now pure ESM. Please read this.
  • Moved from a default export to named exports:
    • require('del')import {deleteAsync} from 'del'
    • require('del').syncimport {deleteSync} from 'del'
wheresrhys/fetch-mock (fetch-mock)

v11.1.5

Compare Source

Bug Fixes
  • change export order so default is last (bc9c41d)

v11.1.4

Compare Source

Documentation Changes
  • another occurrence of the cheatsheet ref (875e4f6)
  • fix link to cheatsheet (33e75b1)

v11.1.3

Compare Source

Bug Fixes
  • add missing metadata to package.json files (4ab78b9)

v11.1.1

Compare Source

Bug Fixes
  • roll back to glob-to-regexp (b114124)

v11.1.0

Compare Source

Features
  • remove debug mode from fetch-mock (89890b6)

v11.0.2

Compare Source

Bug Fixes
  • add license file to each package (9b36f89)

v11.0.1

Compare Source

Bug Fixes
  • fixes importimng into .mts files (98ad40e)

v11.0.0

Compare Source

⚠ BREAKING CHANGES
  • force fetch-mock major release
Bug Fixes
  • force fetch-mock major release (1b31416)

v10.1.1

Compare Source

Bug Fixes
  • change module system declaratuions to avoid top level type: module (ed00140)

v10.1.0

Compare Source

Features
  • wip: replace dequal, glob-to-regexp and bump path-to-regexp (d8d8b25)
Bug Fixes

v10.0.8

Compare Source

Miscellaneous
  • rename fetch-mock-legacy directory to fetch-mock (95fd761)
  • test release please again (3a9eb12)
  • release 10.0.8 (7bbbf49)
  • remove legacy prepublish step (3100e5a)

v10.0.7: Make type definitions compatible with ESM and CommonJs

Compare Source

v10.0.6: Fix type definitions

Compare Source

v10.0.5: Fix exports

Compare Source

v10.0.4: Simple API for naming routes

Compare Source

e.g. .mock('/path', 200, 'my-name')

v10.0.3: Remove custom aborterror implementation

Compare Source

v10.0.2: Support matching data URLs

Compare Source

v10.0.1: Small fixes to types

Compare Source

v10.0.0: ESM and native fetch

Compare Source

A major rewrite to use ESM modules and default to using native fetch in all environments

Other than that the API remains unchanged

kaelzhang/node-ignore (ignore)

v6.0.2

Compare Source

v6.0.1: 6.x (== 5.3.2)

Compare Source

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

Compare Source

v5.3.2

Compare Source


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.


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

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

@renovate renovate bot added the WG: infra label Sep 6, 2024
@renovate renovate bot enabled auto-merge (squash) September 6, 2024 12:03
Copy link
Contributor Author

renovate bot commented Sep 6, 2024

⚠️ Artifact update problem

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:

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

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
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/[email protected]
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 [email protected]
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: [email protected]
npm ERR! node_modules/react
npm ERR!   peer react@"^16.8.0 || ^17.0.0" from [email protected]
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

@renovate renovate bot force-pushed the renovate/major-core-devdependencies branch 2 times, most recently from d2fde32 to 82d3679 Compare September 23, 2024 16:00
@renovate renovate bot force-pushed the renovate/major-core-devdependencies branch 5 times, most recently from c1c64df to f709bfd Compare October 1, 2024 16:08
@renovate renovate bot force-pushed the renovate/major-core-devdependencies branch 3 times, most recently from 53069db to fdd75d5 Compare October 8, 2024 15:28
@renovate renovate bot force-pushed the renovate/major-core-devdependencies branch 2 times, most recently from b13ff29 to 2023412 Compare October 18, 2024 00:11
@renovate renovate bot force-pushed the renovate/major-core-devdependencies branch from 2023412 to cea79d1 Compare October 20, 2024 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants