chore(deps): update external major (major)#248
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
0dfa37d to
7c97a2a
Compare
8fb63bd to
c5648f7
Compare
b6fa24e to
d7961c8
Compare
334e381 to
0d3f811
Compare
8f44c15 to
e5190e2
Compare
04d82ef to
f5835f1
Compare
f1a4a42 to
572f57f
Compare
9385e0d to
8e734c8
Compare
290c375 to
35b65da
Compare
35b65da to
9aabc1e
Compare
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
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.1.3→11.0.0v5→v6v6.0.116.2.7→17.0.417.0.521.0.1→22.0.0Release Notes
bcoe/c8 (c8)
v11.0.0Compare Source
⚠ BREAKING CHANGES
Bug Fixes
codecov/codecov-action (codecov/codecov-action)
v6.0.0Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0
v6Compare Source
v5.5.4Compare Source
This is a mirror of
v5.5.2.v6will be released which requiresnode24What's Changed
Full Changelog: codecov/codecov-action@v5.5.3...v5.5.4
v5.5.3Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3
v5.5.2Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2
v5.5.1Compare Source
What's Changed
codecov-cliversion reference example by @webknjaz in #1774Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1
v5.5.0Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0
v5.4.3Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3
v5.4.2Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2
v5.4.1Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1
v5.4.0Compare Source
What's Changed
use_pypibypasses integrity checks too by @webknjaz in #1773Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0
v5.3.1Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.0..v5.3.1
v5.3.0Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.2.0..v5.3.0
v5.2.0Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.2..v5.2.0
v5.1.2Compare Source
What's Changed
${{ inputs.token }}inaction.ymlby @jwodder in #1721Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.1..v5.1.2
v5.1.1Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.0..v5.1.1
v5.1.0Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.7..v5.1.0
v5.0.7Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.6..v5.0.7
v5.0.6Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.5..v5.0.6
v5.0.5Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.4..v5.0.5
v5.0.4Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.3..v5.0.4
v5.0.3Compare Source
What's Changed
inputs.disable_safe_directoryby @mkroening in #1666Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.2..v5.0.3
v5.0.2Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v5.0.1...v5.0.2
v5.0.1Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v5.0.0...v5.0.1
lint-staged/lint-staged (lint-staged)
v17.0.4Compare Source
Patch Changes
#1788
f95c1f8- Another fix for making sure lint-staged adds task modifications correctly to the commit in the following cases:<file>it is staged withgit add <file>, and then committed withgit commit<file>it is committed withgit commit --allwithout explicitgit add<file>it is committed withgit commit <pathspec>without explicitgit addThere's new test cases which actually setup the Git
pre_commithook to run lint-staged and verify them. These issues started in v17.0.0 when trying to improve support for committig without having explicitly staged files.v17.0.3Compare Source
Patch Changes
06813f9Thanks @iiroj! - Fix lint-staged behavior when implicitly committing files without usinggit addby either:git commit -am "my commit message"where-a(--all) means to automatically stage all tracked modified and deleted filesgit commit -m "my commit message" .where.is an example of a pathspec where matching files will be stagedv17.0.2Compare Source
Patch Changes
88670caThanks @iiroj! - Enable immutable GitHub releasesv17.0.1Compare Source
Patch Changes
4a5664bThanks @iiroj! - Adjust GitHub Actions workflow so that automatic publishing works with signed commits.v17.0.0Compare Source
Major Changes
#1745
e244adfThanks @iiroj! - Node.js v20 is no longer supported, and the oldest supported version is now22.22.1, which is an active LTS version at the time of this release. Node.js 20 will be EOL after April 2026. Please upgrade your Node.js version!#1676
0584e0bThanks @outslept! - Lint-staged now tries to verify the installed Git version is at least2.32.0, released in 2021. If you're using an even older Git version, you need to upgrade it before running lint-staged!#1745
2dcc40aThanks @iiroj! - The dependencyyamlis now marked as optional and probably won't be installed by default. If you're using a YAML configuration file you should install the package separately:If you're using
.lintstagedrcas the config file name (without a file extension), it will be treated as a YAML file. If the content is JSON, consider renaming it to.lintstagedrc.jsonto avoid needing to installyaml.Minor Changes
#1748
809d5efThanks @iiroj! - Add new option--hide-allfor hiding all unstaged changes and untracked files, before running tasks. This makes it easier to run tools like Knip which check for unused code. Untracked files are included in the backup stash and restored automatically after running.#1759
f13045aThanks @iiroj! - Update dependencies, includingtinyexec@1.1.1to fix the following issues:#!/usr/bin/env nodeshebang (Prettier, ESLint, for example) were previously spawned using the default Node.js version configured by the version manager (the onewhich nodepoints to) on POSIX systems. Now, they will be spawned with the same version that lint-staged itself was started with.nodeexecutable available inPATHis a symlink pointing to Snap itself. The sandboxing features of Snap prevented lint-staged from spawning scripts with the#!/usr/bin/env nodeshebang, because it meant lint-staged tried to spawn Snap via the symlink. This resulted in anENOENTerror when trying to runprettier, for example. Now, since the realnodeexecutable's directory is available in thePATH, lint-staged will instead spawn the script with the realnodebinary succesfully.#1761
d3251b1Thanks @iiroj! - Lint-staged now runsgit update-index --againafter running tasks, instead ofgit add <originally staged files>. This should improve compatibility when using non-default indexes, for example when committing with a pathspecgit commit -m "message" .instead of adding files to the index.#1745
a9585acThanks @iiroj! - Removecommanderas a dependency and use the built-inparseArgsfromnode:utilto parse CLI flags.Patch Changes
#1755
c82d30bThanks @iiroj! - All tests now pass on the Bun runtime (latest).#1750
a401818Thanks @iiroj! - Remove manual handling forgit stash --keep-indexresurrecting deleted files, because the issue was fixed in Git2.23.0and lint-staged requires at least Git2.32.0.#1771
c4b8936Thanks @iiroj! - Fix documentation about multiple config files and the--cwdoption. When using it, all tasks will be run in the specified directory. For example, to run everything in the actualprocess.cwd(), uselint-staged --cwd=".".v16.4.0Compare Source
Minor Changes
687fc90Thanks @hyperz111! - Replacemicromatchwithpicomatchto reduce dependencies.v16.3.4Compare Source
Patch Changes
9d6e827Thanks @iiroj! - Update dependencies, includingtinyexec@1.0.4to make sure localnode_modules/.binare preferred to global locations (released intinyexec@1.0.3).v16.3.3Compare Source
Patch Changes
0109e8dThanks @iiroj! - Make sure Git's warning about CRLF line-endings doesn't interfere with creating initial backup stash.v16.3.2Compare Source
Patch Changes
2adaf6cThanks @iiroj! - Hide the extracmdwindow on Windows by spawning tasks without thedetachedoption.v16.3.1Compare Source
Patch Changes
cd5d762Thanks @iiroj! - Removenano-spawnas a dependency frompackage.jsonas it was replaced withtinyexecand is no longer used.v16.3.0Compare Source
Minor Changes
#1698
feda37aThanks @iiroj! - Run external processes withtinyexecinstead ofnano-spawn.nano-spawnreplacedexecain lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hopetinyexecimproves the situation.#1699
1346d16Thanks @iiroj! - Removepidtreeas a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and thetaskkillcommand on Windows.Patch Changes
87467aaThanks @iiroj! - Incorrect brace expansions like*.{js}(nothing to expand) are detected exhaustively, instead of just a single pass.sinonjs/sinon (sinon)
v22.0.0Compare Source
ed911df5Update Ruby gems (Carl-Erik Kopseng)
75a1e5b8Update to Node 26 (Carl-Erik Kopseng)
197d6608Update documentation on faking timers to reflect the current state of fake-timers (Carl-Erik Kopseng)
c5ddf80bUpdate fake-timers@15.4: includes new Temporal API (Carl-Erik Kopseng)
f4ab02f6Update updatable packages (Carl-Erik Kopseng)
0536afc8Quality: Global mutable call id can grow unbounded across long-lived processes (#2691) (tuanaiseo)
f4f7d93bPerform additional cleanup when calling callThrough() (#2670) (Cyrille)
6199e9e4improve GitHubworkflows by introducing zizmor for monitoring (#2686) (Till!)
f7476b59Use path.normalize() for path normalization (Carl-Erik Kopseng)
2c975393fix: make build and node test scripts cross-platform (laplace young)
a7692917fix: isolate walk state from Object prototype (laplace young)
66df977aFix sinon.restore() cascade-restoring sub-sandboxes (#2704) (Charlie Leitheiser)
f0bd6e1bfix: exclude proto from walk() (#2699) (Kevin Locke)
1f8afd50chore: add context7.json for ownership confirmation (Morgan Roderick)
Released by Carl-Erik Kopseng on 2026-05-05.
v21.1.2Compare Source
53817f7dUpgrade to ESLint 10 and new shared config (#2696) (Carl-Erik Kopseng)
d7a682e0fix: move npm-run-all to devDeps (#2694) (Avi Vahl)
5b8720ecuse latest shared eslint-config (Carl-Erik Kopseng)
Released by Carl-Erik Kopseng on 2026-04-11.
v21.1.1Compare Source
3c8b023bUpdate deps (Carl-Erik Kopseng)
2eabf5dafix(#2692): Remove ESM-only supports-color as it breaks CJS exports (#2693) (Carl-Erik Kopseng)
Released by Carl-Erik Kopseng on 2026-04-10.
v21.1.0Compare Source
0a5526c5updated deps (Carl-Erik Kopseng)
5262204ffix: build artifacts before running bundled tests (Carl-Erik Kopseng)
819bb64bMigration to ECMAScript modules (ESM) (#2683) (Carl-Erik Kopseng)
cd2bf5a3Use newer endpoint (Carl-Erik Kopseng)
Released by Carl-Erik Kopseng on 2026-04-09.
v21.0.3Compare Source
0494251bfix(#2678): upgrade samsam to fix buffer comparisons (Carl-Erik Kopseng)
Released by Carl-Erik Kopseng on 2026-03-16.
v21.0.2Compare Source
024321c4fix: skip Node specific tests in browser env (Carl-Erik Kopseng)
b836fccbfix: js-yaml breaking change from v3 to v4 (Carl-Erik Kopseng)
ebf0c431docs: add how-to article for stubbing ES module imports (#1832) (#2676) (Eduard Barrera)
ebcd506cFix spies not being reset properly (#2673) (simon-id)
3beab2baMake doc tests pass with new jQuery (Carl-Erik Kopseng)
766715c6build: reduce transitive audit findings (Carl-Erik Kopseng)
92aaf5c9build: upgrade eslint config and replace dependency-check (Carl-Erik Kopseng)
c6aaa871chore: ignore project worktrees (Carl-Erik Kopseng)
ef387e8eUpgrade most deps (Carl-Erik Kopseng)
3cf4e77ddocs: improve writing of documentation (#2675) (Eduardo de la Cruz Palacios)
6349032fCheck login status before publishing steps are performed (Carl-Erik Kopseng)
Released by Carl-Erik Kopseng on 2026-03-04.
Configuration
📅 Schedule: (in timezone Europe/Zurich)
🚦 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.