chore(deps): update all non-major dependencies #11006
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:
^1.1.1
->^1.2.0
^4.14.188
->^4.14.189
^18.0.8
->^18.0.9
^5.42.1
->^5.43.0
^5.42.1
->^5.43.0
^8.27.0
->^8.28.0
^0.5.16
->^0.5.17
^7.1.1
->^7.1.2
^2.0.23
->^2.0.24
^1.27.1
->^1.28.0
7.15.0
->7.17.0
^7.15.0
->^7.17.0
^0.13.10
->^0.13.11
^3.2.3
->^3.2.4
^0.25.1
->^0.25.2
Release Notes
sveltejs/vite-plugin-svelte
v1.2.0
Compare Source
Minor Changes
Patch Changes
simplify init of compilerOptions.hydratable for kit (kit.browser.hydrate is no longer in use) (#496)
when prebundleSvelteLibraries is true and a dependency is manually excluded, generate reincludes for it's cjs deps (#493)
Refactor Svelte libraries config handling (#478)
fix(prebundleSvelteLibraries): avoid resolving via svelte field after a library has been prebundled (#482)
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.43.0
Compare Source
Bug Fixes
Features
!foo || !foo.bar
as a valid match for the rule (#5594) (923d486)5.42.1 (2022-11-07)
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.43.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
5.42.1 (2022-11-07)
Note: Version bump only for package @typescript-eslint/parser
eslint/eslint
v8.28.0
Compare Source
Features
63bce44
feat: addignoreClassFieldInitialValues
option to no-magic-numbers (#16539) (Milos Djermanovic)8385ecd
feat: multiline properties in rulekey-spacing
with optionalign
(#16532) (Francesco Trotta)a4e89db
feat:no-obj-calls
supportIntl
(#16543) (Sosuke Suzuki)Bug Fixes
c50ae4f
fix: Ensure that dot files are found with globs. (#16550) (Nicholas C. Zakas)9432b67
fix: throw error for first unmatched pattern (#16533) (Milos Djermanovic)e76c382
fix: allow* 1
when followed by/
in no-implicit-coercion (#16522) (Milos Djermanovic)Documentation
34c05a7
docs: Language Options page intro and tweaks (#16511) (Ben Perlmutter)3e66387
docs: add intro and edit ignoring files page (#16510) (Ben Perlmutter)436f712
docs: fix Header UI inconsistency (#16464) (Tanuj Kanti)f743816
docs: switch to wrench emoji for auto-fixable rules (#16545) (Bryan Mishkin)bc0547e
docs: improve styles for versions and languages page (#16553) (Nitin Kumar)6070f58
docs: clarify esquery issue workaround (#16556) (Milos Djermanovic)b48e4f8
docs: Command Line Interface intro and tweaks (#16535) (Ben Perlmutter)b92b30f
docs: Add Rules page intro and content tweaks (#16523) (Ben Perlmutter)1769b42
docs: Integrations page introduction (#16548) (Ben Perlmutter)a8d0a57
docs: make table of contents sticky on desktop (#16506) (Sam Chen)a01315a
docs: fix route of japanese translation site (#16542) (Tanuj Kanti)0515628
docs: use emoji instead of svg for deprecated rule (#16536) (Bryan Mishkin)68f1288
docs: set default layouts (#16484) (Percy Ma)776827a
docs: init config about specifying shared configs (#16483) (Percy Ma)5c39425
docs: fix broken link to plugins (#16520) (Ádám T. Nagy)c97c789
docs: Add missing no-new-native-nonconstructor docs code fence (#16503) (Brandon Mills)Chores
e94a4a9
chore: Add tests to verify #16038 is fixed (#16538) (Nicholas C. Zakas)e13f194
chore: stricter validation ofmeta.docs.description
in core rules (#16529) (Milos Djermanovic)72dbfbc
chore: usepkg
parameter ingetNpmPackageVersion
(#16525) (webxmsj)unjs/mlly
v0.5.17
Compare Source
inikulin/parse5
v7.1.2
Compare Source
This release includes
parse5
andparse5-parser-stream
.ERR
asErrorCodes
by @milahu in https://github.com/inikulin/parse5/pull/704parser-stream
by @fb55 in https://github.com/inikulin/parse5/pull/716Full Changelog: inikulin/parse5@v7.1.0...v7.1.2
vuejs/pinia
v2.0.24
Compare Source
Please refer to CHANGELOG.md for details.
Microsoft/playwright
v1.28.0
: v1.28Compare Source
Playwright Tools
Test Runner
Configure retries and test timeout for a file or a test with
test.describe.configure([options])
.Use
testProject.snapshotPathTemplate
andtestConfig.snapshotPathTemplate
to configure a template controlling location of snapshots generated byexpect(page).toHaveScreenshot(name[, options])
andexpect(screenshot).toMatchSnapshot(name[, options])
.New APIs
locator.blur([options])
locator.clear([options])
android.launchServer([options])
andandroid.connect(wsEndpoint[, options])
androidDevice.on('close')
Browser Versions
This version was also tested against the following stable channels:
pnpm/pnpm
v7.17.0
Compare Source
Minor Changes
pnpm licenses list
, which displays the licenses of the packages #2825Patch Changes
pnpm update --latest !foo
should not update anything if the only dependency in the project is the ignored one #5643.pnpm audit
should send the versions of workspace projects for audit.pnpm.updateConfig.ignoreDependencies
setting should work with multiple dependencies in the array #5639.Our Gold Sponsors
Our Silver Sponsors
v7.16.1
Compare Source
Patch Changes
Our Gold Sponsors
Our Silver Sponsors
v7.16.0
Compare Source
Minor Changes
pnpm env list
to list global or remote Node.js versions #5546.Patch Changes
.npmrc
files in subdirectories inside a workspace #2570.Our Gold Sponsors
Our Silver Sponsors
facebook/regenerator
v0.13.11
Compare Source
vitejs/vite
v3.2.4
Compare Source
Please refer to CHANGELOG.md for details.
vitest-dev/vitest
v0.25.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
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.