chore(deps): update all dependencies (major) #715
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:
v2
->v4
8.3.0
->9.2.1
v3
->v5
5.3.0
->9.1.2
7.32.0
->9.17.0
14.2.1
->15.0.0
7.2.0
->9.1.0
26.6.3
->29.7.0
^3.0.2
->^10.0.0
18
->23
8.3.1
->11.0.0
2.8.3
->3.4.2
13.13.1
->16.12.0
8.0.2
->9.0.5
20.0.0
->36.0.1
4.1.0
->6.0.4
20.04
->24.04
jammy
->noble
jammy
->noble
4.10.0
->6.0.1
Release Notes
actions/checkout (actions/checkout)
v4
Compare Source
v3
Compare Source
babel/babel-loader (babel-loader)
v9.2.1
Compare Source
v9.2.0
Compare Source
v9.1.3
Compare Source
Security dependency updates
New Contributors
Full Changelog: babel/babel-loader@v9.1.2...v9.1.3
v9.1.2
Compare Source
9.1.1 was a broken release, it didn't include all the commits.
Dependencies updates
Misc
New Contributors
Full Changelog: babel/babel-loader@v9.1.0...v9.1.2
v9.1.1
Compare Source
v9.1.0
Compare Source
New features
Full Changelog: babel/babel-loader@v9.0.1...v9.1.0
v9.0.1
Compare Source
Bug Fixes
Full Changelog: babel/babel-loader@v9.0.0...v9.0.1
v9.0.0
Compare Source
What's Changed
New Contributors
Full Changelog: babel/babel-loader@v8.2.5...v9.0.0
v8.4.1
Compare Source
v8.4.0
Compare Source
codecov/codecov-action (codecov/codecov-action)
v5
Compare Source
What's Changed
${{ inputs.token }}
inaction.yml
by @jwodder in https://github.com/codecov/codecov-action/pull/1721Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.1..v5.1.2
v4
Compare Source
open-cli-tools/concurrently (concurrently)
v9.1.2
Compare Source
What's Changed
New Contributors
Full Changelog: open-cli-tools/concurrently@v9.1.1...v9.1.2
v9.1.1
Compare Source
What's Changed
Full Changelog: open-cli-tools/concurrently@v9.1.0...v9.1.1
v9.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: open-cli-tools/concurrently@v9.0.1...v9.1.0
v9.0.1
Compare Source
What's Changed
Full Changelog: open-cli-tools/concurrently@v9.0.0...v9.0.1
v9.0.0
Compare Source
v8.2.2
Compare Source
What's Changed
New Contributors
Full Changelog: open-cli-tools/concurrently@v8.2.1...v8.2.2
v8.2.1
Compare Source
What's Changed
New Contributors
Full Changelog: open-cli-tools/concurrently@v8.2.0...v8.2.1
v8.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: open-cli-tools/concurrently@v8.1.0...v8.2.0
v8.1.0
Compare Source
What's Changed
types
condition to the front by @Andarist in https://github.com/open-cli-tools/concurrently/pull/422raw
per command when using the API by @chbiel in https://github.com/open-cli-tools/concurrently/pull/411New Contributors
Full Changelog: open-cli-tools/concurrently@v8.0.1...v8.1.0
v8.0.1
Compare Source
What's Changed
Full Changelog: open-cli-tools/concurrently@v8.0.0...v8.0.1
v8.0.0
Compare Source
What's Changed
--kill-signal
option by @paulsmithkc in https://github.com/open-cli-tools/concurrently/pull/402New Contributors
Full Changelog: open-cli-tools/concurrently@v7.6.0...v8.0.0
v7.6.0
Compare Source
What's Changed
--save-dev
by @DetachHead in https://github.com/open-cli-tools/concurrently/pull/376New Contributors
Full Changelog: open-cli-tools/concurrently@v7.5.0...v7.6.0
v7.5.0
Compare Source
What's Changed
onFinish
signature when using exactOptionalPropertyTypes by @Baune8D in https://github.com/open-cli-tools/concurrently/pull/372Full Changelog: open-cli-tools/concurrently@v7.4.0...v7.5.0
v7.4.0
Compare Source
conc
- #358rxjs
anddate-fns
- #353, #340New Contributors
v7.3.0
Compare Source
What's Changed
v7.2.2
Compare Source
What's Changed
New Contributors
v7.2.1
Compare Source
What's Changed
--success
command-
syntax when command name has dashes - #324, #325v7.2.0
Compare Source
command-{name|index}
and!command-{name|index}
to--success
- #280, #281, #318New Contributors
v7.1.0
Compare Source
concurrently npm:lint:*(!fix)
(#305, #306)New Contributors
v7.0.0
Compare Source
🎉 🥂 Happy 2022!
Breaking changes
concurrently()
API now has a different return value. Please refer to the docs.Functional changes
--group
flag/option to run process in parallel but print output in sequence - #75, #79, #272API Changes
import concurrently from 'concurrently'
.concurrently()
now returns the commands alongside a promise for the result - #209New Contributors
v6.5.1
Compare Source
v6.5.0
Compare Source
CONCURRENTLY_
prefix (#289)--timings
flag to show when each process started and stopped, and how long they ran for (#291, #295)v6.4.0
Compare Source
--hide
flag to hide the output of specified commands (#138, #173)v6.3.0
Compare Source
prefixColors
, which serves as fallback for commands without aprefixColor
(#286)v6.2.2
Compare Source
read-pkg
dependency which had a vulnerability issue (#274)v6.2.1
Compare Source
Big kudos to @brandonchinn178 for finding and fixing this! 🏆 🎉
v6.2.0
Compare Source
killed
in the command result in programmatic API (#250)--restart-tries
restart forever with negative values (#263)v6.1.0
Compare Source
reset
(no color set), instead ofgray.dim
(#259, #275)v6.0.2
Compare Source
--handle-input
when input contains a colon (#269)v6.0.1
Compare Source
v6.0.0
Compare Source
prefixColors
option now accepts HEX colors (#260, #261)cwd
option to programmatic API (#216, #246)eslint/eslint (eslint)
v9.17.0
Compare Source
v9.16.0
Compare Source
Features
8f70eb1
feat: AddignoreComputedKeys
option insort-keys
rule (#19162) (Milos Djermanovic)Documentation
9eefc8f
docs: fix typos inuse-isnan
(#19190) (루밀LuMir)0c8cea8
docs: switch the order of words inno-unreachable
(#19189) (루밀LuMir)0c19417
docs: add missing backtick tono-async-promise-executor
(#19188) (루밀LuMir)8df9276
docs: add backtick in-0
indescription
ofno-compare-neg-zero
(#19186) (루밀LuMir)7e16e3f
docs: fixcaseSensitive
option's title ofsort-keys
(#19183) (Tanuj Kanti)0c6b842
docs: fix typos inmigration-guide.md
(#19180) (루밀LuMir)353266e
docs: fix a typo indebug.md
(#19179) (루밀LuMir)5ff318a
docs: delete unnecessary horizontal rule(---
) innodejs-api
(#19175) (루밀LuMir)576bcc5
docs: mark more rules as handled by TypeScript (#19164) (Tanuj Kanti)742d054
docs: note thatno-restricted-syntax
can be used with any language (#19148) (Milos Djermanovic)Chores
feb703b
chore: upgrade to@eslint/[email protected]
(#19195) (Francesco Trotta)df9bf95
chore: package.json update for @eslint/js release (Jenkins)f831893
chore: add type forignoreComputedKeys
option ofsort-keys
(#19184) (Tanuj Kanti)3afb8a1
chore: update dependency @eslint/json to ^0.8.0 (#19177) (Milos Djermanovic)1f77c53
chore: addrepository.directory
property topackage.json
(#19165) (루밀LuMir)d460594
chore: update dependency @arethetypeswrong/cli to ^0.17.0 (#19147) (renovate[bot])45cd4ea
refactor: update default options in rules (#19136) (Milos Djermanovic)v9.15.0
Compare Source
v9.14.0
Compare Source
v9.13.0
Compare Source
v9.12.0
Compare Source
Features
5a6a053
feat: update tojiti
v2 (#18954) (Arya Emami)17a07fb
feat: Hooks for test cases (RuleTester) (#18771) (Anna Bocharova)2ff0e51
feat: Implement alternate config lookup (#18742) (Nicholas C. Zakas)2d17453
feat: Implement modified cyclomatic complexity (#18896) (Dmitry Pashkevich)Bug Fixes
ea380ca
fix: Upgrade retry to avoid EMFILE errors (#18986) (Nicholas C. Zakas)fdd6319
fix: Issues with type definitions (#18940) (Arya Emami)Documentation
ecbd522
docs: Mention code explorer (#18978) (Nicholas C. Zakas)7ea4ecc
docs: Clarifying the Use of Meta Objects (#18697) (Amaresh S M)d3e4b2e
docs: Clarify how to exclude.js
files (#18976) (Milos Djermanovic)57232ff
docs: Mention plugin-kit in language docs (#18973) (Nicholas C. Zakas)b80ed00
docs: Update README (GitHub Actions Bot)cb69ab3
](https://redirect.github.com/eslint/eslint/commit/cb69ab374c149eb725b2fc5a8f0ff33fd72Configuration
📅 Schedule: Branch creation - "on the first day of january" (UTC), 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.