fix(deps): update all non-major dependencies #18
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:
^0.5.2
->^0.6.0
^7.19.6
->^7.20.0
^7.19.6
->^7.20.0
^7.19.4
->^7.20.0
^8.25.0
->^8.26.0
^1.7.0
->^1.11.0
7.13.6
->7.14.1
^3.10.4
->^3.11.0
^0.10.0
->^0.10.2
^3.1.8
->^3.2.1
Release Notes
antfu/utils
v0.6.0
Compare Source
Bug Fixes
babel/babel (@babel/generator)
v7.20.0
Compare Source
🚀 New Feature
babel-compat-data
,babel-helper-compilation-targets
,babel-preset-env
deno
compilation target (@JLHwung)babel-plugin-syntax-typescript
dts
option in@babel/plugin-syntax-typescript
(@oceandrama)babel-generator
,babel-parser
,babel-plugin-syntax-explicit-resource-management
,babel-plugin-transform-block-scoping
,babel-plugin-transform-destructuring
,babel-standalone
,babel-traverse
,babel-types
using
declaration (explicit resource management) (@JLHwung)babel-generator
,babel-parser
,babel-plugin-syntax-import-reflection
,babel-standalone
,babel-types
babel-generator
,babel-helper-skip-transparent-expression-wrappers
,babel-parser
,babel-plugin-transform-typescript
,babel-traverse
,babel-types
expr satisfies Type
expressions (@nicolo-ribaudo)🐛 Bug Fix
babel-generator
,babel-parser
export
(@nicolo-ribaudo)babel-generator
🏠 Internal
babel-helpers
,babel-node
,babel-plugin-proposal-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
regenerator-runtime
(@nicolo-ribaudo)babel/babel (@babel/parser)
v7.20.0
Compare Source
v7.20.0 (2022-10-27)
Thanks @oceandrama for your first PR!
🚀 New Feature
babel-compat-data
,babel-helper-compilation-targets
,babel-preset-env
deno
compilation target (@JLHwung)babel-plugin-syntax-typescript
dts
option in@babel/plugin-syntax-typescript
(@oceandrama)babel-generator
,babel-parser
,babel-plugin-syntax-explicit-resource-management
,babel-plugin-transform-block-scoping
,babel-plugin-transform-destructuring
,babel-standalone
,babel-traverse
,babel-types
using
declaration (explicit resource management) (@JLHwung)babel-generator
,babel-parser
,babel-plugin-syntax-import-reflection
,babel-standalone
,babel-types
babel-generator
,babel-helper-skip-transparent-expression-wrappers
,babel-parser
,babel-plugin-transform-typescript
,babel-traverse
,babel-types
expr satisfies Type
expressions (@nicolo-ribaudo)🐛 Bug Fix
babel-generator
,babel-parser
export
(@nicolo-ribaudo)babel-generator
🏠 Internal
babel-helpers
,babel-node
,babel-plugin-proposal-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
regenerator-runtime
(@nicolo-ribaudo)Committers: 5
eslint/eslint
v8.26.0
Compare Source
Features
4715787
feat: checkObject.create()
in getter-return (#16420) (Yuki Hirasawa)28d1902
feat:no-implicit-globals
supportsexported
block comment (#16343) (Sosuke Suzuki)e940be7
feat: Use ESLINT_USE_FLAT_CONFIG environment variable for flat config (#16356) (Tomer Aberbach)dd0c58f
feat: Swap out Globby for custom globbing solution. (#16369) (Nicholas C. Zakas)Bug Fixes
df77409
fix: usebaseConfig
constructor option in FlatESLint (#16432) (Milos Djermanovic)33668ee
fix: Ensure that glob patterns are matched correctly. (#16449) (Nicholas C. Zakas)740b208
fix: ignore messages without aruleId
ingetRulesMetaForResults
(#16409) (Francesco Trotta)8f9759e
fix:--ignore-pattern
in flat config mode should be relative tocwd
(#16425) (Milos Djermanovic)325ad37
fix: makegetRulesMetaForResults
return a plain object in trivial case (#16438) (Francesco Trotta)a2810bc
fix: Ensure that directories can be unignored. (#16436) (Nicholas C. Zakas)35916ad
fix: Ensure unignore and reignore work correctly in flat config. (#16422) (Nicholas C. Zakas)Documentation
651649b
docs: Core concepts page (#16399) (Ben Perlmutter)631cf72
docs: note --ignore-path not supported with flat config (#16434) (Andy Edwards)1692840
docs: fix syntax in examples for new config files (#16427) (Milos Djermanovic)d336cfc
docs: Document extending plugin with new config (#16394) (Ben Perlmutter)Chores
e917a9a
ci: add node v19 (#16443) (Koichi ITO)4b70b91
chore: Add VS Code issues link (#16423) (Nicholas C. Zakas)232d291
chore: suppress a Node.js deprecation warning (#16398) (Koichi ITO)Shinigami92/eslint-define-config
v1.11.0
Compare Source
diff
defineFlatConfig
(#150)(theoretically a breaking change)
v1.10.0
Compare Source
diff
v1.9.1
Compare Source
diff
v1.9.0
Compare Source
diff
PredefinedConfig
for Flat ESLint Config (#146)v1.8.0
Compare Source
diff
pnpm/pnpm
v7.14.1
Compare Source
Patch Changes
pnpm list --long --json
should print licenses and authors of packages #5533..pnpmfile.cjs
.pnpm dlx
command.package.json
has a workspaces field but there is nopnpm-workspace.yaml
file #5363.Our Gold Sponsors
Our Silver Sponsors
v7.14.0
Compare Source
Minor Changes
pnpm doctor
command to do checks for known common issuesPatch Changes
Ignore the
always-auth
setting.pnpm will never reuse the registry auth token for requesting the package tarball, if the package tarball is hosted on a different domain.
So, for example, if your registry is at
https://company.registry.com/
but the tarballs are hosted athttps://tarballs.com/
, then you will have to configure the auth token for both domains in your.npmrc
:Our Gold Sponsors
Our Silver Sponsors
esbuild-kit/tsx
v3.11.0
Compare Source
Features
unjs/unplugin
v0.10.2
Compare Source
Features
v0.10.1
Compare Source
Features
writeBundle
hook (#179) (160ec72)vitejs/vite
v3.2.1
Compare Source
v3.2.0
Compare Source
Main Changes
Multiple Entries for Library Mode
Library mode now supports multiple entries:
Check out the PR #7047, and the
build.lib
config docsbuild.modulePreload
optionsVite now allows filtering and modifying module preload dependencies for each entry and async chunk.
experimental.renderBuiltUrl
will also get called for preload asset paths. Andbuild.modulePreload.resolveDependencies
will be called both for JS dynamic imports preload lists and also for HTML preload lists for chunks imported from entry HTML files. Refer to the PR for more context #9938 and check out the modulePreload config docs. Note:build.modulePreloadPolyfill
is now deprecated, please migrate tobuild.modulePreload.polyfill
.Include Duplicate Assets in the Manifest
Laravel and other backends integrations will now get entries for every asset file, even if they have been de-duplicated. See #9928 for more information.
Customizable ErrorOverlay
You can now customize the ErrorOverlay by using css parts. Check out the PR for more details: #10234.
Features
new URL
to resolve package assets (#7837) (bafccf5), closes #7837server.fs.deny
(#10044) (df560b0), closes #10044Bug Fixes
import.meta.resolve
) (fixes #10430) (#10528) (64f19b9), closes #10430 #10528?direct
in id for postcss process (#10514) (67e7bf2), closes #10514moduleResolution=node16
(#10375) (8c4df1f), closes #10375mainFields
when resolving browser/module field (fixes #8659) (#10071) (533d13c), closes #8659 #10071build.ssr
is true (#9989) (7229251), closes #9989^2.79.1
(#10298) (2266d83), closes #10298Previous Changelogs
3.2.0-beta.4 (2022-10-24)
See 3.2.0-beta.4 changelog
3.2.0-beta.3 (2022-10-20)
See 3.2.0-beta.3 changelog
3.2.0-beta.2 (2022-10-14)
See 3.2.0-beta.2 changelog
3.2.0-beta.1 (2022-10-10)
See 3.2.0-beta.1 changelog
3.2.0-beta.0 (2022-10-05)
See 3.2.0-beta.0 changelog
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.