-
Notifications
You must be signed in to change notification settings - Fork 151
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.320.19.1->22.15.32v4->v515.5.2->16.1.210.8.2->11.6.020.x->22.x3.6.0->4.1.217.7.2->18.0.0Release Notes
semantic-release/github (@semantic-release/github)
v11.0.3Compare Source
Bug Fixes
v11.0.2Compare Source
Bug Fixes
v11.0.1Compare Source
Bug Fixes
v11.0.0Compare Source
chore
semantic-release(95c7cdd)Code Refactoring
labelproperty data type. (718134a)Features
warninfailscript (7a9914a)warninsuccessscript (792720d)BREAKING CHANGES
labelprop is now an array of objects with more properties@semantic-release/github is now v24.1.0
codecov/codecov-action (codecov/codecov-action)
v5Compare 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.2Compare Source
Patch Changes
#1570
a7c0c88Thanks @ItsNickBarry! - When using--diff-filterwith theDoption 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 addlikefatal: pathspec 'deleted-file' did not match any files.38f942eThanks @iiroj! - Removed an extraneous log entry that printedshouldHidePArtiallyStagedFilesto console output.v16.1.1Compare Source
Patch Changes
#1565
3686977Thanks @iiroj! - Lint-staged now explicitly warns about potential data loss when using--no-stash.#1571
02299a9Thanks @iiroj! - Function tasks (introduced in v16.0.0) only received the staged files matching the conpmnfigured glob, instead of all staged files.#1563
bc61c74Thanks @iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the--no-stashoption. This happened because--no-stashimplied--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-stagedat the same time.v16.1.0Compare Source
Minor Changes
#1536
e729daaThanks @iiroj! - A new flag--no-reverthas 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
b27fa3fThanks @iiroj! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.Patch Changes
c37dc38Thanks @iiroj! - The minimum required Node.js version is lowered to20.17following nano-spawn@1.0.2.v16.0.0Compare Source
Major Changes
#1546
158d15cThanks @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:{ "*.js": "node my-js-linter.js" }#1546
158d15cThanks @iiroj! - The--shellflag 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.0Compare Source
🌟 Features
v11.5.0Compare Source
🌟 Features
v11.4.0Compare Source
🌟 Features
📚 Documentation
v11.3.0Compare Source
🌟 Features
📚 Documentation
🧹 Chores
v11.2.2Compare Source
🩹 Fixes
📚 Documentation
v11.2.1Compare Source
🩹 Fixes
📚 Documentation
🧹 Chores
v11.2.0Compare Source
🌟 Features
📚 Documentation
🧹 Chores
fs-extrawith newerfsbuilt-ins (#5284) (75dcf8c)v11.1.0Compare Source
🌟 Features
yargs-parserfrom^20.2.9to^21.1., which fixed a bug that caused extra quotes in file paths to be removed.See #5341 for more information.
strip-ansiwithutil.stripVTControlCharacters(#5267) (3c191c0), closes #5265v11.0.2Compare Source
🩹 Fixes
📚 Documentation
status: accepting prslink (#5268) (f729cd0)v11.0.1Compare Source
🌟 Features
📚 Documentation
linkPartialObjectsmethods (#5255) (34e0e52)v11.0.0Compare 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.2Compare Source
What's Changed
New Contributors
Full Changelog: paulmillr/readdirp@4.1.1...4.1.2
v4.1.1Compare Source
Fix invalid
"type": "module"in package.json. Closes gh-203Full Changelog: paulmillr/readdirp@4.1.0...4.1.1
v4.1.0Compare Source
New Contributors
Full Changelog: paulmillr/readdirp@4.0.2...4.1.0
v4.0.2Compare Source
readdirpPromiseby @yuheiy in https://github.com/paulmillr/readdirp/pull/199New Contributors
Full Changelog: paulmillr/readdirp@4.0.1...4.0.2
v4.0.1Compare Source
Quick fix for invalid esm imports.
Full Changelog: paulmillr/readdirp@4.0.0...4.0.1
v4.0.0Compare Source
let {readdirp} = require('readdirp')in common.jsFull Changelog: paulmillr/readdirp@3.6.0...4.0.0
yargs/yargs (yargs)
v18.0.0Compare 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.