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

Merged
merged 2 commits into from
Jun 18, 2025

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.19.1 -> 22.15.32 age adoption passing confidence devDependencies major
codecov/codecov-action v4 -> v5 age adoption passing confidence action major
lint-staged 15.5.2 -> 16.1.2 age adoption passing confidence devDependencies major
mocha (source) 10.8.2 -> 11.6.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.2

Compare Source

Patch Changes
  • #​1570 a7c0c88 Thanks @​ItsNickBarry! - When using --diff-filter with the D option to include deleted staged files, lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error from git add like fatal: pathspec 'deleted-file' did not match any files.

  • 38f942e Thanks @​iiroj! - Removed an extraneous log entry that printed shouldHidePArtiallyStagedFiles to console output.

v16.1.1

Compare Source

Patch Changes
  • #​1565 3686977 Thanks @​iiroj! - Lint-staged now explicitly warns about potential data loss when using --no-stash.

  • #​1571 02299a9 Thanks @​iiroj! - Function tasks (introduced in v16.0.0) only received the staged files matching the conpmnfigured glob, instead of all staged files.

  • #​1563 bc61c74 Thanks @​iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the --no-stash option. This happened because --no-stash implied --no-hide-partially-staged, meaning unstaged changes to files which also had other staged changes were added to the commit by lint-staged; this is no longer the case.

    The previous (incorrect) behavior can still be achieved by using both options --no-stash --no-hide-partially-staged at the same time.

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.6.0

Compare Source

🌟 Features

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 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 4 times, most recently from 4010baf to 83d97b5 Compare June 9, 2025 20:55
@renovate renovate bot force-pushed the renovate-major-external-major branch 3 times, most recently from a4c11a2 to 582809f Compare June 16, 2025 09:35
@renovate renovate bot force-pushed the renovate-major-external-major branch from 582809f to 315afe5 Compare June 17, 2025 00:28
Copy link

codecov bot commented Jun 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.36%. Comparing base (3c29c55) to head (3fe4fda).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #604      +/-   ##
==========================================
- Coverage   99.75%   99.36%   -0.40%     
==========================================
  Files          11       11              
  Lines        2033     2033              
==========================================
- Hits         2028     2020       -8     
- Misses          5       13       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tripodsan tripodsan merged commit 8d7af7c into main Jun 18, 2025
7 of 8 checks passed
@tripodsan tripodsan deleted the renovate-major-external-major branch June 18, 2025 08:41
github-actions bot pushed a commit that referenced this pull request Jun 18, 2025
## [8.0.3](v8.0.2...v8.0.3) (2025-06-18)

### Bug Fixes

* **deps:** update external fixes ([#625](#625)) ([2f05d79](2f05d79))
* **deps:** update external fixes ([#628](#628)) ([40d6a3e](40d6a3e))
* **deps:** update external major (major) ([#604](#604)) ([8d7af7c](8d7af7c))
* release ([d18c15c](d18c15c))
* release ([9e0a69e](9e0a69e))
* release ([5f6b431](5f6b431))
* release ([1b002a8](1b002a8))
Copy link

🎉 This PR is included in version 8.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant