This repository was archived by the owner on Jan 12, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update all non-major dependencies #113
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
afdcb11
to
0e539eb
Compare
0e539eb
to
fe31b79
Compare
fe31b79
to
d0877fe
Compare
d0877fe
to
19c4a9d
Compare
19c4a9d
to
cf595f0
Compare
cf595f0
to
73c0caf
Compare
73c0caf
to
5047402
Compare
5047402
to
b38cb5f
Compare
b38cb5f
to
79c3102
Compare
79c3102
to
0ea4628
Compare
0ea4628
to
708f889
Compare
708f889
to
15b28b4
Compare
15b28b4
to
02b241a
Compare
e4ab6cf
to
372509c
Compare
372509c
to
1667aaa
Compare
1667aaa
to
e9db408
Compare
e9db408
to
afeb81c
Compare
afeb81c
to
176e7a0
Compare
176e7a0
to
b6e31f3
Compare
b6e31f3
to
298657f
Compare
298657f
to
5fbae11
Compare
5fbae11
to
abf0e97
Compare
abf0e97
to
598d647
Compare
598d647
to
df7df2c
Compare
df7df2c
to
9bd2224
Compare
9bd2224
to
65566fa
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
5.0.8
->5.0.13
2.2.188
->2.2.202
3.1.1
->3.2.0
2.5.2
->2.5.7
3.0.2
->3.1.0
4.1.0
->4.2.3
7.1.0
->7.7.0
7.1.0
->7.7.0
10.4.18
->10.4.19
2.35.1
->2.37.0
8.4.35
->8.4.38
3.2.2
->3.2.3
0.5.11
->0.5.14
4.2.12
->4.2.15
3.6.6
->3.6.9
3.4.1
->3.4.3
5.3.3
->5.4.5
5.1.4
->5.2.10
1.3.1
->1.5.0
Release Notes
fontsource/font-files (@fontsource/roboto)
v5.0.13
Compare Source
v5.0.12
Compare Source
iconify/icon-sets (@iconify/json)
v2.2.202
Compare Source
v2.2.201
Compare Source
v2.2.200
Compare Source
v2.2.199
Compare Source
v2.2.198
Compare Source
v2.2.197
Compare Source
v2.2.196
Compare Source
v2.2.195
Compare Source
v2.2.194
Compare Source
v2.2.193
Compare Source
v2.2.192
Compare Source
v2.2.191
Compare Source
v2.2.190
Compare Source
v2.2.189
Compare Source
sveltejs/kit (@sveltejs/adapter-auto)
v3.2.0
Compare Source
Minor Changes
sveltejs/kit (@sveltejs/kit)
v2.5.7
Compare Source
Patch Changes
v2.5.6
Compare Source
Patch Changes
fetch
(#11904)v2.5.5
Compare Source
Patch Changes
v2.5.4
Compare Source
Patch Changes
data-sveltekit-preload-data
fails to fetch due to network error (#11944)v2.5.3
Compare Source
Patch Changes
fix: revert tsconfig change that includes svelte.config.js (#11908)
fix: exclude server worker from tsconfig again (#11727)
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)
v4.2.3
Compare Source
Bug Fixes
act
used in cleanup (#346) (3eaa04e)v4.2.2
Compare Source
Bug Fixes
v4.2.1
Compare Source
Bug Fixes
v4.2.0
Compare Source
Features
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
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.
v7.5.0
Compare Source
🩹 Fixes
eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression
eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.4.0
Compare Source
🚀 Features
eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata
eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates
eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error
🩹 Fixes
eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive
eslint-plugin: [prefer-optional-chain] properly disambiguate between
boolean
andfalse
eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.3.1
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.3.0
Compare Source
🚀 Features
eslint-plugin: [restrict-template-expressions] add
allowArray
optioneslint-plugin: add meta.docs.recommended setting for strict config options
eslint-plugin: add rule
use-unknown-in-catch-callback-variables
eslint-plugin: [prefer-reduce-type-parameter] supports tuple, union, intersection
🩹 Fixes
correct
engines.node
constraints inpackage.json
eslint-plugin: [unbound-method] check method definition in object literal using longhand form
eslint-plugin: [consistent-type-imports] handle imports without specifiers
eslint-plugin: [no-redundant-type-constituents] incorrectly marks & string as redundant
eslint-plugin: [no-unnecessary-qualifier] handle merge namespace with enum
eslint-plugin: [no-unused-expressions] false negatives when using assertions
eslint-plugin: [ban-ts-comment] more accurate handling of multiline comments
eslint-plugin: [explicit-function-return-type, explicit-module-boundary-types] improved checking for allowHigherOrderFunctions option
eslint-plugin: [class-literal-property-style] ignore property assigned in constructor
eslint-plugin: [no-unnecessary-type-assertion] fix false negative for const variable declarations
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.2.0
Compare Source
🚀 Features
support TS 5.4
eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option
🩹 Fixes
eslint-plugin: expose *-type-checked-only configs for extension
eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group
eslint-plugin: [no-var-requires, no-require-imports] support template literal
eslint-plugin: [no-useless-template-literals] detect TemplateLiteral
eslint-plugin: [no-unnecessary-condition] handle union array and tuple type
eslint-plugin: [prefer-find] support ternary branches in prefer-find
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.1.1
Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
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.
v7.5.0
Compare Source
🩹 Fixes
errorOnTypeScriptSyntacticAndSemanticIssues
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.4.0
Compare Source
v7.3.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.3.0
Compare Source
🩹 Fixes
engines.node
constraints inpackage.json
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.2.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.1.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.
postcss/autoprefixer (autoprefixer)
v10.4.19
Compare Source
end value has mixed support, consider using flex-end
warningsince
end
/start
now have good support.sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v2.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.0postcss/postcss (postcss)
v8.4.38
Compare Source
endIndex: 0
in errors and warnings (by @romainmenke).v8.4.37
Compare Source
original.column are not numbers
error in another case.v8.4.36
Compare Source
original.column are not numbers
error on broken previous source map.sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)
v3.2.3
Compare Source
<slot>
tagstailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)
v0.5.14
Compare Source
Fixed
v0.5.13
Compare Source
Added
@zackad/prettier-plugin-twig-melody
(#255)v0.5.12
Compare Source
Added
prettier-plugin-sort-imports
(#241)sveltejs/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.6.9
Compare Source
bind:group
v3.6.8
Compare Source
v3.6.7
Compare Source
$props()
(#2314)tailwindlabs/tailwindcss (tailwindcss)
v3.4.3
Compare Source
v3.4.2
Compare Source
Fixed
0,0,1
for button and input Preflight rules (#12735)(
,)
,[
or]
in the file path (#12715):has
rules when usingexperimental.optimizeUniversalDefaults
(#12736)mix-blend-plus-darker
utility (#12923)import.meta.url
in config files (#13322)xx-large
and remove doublex-large
absolute size (#13324)@apply
a class that uses nesting (#13325)important
configuration (#13353)@apply
works correctly with pseudo elements (#13379)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:
v5.4.4
: TypeScript 5.4.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.4.3
: TypeScript 5.4.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.4.2
: TypeScript 5.4Compare 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 4am" (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.