Skip to content

Update all dependencies #242

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

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

Update all dependencies #242

wants to merge 1 commit into from

Conversation

ggrossetie
Copy link
Member

@ggrossetie ggrossetie commented Nov 2, 2023

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v3 -> v4
actions/setup-node action major v3 -> v4
chai (source) devDependencies major ~4.3 -> ~5.2.0
mocha (source) devDependencies major ~10.2 -> ~11.2.0
portfinder devDependencies patch 1.0.32 -> 1.0.37
puppeteer (source) devDependencies major ~23.2 -> ~24.8.0
rollup (source) devDependencies major 3.21.6 -> 4.40.1
standard (source) devDependencies minor ~17.0 -> ~17.1.0

Release Notes

actions/checkout (actions/checkout)

v4

Compare Source

actions/setup-node (actions/setup-node)

v4

Compare Source

chaijs/chai (chai)

v5.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: chaijs/chai@v5.1.2...v5.2.0

v5.1.2

Compare Source

What's Changed

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

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

What's Changed

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

v4.4.1

Compare Source

What's Changed

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

v4.4.0

Compare Source

What's Changed

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

mochajs/mocha (mocha)

v11.2.2

Compare Source

🩹 Fixes
📚 Documentation

v11.2.1

Compare Source

🩹 Fixes
📚 Documentation
🧹 Chores

v11.2.0

Compare Source

🌟 Features
📚 Documentation
🧹 Chores

v11.1.0

Compare Source

🌟 Features

v11.0.2

Compare Source

🩹 Fixes
  • catch exceptions setting Error.stackTraceLimit (#​5254) (259f8f8)
  • error handling for unexpected numeric arguments passed to cli (#​5263) (210d658)
📚 Documentation

v11.0.1

Compare Source

🌟 Features
📚 Documentation

v11.0.0

Compare Source

⚠ BREAKING CHANGES
  • adapt new engine range for Mocha 11 (#​5216)
🌟 Features
🩹 Fixes
📚 Documentation

v10.8.2

Compare Source

🩹 Fixes
📚 Documentation
  • indicate 'exports' interface does not work in browsers (#​5181) (14e640e)
🧹 Chores
  • fix docs builds by re-adding eleventy and ignoring gitignore again (#​5240) (881e3b0)
🤖 Automation

v10.8.1

Compare Source

🩹 Fixes

v10.8.0

Compare Source

🌟 Features
🩹 Fixes
📚 Documentation
🧹 Chores

v10.7.3

Compare Source

🩹 Fixes

v10.7.0

Compare Source

🎉 Enhancements

v10.6.1

Compare Source

🐛 Fixes

v10.6.0

Compare Source

🎉 Enhancements

v10.5.2

Compare Source

🐛 Fixes

v10.5.1

Compare Source

🐛 Fixes

v10.5.0

Compare Source

🎉 Enhancements
🐛 Fixes
🔩 Other

v10.4.0

Compare Source

🎉 Enhancements
🐛 Fixes
🔩 Other

v10.3.0

Compare Source

This is a stable release equivalent to 10.30.0-prerelease.

http-party/node-portfinder (portfinder)

v1.0.37

Compare Source

What's Changed

Full Changelog: http-party/node-portfinder@v1.0.36...v1.0.37

v1.0.36

Compare Source

What's Changed

Full Changelog: http-party/node-portfinder@v1.0.35...v1.0.36

v1.0.35

Compare Source

What's Changed

Full Changelog: http-party/node-portfinder@v1.0.34...v1.0.35

v1.0.34

Compare Source

What's Changed

New Contributors

Full Changelog: http-party/node-portfinder@v1.0.33...v1.0.34

v1.0.33

Compare Source

What's Changed

New Contributors

Full Changelog: http-party/node-portfinder@v1.0.32...v1.0.33

puppeteer/puppeteer (puppeteer)

v24.8.0

Compare Source

Features
Bug Fixes
Dependencies
  • The following workspace dependencies were updated

v24.7.2

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.7.1 to 24.7.2

v24.7.1

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated

v24.7.0

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated
Features

v24.6.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
Bug Fixes

v24.6.0

Compare Source

Features
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.5.0 to 24.6.0

v24.5.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
Features
Bug Fixes

v24.4.0

Compare Source

Features
Dependencies
  • The following workspace dependencies were updated

v24.3.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.3.0 to 24.3.1
Bug Fixes

v24.3.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.2.1 to 24.3.0
Features
Bug Fixes

v24.2.1

Compare Source

Bug Fixes
  • change Browser.setCookie type to be CookieData (#​13593) ([8971cc2](https://

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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.


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

This PR has been generated by Renovate Bot.

@ggrossetie ggrossetie force-pushed the renovate/all branch 3 times, most recently from 035ecf7 to a97c6c7 Compare November 15, 2023 02:18
@ggrossetie ggrossetie force-pushed the renovate/all branch 3 times, most recently from 748c3d3 to 4249455 Compare November 25, 2023 02:15
@ggrossetie ggrossetie force-pushed the renovate/all branch 2 times, most recently from 8c6a66c to a66ad76 Compare December 1, 2023 02:22
@ggrossetie ggrossetie force-pushed the renovate/all branch 3 times, most recently from f305ed7 to 3d63ea4 Compare December 14, 2023 02:20
@ggrossetie ggrossetie force-pushed the renovate/all branch 2 times, most recently from fdc41d8 to 3ab644e Compare December 31, 2023 02:21
@ggrossetie ggrossetie force-pushed the renovate/all branch 4 times, most recently from 0f0d2b6 to 7017561 Compare February 13, 2024 02:12
@ggrossetie ggrossetie force-pushed the renovate/all branch 2 times, most recently from cf92093 to 907145c Compare February 17, 2024 02:12
@ggrossetie ggrossetie force-pushed the renovate/all branch 2 times, most recently from 8bc29a6 to 7306b33 Compare March 13, 2024 02:12
@ggrossetie ggrossetie force-pushed the renovate/all branch 3 times, most recently from 63348b6 to 8cf2439 Compare March 29, 2024 02:12
@ggrossetie ggrossetie force-pushed the renovate/all branch 2 times, most recently from 4ddf532 to 63e5e68 Compare April 8, 2024 02:14
@ggrossetie ggrossetie force-pushed the renovate/all branch 2 times, most recently from 7e8b091 to 600df89 Compare December 21, 2024 02:31
@ggrossetie ggrossetie force-pushed the renovate/all branch 2 times, most recently from 78c9a67 to 2ee9da1 Compare January 29, 2025 02:29
@ggrossetie
Copy link
Member Author

ggrossetie commented Jan 29, 2025

⚠️ 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 warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/chai
npm error   dev chai@"~5.2.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer chai@">=2.2.1 <5" from [email protected]
npm error node_modules/dirty-chai
npm error   dev dirty-chai@"2.0.1" from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/chai
npm error   peer chai@">=2.2.1 <5" from [email protected]
npm error   node_modules/dirty-chai
npm error     dev dirty-chai@"2.0.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2025-05-03T02_36_07_628Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2025-05-03T02_36_07_628Z-debug-0.log

@ggrossetie ggrossetie force-pushed the renovate/all branch 5 times, most recently from a40a97c to 89dc072 Compare February 8, 2025 02:29
@ggrossetie ggrossetie force-pushed the renovate/all branch 2 times, most recently from 4da43b1 to 6ed6ae1 Compare February 18, 2025 02:32
@ggrossetie ggrossetie force-pushed the renovate/all branch 3 times, most recently from d930807 to f8855ff Compare March 2, 2025 02:35
@ggrossetie ggrossetie force-pushed the renovate/all branch 3 times, most recently from 5450301 to 7b38716 Compare March 12, 2025 02:36
@ggrossetie ggrossetie force-pushed the renovate/all branch 2 times, most recently from ec91f0d to 8eaabd4 Compare March 18, 2025 02:38
@ggrossetie ggrossetie force-pushed the renovate/all branch 2 times, most recently from 0edbf43 to 386559f Compare April 13, 2025 03:06
@ggrossetie ggrossetie force-pushed the renovate/all branch 2 times, most recently from 77ab9eb to 4e92655 Compare April 29, 2025 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant