-
Notifications
You must be signed in to change notification settings - Fork 150
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This PR will trigger a patch release when merged. |
dd4ccca
to
2d32de9
Compare
6ea40bb
to
88bd5fa
Compare
a697748
to
fbd6b2c
Compare
f347924
to
7b36926
Compare
ec31880
to
41a83ea
Compare
41a83ea
to
254e12c
Compare
319f66d
to
5abda4f
Compare
282770e
to
cc6b84a
Compare
e5ec3ed
to
321da68
Compare
5a3bb7a
to
5ddc99b
Compare
858ec38
to
389f405
Compare
936d473
to
2e462e1
Compare
4010baf
to
83d97b5
Compare
a4c11a2
to
582809f
Compare
582809f
to
315afe5
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. 🚀 New features to boost your workflow:
|
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))
🎉 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
10.3.5
->11.0.3
20.19.1
->22.15.32
v4
->v5
15.5.2
->16.1.2
10.8.2
->11.6.0
20.x
->22.x
3.6.0
->4.1.2
17.7.2
->18.0.0
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
semantic-release
(95c7cdd)Code Refactoring
label
property data type. (718134a)Features
warn
infail
script (7a9914a)warn
insuccess
script (792720d)BREAKING CHANGES
label
prop is now an array of objects with more properties@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 theD
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 fromgit add
likefatal: pathspec 'deleted-file' did not match any files
.38f942e
Thanks @iiroj! - Removed an extraneous log entry that printedshouldHidePArtiallyStagedFiles
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
c37dc38
Thanks @iiroj! - The minimum required Node.js version is lowered to20.17
following [email protected].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 withnode
, especially when using Windows:#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
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
fs-extra
with newerfs
built-ins (#5284) (75dcf8c)v11.1.0
Compare Source
🌟 Features
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.
strip-ansi
withutil.stripVTControlCharacters
(#5267) (3c191c0), closes #5265v11.0.2
Compare Source
🩹 Fixes
📚 Documentation
status: accepting prs
link (#5268) (f729cd0)v11.0.1
Compare Source
🌟 Features
📚 Documentation
linkPartialObjects
methods (#5255) (34e0e52)v11.0.0
Compare Source
⚠ BREAKING CHANGES
🌟 Features
🩹 Fixes
📚 Documentation
actions/node-versions (node)
v22.16.0
: 22.16.0Compare Source
Node.js 22.16.0
v22.15.1
: 22.15.1Compare Source
Node.js 22.15.1
v22.15.0
: 22.15.0Compare Source
Node.js 22.15.0
v22.14.0
: 22.14.0Compare Source
Node.js 22.14.0
v22.13.1
: 22.13.1Compare Source
Node.js 22.13.1
v22.13.0
: 22.13.0Compare Source
Node.js 22.13.0
v22.12.0
: 22.12.0Compare Source
Node.js 22.12.0
v22.11.0
: 22.11.0Compare Source
Node.js 22.11.0
v22.10.0
: 22.10.0Compare Source
Node.js 22.10.0
v22.9.0
: 22.9.0Compare Source
Node.js 22.9.0
v22.8.0
: 22.8.0Compare Source
Node.js 22.8.0
v22.7.0
: 22.7.0Compare Source
Node.js 22.7.0
v22.6.0
: 22.6.0Compare Source
Node.js 22.6.0
v22.5.1
: 22.5.1Compare Source
Node.js 22.5.1
v22.5.0
: 22.5.0Compare Source
Node.js 22.5.0
v22.4.1
: 22.4.1Compare Source
Node.js 22.4.1
v22.4.0
: 22.4.0Compare Source
Node.js 22.4.0
v22.3.0
: 22.3.0Compare Source
Node.js 22.3.0
v22.2.0
: 22.2.0Compare Source
Node.js 22.2.0
v22.1.0
: 22.1.0Compare Source
Node.js 22.1.0
v22.0.0
: 22.0.0Compare 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-203Full 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
readdirpPromise
by @yuheiy in https://github.com/paulmillr/readdirp/pull/199New 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
let {readdirp} = require('readdirp')
in common.jsFull Changelog: paulmillr/readdirp@3.6.0...4.0.0
yargs/yargs (yargs)
v18.0.0
Compare Source
⚠ BREAKING CHANGES
command
.^20.19.0 || ^22.12.0 || >=23
.Features
Bug Fixes
Code Refactoring
command
. (d90af45)Build System
^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.
This PR was generated by Mend Renovate. View the repository job log.