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

chore(deps): update node dependencies (major) #1671

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

Conversation

ggrossetie
Copy link
Member

@ggrossetie ggrossetie commented Nov 2, 2023

This PR contains the following updates:

Package Type Update Change
chai (source) devDependencies major 4.4.1 -> 5.1.1
chai (source) dependencies major ^4.3.7 -> ^5.0.0
pino (source) dependencies major 8.20.0 -> 9.1.0
pino (source) dependencies major ^8.15.0 -> ^9.0.0
sinon (source) devDependencies major 15.2.0 -> 18.0.0

Release Notes

chaijs/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

pinojs/pino

v9.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: pinojs/pino@v9.0.0...v9.1.0

v9.0.0

Compare Source

⚠ BREAKING CHANGES

Dropped support for Node.js 14, 16, & 19

What's Changed

Full Changelog: pinojs/pino@v8.21.0...v9.0.0

v8.21.0

Compare Source

What's Changed
New Contributors

Full Changelog: pinojs/pino@v8.20.0...v8.21.0

sinonjs/sinon

v18.0.0

Compare Source

This is what 17.0.2 should have been, as that contained two breaking changes. After updating
Nise we are down to one breaking change, which only affects sinon-test (which has been updated),
so most people are not affected. The legacyRoutes flag that is currently enabled in Nise by default
will at some later version be disabled. We will then issue a little migration note.

  • 01d45312
    Use Nise 6 with legacyRoutes flag enabled (Carl-Erik Kopseng)

    This should be disabled in a future Sinon version by default.

  • c618edc5
    fix #​2594: remove needless sandbox creation (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2024-05-15.

v17.0.2

Compare Source

  • f6dca0ba
    upgrade packages (#​2595) (Carl-Erik Kopseng)
  • 5025d001
    Avoid return and callArg* clearing each other's state (#​2593) (Carl-Erik Kopseng)
    • Partially revert "fix returns does not override call through (#​2567)"
    • revert to the old manual clearing of props
  • ed068a88
    Bump ip from 1.1.8 to 1.1.9 (#​2587) (dependabot[bot])
  • ec4d592e
    fix #​2589: avoid invoking getter as side-effect (#​2592) (Carl-Erik Kopseng)
  • 9972e1e3
    Fix typo in mocks documentation (#​2591) (Eduardo de la Cruz Palacios)
  • 52e6e4c5
    chore: prefer cache option of setup-node (Morgan Roderick)
  • 08da1235
    Bump actions/cache from 3 to 4 (dependabot[bot])
  • 404ef47e
    Bump nokogiri from 1.14.3 to 1.16.2 (dependabot[bot])
  • fd79612c
    Update Bug_report.md (Carl-Erik Kopseng)
  • 1fbc812a
    Re-add about (Carl-Erik Kopseng)
  • fc8f6c3e
    Fix formatting :clown: (Carl-Erik Kopseng)
  • c57e38ae
    Remove old template (Carl-Erik Kopseng)
  • 754bf7a9
    Update Bug_report.md (Carl-Erik Kopseng)
  • 87eed9d2
    Fix some typos at code comments (#​2581) (EliyahuMachluf)
  • cbae6997
    Link to createStubInstance util.md docs in stubs.md (#​2577) (Daniel Kaplan)
  • adcf936d
    Fix Mocha watch task by delegating to Node (#​2573) (Carl-Erik Kopseng)
  • 30ad2372
    prettier:write (Carl-Erik Kopseng)
  • 45c4d6b9
    Remove outdated info from README (#​2571) (Carl-Erik Kopseng)
  • 6c9f5c2a
    Add a notice that the Fake Timers API doc is incomplete (#​2570) (Carl-Erik Kopseng)
  • 93db3ef3
    breaking: Remove sinon.defaultConfig and related modules (#​2565) (Carl-Erik Kopseng)
    • breaking: Remove sinon.defaultConfig and related modules

    default-config and get-config are leftovers from when Sinon

    shipped with sinon.test (now the independent NPM module

    'sinon-test').

Released by Carl-Erik Kopseng on 2024-05-07.

v17.0.1

Compare Source

Released by Carl-Erik Kopseng on 2023-11-01.

v17.0.0

Compare Source

  • 11a8e3f2
    Remove Proxyquire as it did not handle newer syntax (Carl-Erik Kopseng)
  • ec37d634
    Drop Node 16, as it is out of maintenance (Carl-Erik Kopseng)
  • 75e2b691
    Upgrade fake-timers@11.2.2: new Intl mirroring and bugfixes (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2023-10-20.

v16.1.3

Compare Source

  • 93e8aa93
    Remove postinstall script as it causes issues for consumers (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2023-10-19.

v16.1.2

Compare Source

v16.1.1

Compare Source

v16.1.0

Compare Source

  • cac5184b
    Enable use of assignment in the presence of accessors (#​2538) (Carl-Erik Kopseng)
  • f8c20e54
    New article: making Sinon work with complex setups (#​2540) (Carl-Erik Kopseng)

    Co-authored-by: Morgan Roderick morgan@roderick.dk >

  • cb5b9621
    Add NPM script 'dev-docs' and document its usage (Carl-Erik Kopseng)
  • dd7c6091
    Add a little update to contributing (Carl-Erik Kopseng)
  • 79acdf38
    Move tool versions into single file at root (Carl-Erik Kopseng)
  • 03b1db50
    Expose Changelog page (#​2550) (Carl-Erik Kopseng)
  • e1c3dad2
    Add section on tooling and recommend using ASDF for tool versioning (#​2547) (Carl-Erik Kopseng)
    Released by Carl-Erik Kopseng on 2023-10-05.

v16.0.0

Compare Source

  • c3396058
    fix(2525): ensure non empty message when error of type string is passed, but no message (#​2544) (Mark de Dios)
  • baa1aee9
    .define method (#​2539) (Konstantin Gukov)
    • .define method for temporarily defining new properties during the tests
  • fe799e78
    Fix issue 2534: spies are not restored (#​2535) (Carl-Erik Kopseng)
  • 305fb6cc
    fix: actaully reset 'injectedKeys' (#​2456) (Morgan Roderick)
  • de2635dd
    Bump LTS version one notch: 20 (#​2529) (Carl-Erik Kopseng)

Released by Morgan Roderick on 2023-09-13.


Configuration

📅 Schedule: 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, click this checkbox.

This PR has been generated by Renovate Bot.

@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from ff1371c to 298f944 Compare November 2, 2023 14:26
@ggrossetie ggrossetie added the 🔗 dependencies Pull requests that update a dependency file label Nov 2, 2023
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from 7269cab to d479e12 Compare November 8, 2023 02:14
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 3 times, most recently from 668443f to 464fc1d Compare November 28, 2023 02:18
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from d7a35c9 to 8229a7e Compare December 12, 2023 02:18
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from b087fa9 to ce51825 Compare December 21, 2023 02:16
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from 62de8d7 to 490d74f Compare December 29, 2023 02:11
@ggrossetie
Copy link
Member Author

ggrossetie commented Dec 29, 2023

⚠ Artifact update problem

Renovate failed to update artifacts 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: vega/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: dirty-chai@2.0.1
npm ERR! Found: chai@5.1.1
npm ERR! node_modules/chai
npm ERR!   dev chai@"5.1.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer chai@">=2.2.1 <5" from dirty-chai@2.0.1
npm ERR! node_modules/dirty-chai
npm ERR!   dev dirty-chai@"2.0.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: chai@4.4.1
npm ERR! node_modules/chai
npm ERR!   peer chai@">=2.2.1 <5" from dirty-chai@2.0.1
npm ERR!   node_modules/dirty-chai
npm ERR!     dev dirty-chai@"2.0.1" 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-05-16T02_19_29_526Z-debug-0.log

File name: mermaid/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: dirty-chai@2.0.1
npm ERR! Found: chai@5.1.1
npm ERR! node_modules/chai
npm ERR!   dev chai@"5.1.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer chai@">=2.2.1 <5" from dirty-chai@2.0.1
npm ERR! node_modules/dirty-chai
npm ERR!   dev dirty-chai@"2.0.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: chai@4.4.1
npm ERR! node_modules/chai
npm ERR!   peer chai@">=2.2.1 <5" from dirty-chai@2.0.1
npm ERR!   node_modules/dirty-chai
npm ERR!     dev dirty-chai@"2.0.1" 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-05-16T02_19_33_113Z-debug-0.log

File name: diagrams.net/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: dirty-chai@2.0.1
npm ERR! Found: chai@5.1.1
npm ERR! node_modules/chai
npm ERR!   dev chai@"5.1.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer chai@">=2.2.1 <5" from dirty-chai@2.0.1
npm ERR! node_modules/dirty-chai
npm ERR!   dev dirty-chai@"2.0.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: chai@4.4.1
npm ERR! node_modules/chai
npm ERR!   peer chai@">=2.2.1 <5" from dirty-chai@2.0.1
npm ERR!   node_modules/dirty-chai
npm ERR!     dev dirty-chai@"2.0.1" 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-05-16T02_19_35_361Z-debug-0.log

@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from 7e4acce to f5056a4 Compare January 13, 2024 09:53
@ggrossetie ggrossetie changed the title Update Node dependencies (major) chore(deps): update node dependencies (major) Jan 13, 2024
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 3 times, most recently from d98d360 to 274d0b5 Compare January 31, 2024 02:09
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 3 times, most recently from fca7860 to 95e01ce Compare February 13, 2024 02:09
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from 8af6e03 to 53a31a4 Compare February 17, 2024 02:09
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from 53a31a4 to f39fc9c Compare March 9, 2024 13:38
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from 620b1ad to 66c713b Compare March 23, 2024 02:09
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from 66c713b to 6ce3afc Compare April 1, 2024 02:15
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from 6ce3afc to 925bf00 Compare April 13, 2024 02:04
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from 1b7a9d5 to 8e978b9 Compare April 25, 2024 02:12
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from 59bdbab to f56828b Compare May 1, 2024 02:15
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from f56828b to af0fb37 Compare May 4, 2024 14:15
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 3 times, most recently from 0848d43 to 8697b95 Compare May 14, 2024 02:17
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from 8697b95 to 237a1f0 Compare May 16, 2024 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔗 dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant