Skip to content

fix(deps): update external major (major) #604

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: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@semantic-release/github 10.3.5 -> 11.0.3 age adoption passing confidence devDependencies major
@types/node (source) 20.17.57 -> 22.15.29 age adoption passing confidence devDependencies major
codecov/codecov-action v4 -> v5 age adoption passing confidence action major
lint-staged 15.5.2 -> 16.1.0 age adoption passing confidence devDependencies major
mocha (source) 10.8.2 -> 11.5.0 age adoption passing confidence devDependencies major
node 20.x -> 22.x age adoption passing confidence uses-with major
readdirp 3.6.0 -> 4.1.2 age adoption passing confidence dependencies major
yargs (source) 17.7.2 -> 18.0.0 age adoption passing confidence dependencies major

Release Notes

semantic-release/github (@​semantic-release/github)

v11.0.3

Compare Source

Bug Fixes

v11.0.2

Compare Source

Bug Fixes

v11.0.1

Compare Source

Bug Fixes

v11.0.0

Compare Source

chore
  • update peer dependency for semantic-release (95c7cdd)
Code Refactoring
  • modify commit associatedPRs and relatedIssues label property data type. (718134a)
Features
  • integrate warn in fail script (7a9914a)
  • integrate warn in success script (792720d)
BREAKING CHANGES
  • the commit associatedPR and relatedIssues label prop is now an array of objects with more properties
  • the minimum required version of semantic-release to use
    @​semantic-release/github is now v24.1.0
codecov/codecov-action (codecov/codecov-action)

v5

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

lint-staged/lint-staged (lint-staged)

v16.1.0

Compare Source

Minor Changes
  • #​1536 e729daa Thanks @​iiroj! - A new flag --no-revert has been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default, lint-staged will clear all task modifications and revert to the original state.

  • #​1550 b27fa3f Thanks @​iiroj! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.

Patch Changes

v16.0.0

Compare Source

Major Changes
  • #​1546 158d15c Thanks @​iiroj! - Processes are spawned using nano-spawn instead of execa. If you are using Node.js scripts as tasks, you might need to explicitly run them with node, especially when using Windows:

    {
      "*.js": "node my-js-linter.js"
    }
  • #​1546 158d15c Thanks @​iiroj! - The --shell flag has been removed and lint-staged no longer supports evaluating commands directly via a shell. To migrate existing commands, you can create a shell script and invoke it instead. Lint-staged will pass matched staged files as a list of arguments, accessible via "$@​":

mochajs/mocha (mocha)

v11.5.0

Compare Source

🌟 Features

v11.4.0

Compare Source

🌟 Features
📚 Documentation
  • added CHANGELOG.md note around 11.1 yargs-parser update (#​5362) (618415d)

v11.3.0

Compare Source

🌟 Features
📚 Documentation
🧹 Chores

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
  • bump yargs to 17 (#​5165) (8f1c8d8)
    • Note that this also included a version bump of yargs-parser from ^20.2.9 to ^21.1., which fixed a bug that caused extra quotes in file paths to be removed.
      See #​5341 for more information.
  • replace strip-ansi with util.stripVTControlCharacters (#​5267) (3c191c0), closes #​5265

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
actions/node-versions (node)

v22.16.0: 22.16.0

Compare Source

Node.js 22.16.0

v22.15.1: 22.15.1

Compare Source

Node.js 22.15.1

v22.15.0: 22.15.0

Compare Source

Node.js 22.15.0

v22.14.0: 22.14.0

Compare Source

Node.js 22.14.0

v22.13.1: 22.13.1

Compare Source

Node.js 22.13.1

v22.13.0: 22.13.0

Compare Source

Node.js 22.13.0

v22.12.0: 22.12.0

Compare Source

Node.js 22.12.0

v22.11.0: 22.11.0

Compare Source

Node.js 22.11.0

v22.10.0: 22.10.0

Compare Source

Node.js 22.10.0

v22.9.0: 22.9.0

Compare Source

Node.js 22.9.0

v22.8.0: 22.8.0

Compare Source

Node.js 22.8.0

v22.7.0: 22.7.0

Compare Source

Node.js 22.7.0

v22.6.0: 22.6.0

Compare Source

Node.js 22.6.0

v22.5.1: 22.5.1

Compare Source

Node.js 22.5.1

v22.5.0: 22.5.0

Compare Source

Node.js 22.5.0

v22.4.1: 22.4.1

Compare Source

Node.js 22.4.1

v22.4.0: 22.4.0

Compare Source

Node.js 22.4.0

v22.3.0: 22.3.0

Compare Source

Node.js 22.3.0

v22.2.0: 22.2.0

Compare Source

Node.js 22.2.0

v22.1.0: 22.1.0

Compare Source

Node.js 22.1.0

v22.0.0: 22.0.0

Compare Source

Node.js 22.0.0

paulmillr/readdirp (readdirp)

v4.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: paulmillr/readdirp@4.1.1...4.1.2

v4.1.1

Compare Source

Fix invalid "type": "module" in package.json. Closes gh-203

Full Changelog: paulmillr/readdirp@4.1.0...4.1.1

v4.1.0

Compare Source

New Contributors

Full Changelog: paulmillr/readdirp@4.0.2...4.1.0

v4.0.2

Compare Source

New Contributors

Full Changelog: paulmillr/readdirp@4.0.1...4.0.2

v4.0.1

Compare Source

Quick fix for invalid esm imports.

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

v4.0.0

Compare Source

  • Rewrite in typescript
  • Support hybrid common.js / esm modules
  • Remove glob support and all dependencies
  • Increase minimum node.js from v8 to v14
  • Make sure you're using let {readdirp} = require('readdirp') in common.js

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

yargs/yargs (yargs)

v18.0.0

Compare Source

⚠ BREAKING CHANGES
  • command names are not derived from modules passed to command.
  • singleton usage of yargs yargs.foo, yargs().argv, has been removed.
  • minimum node.js versions now ^20.19.0 || ^22.12.0 || >=23.
  • yargs is now ESM first
Features
Bug Fixes
  • addDirectory do not support absolute command dir (#​2465) (3a40a78)
  • allows ESM modules commands to be extensible using visit option (#​2468) (200e1aa)
  • browser: fix shims so that yargs continues working in browser context (#​2457) (4ae5f57)
  • build: address problems with typescript compilation (#​2445) (8d72fb3)
  • coerce should play well with parser configuration (#​2308) (8343c66)
  • deps: update dependency yargs-parser to v22 (#​2470) (639130d)
  • exit after async handler done (#​2313) (e326cde)
  • handle spaces in bash completion (#​2452) (83b7788)
  • parser-configuration should work well with generated completion script (#​2332) (888db19)
  • propagate Dictionary including undefined in value type (#​2393) (2b2f7f5)
  • zsh: completion no longer requires double tab when using autoloaded (0dd8fe4)
Code Refactoring
  • command names are not derived from modules passed to command. (d90af45)
  • singleton usage of yargs yargs.foo, yargs().argv, has been removed. (d90af45)
Build System
  • minimum node.js versions now ^20.19.0 || ^22.12.0 || >=23. (d90af45)

Configuration

📅 Schedule: Branch creation - "after 2pm on Monday" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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.

Copy link

github-actions bot commented Aug 26, 2024

This PR will trigger a patch release when merged.

@renovate renovate bot force-pushed the renovate-major-external-major branch 2 times, most recently from dd4ccca to 2d32de9 Compare September 7, 2024 16:19
@renovate renovate bot force-pushed the renovate-major-external-major branch 2 times, most recently from 6ea40bb to 88bd5fa Compare September 14, 2024 15:56
@renovate renovate bot force-pushed the renovate-major-external-major branch 2 times, most recently from a697748 to fbd6b2c Compare September 24, 2024 21:18
@renovate renovate bot changed the title fix(deps): update dependency readdirp to v4 chore(deps): update external major (major) Sep 24, 2024
@renovate renovate bot force-pushed the renovate-major-external-major branch 2 times, most recently from f347924 to 7b36926 Compare October 3, 2024 16:12
@renovate renovate bot force-pushed the renovate-major-external-major branch 2 times, most recently from ec31880 to 41a83ea Compare October 12, 2024 16:23
@renovate renovate bot force-pushed the renovate-major-external-major branch from 41a83ea to 254e12c Compare October 19, 2024 15:21
@renovate renovate bot force-pushed the renovate-major-external-major branch 6 times, most recently from 319f66d to 5abda4f Compare November 2, 2024 16:07
@renovate renovate bot force-pushed the renovate-major-external-major branch 4 times, most recently from 282770e to cc6b84a Compare November 9, 2024 18:12
@renovate renovate bot force-pushed the renovate-major-external-major branch 2 times, most recently from e5ec3ed to 321da68 Compare November 19, 2024 18:04
@renovate renovate bot force-pushed the renovate-major-external-major branch 5 times, most recently from 5a3bb7a to 5ddc99b Compare November 28, 2024 06:51
@renovate renovate bot force-pushed the renovate-major-external-major branch 10 times, most recently from f961403 to 5e0587a Compare May 8, 2025 14:50
@renovate renovate bot force-pushed the renovate-major-external-major branch 4 times, most recently from 0ceafcc to f81b407 Compare May 16, 2025 18:05
@renovate renovate bot force-pushed the renovate-major-external-major branch 7 times, most recently from 858ec38 to 389f405 Compare May 25, 2025 16:47
@renovate renovate bot force-pushed the renovate-major-external-major branch 7 times, most recently from 936d473 to 2e462e1 Compare May 30, 2025 20:40
@renovate renovate bot force-pushed the renovate-major-external-major branch from 2e462e1 to 6603f30 Compare June 2, 2025 23:11
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.

0 participants