chore(deps): update all non-major dependencies #53
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.43.0
->1.43.1
2.5.5
->2.5.7
3.0.2
->3.1.0
5.0.1
->5.1.0
7.5.0
->7.7.1
7.5.0
->7.7.1
1.4.0
->1.5.2
2.35.1
->2.38.0
14.5.1
->14.7.1
3.2.2
->3.2.3
4.2.12
->4.2.15
3.6.9
->3.7.0
5.4.4
->5.4.5
5.2.8
->5.2.10
1.4.0
->1.5.2
Release Notes
microsoft/playwright (@playwright/test)
v1.43.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/30300 - [REGRESSION]: UI mode restarts if keep storage statehttps://github.com/microsoft/playwright/issues/303399 - [REGRESSION]: Brand new install of playwright, unable to run chromium with show browser using vscode
Browser Versions
This version was also tested against the following stable channels:
sveltejs/kit (@sveltejs/kit)
v2.5.7
Compare Source
Patch Changes
v2.5.6
Compare Source
Patch Changes
fetch
(#11904)sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v3.1.0
Compare Source
Minor Changes
Patch Changes
Remove unnecessary
enableSourcemap
option usage and prevent passing it in Svelte 5 (#862)Updated dependencies [
8ae3dc8cf415355f406f23d6104cb6153d75dfc8
]:testing-library/svelte-testing-library (@testing-library/svelte)
v5.1.0
Compare Source
Features
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.7.1
Compare Source
🩹 Fixes
eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment
eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type
eslint-plugin: [prefer-optional-chain] only look at left operand for
requireNullish
eslint-plugin: [no-for-in-array] refine report location
eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.7.0
Compare Source
🚀 Features
no-new-symbol
withno-new-native-nonconstructor
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.6.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.7.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.7.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.6.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
vitest-dev/vitest (@vitest/ui)
v1.5.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.5.1
Compare Source
🚀 Features
startVitest()
to acceptstdout
andstdin
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5493 (780b1)startVitest
API is experimental and doesn't follow semver.🐞 Bug Fixes
import.meta.env.PROD: false
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5561 (9c649)onTestFinished
in reverse order - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5598 (23f29)fileParallelism
by default on browser pool - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5528 (5c69f)v8-to-istanbul
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5549 (df6a4)cleanOnRerun
is disabled - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5540 (ea3c1)thresholds
to compare files relative to root - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5574 (80265)toEqual
andtoMatchObject
with circular references - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5535 (9e641)View changes on GitHub
v1.5.0
Compare Source
🚀 Features
🐞 Bug Fixes
describe
calls not taking generic type parameters - by @aryaemami59 in https://github.com/vitest-dev/vitest/issues/5415 (16bac)process
is mocked - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5430 (0ec4d)toHaveBeenNthCalledWith
error message when not called - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5420 (e5253)isValidNodeImport
to check"type": "module"
first - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5416 (6fb15)View changes on GitHub
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v2.38.0
Compare Source
Minor Changes
33626a3
Thanks @baseballyama! - Use the latest Svelte 5v2.37.0
Compare Source
Minor Changes
33f0de2
Thanks @xiBread! - feat: add rule typesv2.36.0
Compare Source
Minor Changes
470ef6c
Thanks @ota-meshi! - feat: add support for{@​snippet}
and{@​render}
in indent rule1097107
Thanks @ota-meshi! - feat: (experimental) partial support for Svelte v57df5b6f
Thanks @ota-meshi! - feat: add support for{@​snippet}
and{@​render}
in mustache-spacing ruleb159b46
Thanks @ota-meshi! - feat: update svelte to v5.0.0-next.33af2ccf9
Thanks @ota-meshi! - Update svelte-eslint-parserb11ff34
Thanks @ota-meshi! - fix: update dependencies & some fixes85fc8f4
Thanks @ota-meshi! - fix: update parser and fix some testsd4303f5
Thanks @ota-meshi! - fix: update svelte-eslint-parserec3f1cf
Thanks @ota-meshi! - feat: update svelte to v5.0.0-next.162943021
Thanks @ota-meshi! - feat: update parserb72b97b
Thanks @ota-meshi! - feat: add support for eslint v9d597a69
Thanks @ota-meshi! - feat: add support for flat configeaf5e6a
Thanks @ota-meshi! - fix: suppress comment not working in flat config.aaba61f
Thanks @ota-meshi! - fix: flat config would cause an error with non-svelte filese84397d
Thanks @sdarnell! - Added prefer option to prefer-class-directive rule ('always' or 'empty'). The default is now 'empty' which is a slight relaxation of the rule.4e6c681
Thanks @marekdedic! - feat: added the no-goto-without-base rulePatch Changes
73d6fd8
Thanks @ota-meshi! - fix: style report location6121a56
Thanks @renovate! - fix(deps): update dependency eslint-compat-utils to ^0.3.0capricorn86/happy-dom (happy-dom)
v14.7.1
Compare Source
👷♂️ Patch fixes
v14.7.0
Compare Source
v14.6.2
Compare Source
👷♂️ Patch fixes
Storage.prototype
methods - By @capricorn86 in task #1377v14.6.1
Compare Source
👷♂️ Patch fixes
Document.createTextNode()
didn't handle conversion of non-string values to string - By @odanado in task #1380Document.createTextNode()
- By @odanado in task #1380v14.6.0
Compare Source
v14.5.2
Compare Source
sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)
v3.2.3
Compare Source
<slot>
tagssveltejs/svelte (svelte)
v4.2.15
Compare Source
Patch Changes
v4.2.14
Compare Source
Patch Changes
v4.2.13
Compare Source
Patch Changes
sveltejs/language-tools (svelte-check)
v3.7.0
Compare Source
$bindable()
in Svelte 5 runes mode (#2336)#await
inside#snippet
(#2348)bind:group
transformation (#2349)Microsoft/TypeScript (typescript)
v5.4.5
: TypeScript 5.4.5Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
vitejs/vite (vite)
v5.2.10
Compare Source
v5.2.9
Compare Source
fsp.rm
removing files does not take effect (#16032) (b05c405), closes #16032Configuration
📅 Schedule: Branch creation - "before 7am on friday" (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.