fix(deps): update all non-major dependencies #12389
Merged
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:
^7.21.0
->^7.21.3
^7.21.2
->^7.21.3
^7.21.2
->^7.21.3
^18.14.6
->^18.15.5
^2.4.2
->^2.4.3
^5.54.1
->^5.56.0
^5.54.1
->^5.56.0
^4.0.0
->^4.1.0
^10.4.13
->^10.4.14
^3.29.0
->^3.29.1
^8.35.0
->^8.36.0
^1.15.0
->^1.17.0
^1.12.0
->^1.13.0
^7.0.0
->^7.1.1
^11.1.0
->^11.1.1
^13.1.2
->^13.2.0
^1.1.1
->^1.2.0
^3.3.0
->^3.3.1
^1.7.1
->^1.7.2
7.29.0
->7.30.0
^10.13.0
->^10.13.1
2.8.4
->2.8.5
^4.1.2
->^4.4.0
^1.58.3
->^1.59.3
^3.55.1
->^3.57.0
^5.16.5
->^5.16.6
v35.6.1
->v35.7.2
^3.12.3
->^3.12.6
^4.2.0
->^4.2.1
^1.0.0-alpha.49
->^1.0.0-alpha.61
^0.29.2
->^0.29.7
^8.12.1
->^8.13.0
Release Notes
babel/babel (@babel/core)
v7.21.3
Compare Source
👓 Spec Compliance
babel-parser
🐛 Bug Fix
babel-parser
babel-plugin-transform-typescript
var
decls generated byimport ... =
TS transform (@amoeller)export { type foo }
as type-only usage (@magic-akari)💅 Polish
babel-traverse
,babel-types
@babel
package (@nicolo-ribaudo)babel-generator
jsonCompatibleStrings
deprecation (@liuxingbaoyu)🏠 Internal
🔬 Output optimization
babel-plugin-transform-typescript
,babel-preset-typescript
babel/babel (@babel/parser)
v7.21.3
Compare Source
v7.21.3 (2023-03-14)
Thanks @amoeller, @Harpica, and @nzakas for your first PRs!
👓 Spec Compliance
babel-parser
🐛 Bug Fix
babel-parser
babel-plugin-transform-typescript
var
decls generated byimport ... =
TS transform (@amoeller)export { type foo }
as type-only usage (@magic-akari)💅 Polish
babel-traverse
,babel-types
@babel
package (@nicolo-ribaudo)babel-generator
jsonCompatibleStrings
deprecation (@liuxingbaoyu)🏠 Internal
🔬 Output optimization
babel-plugin-transform-typescript
,babel-preset-typescript
Committers: 8
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.56.0
Compare Source
Bug Fixes
Features
v5.55.0
Compare Source
Bug Fixes
Features
5.54.1 (2023-03-06)
Note: Version bump only for package @typescript-eslint/eslint-plugin
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.56.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.55.0
Compare Source
Features
5.54.1 (2023-03-06)
Note: Version bump only for package @typescript-eslint/parser
vitejs/vite-plugin-vue
v4.1.0
Compare Source
postcss/autoprefixer
v10.4.14
Compare Source
zloirock/core-js
v3.29.1
Compare Source
ToString
conversion / built-ins nature of some accessorsString.prototype.{ isWellFormed, toWellFormed }
marked as supported from V8 ~ Chrome 111eslint/eslint
v8.36.0
Compare Source
Features
c89a485
feat: AddcheckJSDoc
option to multiline-comment-style (#16807) (Laurent Cozic)f5f5e11
feat: Serialize parsers/processors in flat config (#16944) (Nicholas C. Zakas)4799297
feat: use @eslint-community dependencies (#16784) (Michaël De Boey)Bug Fixes
92c1943
fix: correctly iterate files matched by glob patterns (#16831) (Nitin Kumar)Documentation
b98fdd4
docs: Update README (GitHub Actions Bot)caf08ce
docs: fix estree link in custom formatters docs (#16967) (Milos Djermanovic)3398431
docs: Custom Parsers cleanup/expansion (#16887) (Ben Perlmutter)19d3531
docs: Update README (GitHub Actions Bot)b09a512
docs: detect and fix broken links (#16837) (Nitin Kumar)Chores
602b111
chore: upgrade @eslint/js@8.36.0 (#16978) (Milos Djermanovic)43c2345
chore: package.json update for @eslint/js release (ESLint Jenkins)00afb84
chore: upgrade @eslint/eslintrc@2.0.1 (#16977) (Milos Djermanovic)698c5aa
chore: upgrade [email protected] (#16976) (Milos Djermanovic)75acdd2
chore: lint more js files in docs (#16964) (Milos Djermanovic)89d9844
ci: bump actions/add-to-project from 0.4.0 to 0.4.1 (#16943) (dependabot[bot])Shinigami92/eslint-define-config
v1.17.0
Compare Source
diff
parserOptions.project
to benull
(#175)v1.16.0
Compare Source
diff
config.rule
type to eslintLinter.Rule
(#172)ota-meshi/eslint-plugin-regexp
v1.13.0
Compare Source
✨ Enhancements
@eslint-community
packages by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-regexp/pull/510Full Changelog: ota-meshi/eslint-plugin-regexp@v1.12.0...v1.13.0
sindresorhus/execa
v7.1.1
Compare Source
Features
$.sync(options)`command`
is used instead of$(options).sync`command`
(#551)Bug fixes
$`command argument${value}`
(#553)stdin
option when using$`command`
: it should beinherit
(#550)v7.1.0
Compare Source
Features
$
method to write Node.js scripts like zx. For more information, please see this blog post, this section and this page. Thanks @aaronccasanova for this great feature!.pipeStdout()
,.pipeStderr()
and.pipeAll()
methods to redirectstdout
/stderr
to a file, a stream or another process.inputFile
option to use a file asstdin
.verbose
option to print each command onstderr
before executing it. This can also be enabled by setting theNODE_DEBUG=execa
environment variable in the current process.jprichardson/node-fs-extra
v11.1.1
Compare Source
okonet/lint-staged
v13.2.0
Compare Source
Bug Fixes
colorette
withchalk
for better color support detection (f598725)Features
v13.1.4
Compare Source
v13.1.3
Compare Source
unjs/mlly
v1.2.0
Compare Source
compare changes
🚀 Enhancements
findTypeExports
for finding type exports (#156)❤️ Contributors
node-fetch/node-fetch
v3.3.1
Compare Source
Bug Fixes
phoenixframework/phoenix
v1.7.2
Compare Source
Enhancements
--no-tailwind
and--no-esbuild
flagspnpm/pnpm
v7.30.0
Compare Source
Minor Changes
patches-dir
setting #6215Patch Changes
Our Gold Sponsors
Our Silver Sponsors
v7.29.3
Compare Source
Patch Changes
node_modules/.pnpm/node_modules
directory through theNODE_PATH
env variable, then the command's ownnode_modules
directory #5176.extend-node-path
is set back totrue
by default. It was set tofalse
in v7.29.2 in order to fix issues with multiple versions of Jest in one workspace. It has caused other issues, so now we keep extendingNODE_PATH
. We have fixed the Jest issue with a different solution #6213.Our Gold Sponsors
Our Silver Sponsors
v7.29.2
Compare Source
v7.29.1
Compare Source
Patch Changes
Our Gold Sponsors
Our Silver Sponsors
This PR has been generated by Mend Renovate. View repository job log here.