-
Notifications
You must be signed in to change notification settings - Fork 1
Update npm (major) #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
ec51a38
to
30b24d5
Compare
30b24d5
to
845108f
Compare
845108f
to
5194f37
Compare
5194f37
to
dd64f0f
Compare
dd64f0f
to
773726c
Compare
773726c
to
d2ac16b
Compare
d2ac16b
to
f47ef60
Compare
f47ef60
to
2ac857e
Compare
2ac857e
to
5f9bd48
Compare
5f9bd48
to
d544295
Compare
d544295
to
99f23ff
Compare
99f23ff
to
92ba85b
Compare
ae5ee58
to
96335e4
Compare
96335e4
to
7f147f5
Compare
7f147f5
to
889693b
Compare
889693b
to
a31eaae
Compare
a31eaae
to
92f52f4
Compare
92f52f4
to
97c9ae2
Compare
97c9ae2
to
b919725
Compare
b919725
to
f7217a2
Compare
f7217a2
to
3f8c9a9
Compare
3f8c9a9
to
c7afb31
Compare
c7afb31
to
28d4ba6
Compare
28d4ba6
to
5592d4a
Compare
5592d4a
to
83dd1f5
Compare
83dd1f5
to
560b0ae
Compare
This PR contains the following updates:
^2.46.1
->^3.8.1
^15.14.0
->^16.1.0
^0.5.1
->^1.0.7
^0.3.28
->^1.0.1
^0.3.1
->^1.0.0
Release Notes
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v3.8.1
Compare Source
Patch Changes
c938185
Thanks @ota-meshi! - fix(no-top-level-browser-globals): false positives for type annotationsv3.8.0
Compare Source
Minor Changes
9cffd3b
Thanks @ota-meshi! - feat: addsvelte/no-top-level-browser-globals
rulev3.7.0
Compare Source
Minor Changes
534ad78
Thanks @baseballyama! - feat(sort-attributes): support{@​attach}
v3.6.0
Compare Source
Minor Changes
#1170
3ddbd83
Thanks @baseballyama! - feat: addprefer-writable-derived
rule#1069
73f23ae
Thanks @marekdedic! - feat: added therequire-event-prefix
rule#1197
e9aec7f
Thanks @43081j! - Addedno-add-event-listener
rule to disallow usages ofaddEventListener
#1148
87c74fe
Thanks @marekdedic! - feat(consistent-selector-style): added support for dynamic classes and IDsPatch Changes
78d0f78
Thanks @ota-meshi! - fix(no-unused-svelte-ignore): ignore reactive-component warningsv3.5.1
Compare Source
Patch Changes
9126f1f
Thanks @43081j! - Removed eslint-compat-utils from dependenciesv3.5.0
Compare Source
Minor Changes
842757f
Thanks @baseballyama! - feat(no-unused-props): addallowUnusedNestedProperties
optionPatch Changes
7892f4c
Thanks @baseballyama! - fix(no-unused-props): handle alias props name properlyv3.4.1
Compare Source
Patch Changes
#1173
8e53e58
Thanks @43081j! - chore: usecontext.sourceCode
directly rather than a compatibility helper.#1177
ec22fb4
Thanks @43081j! - test: use ESLint and Linter directly from eslint in tests#1174
b696ef3
Thanks @43081j! - chore: usecontext.filename
andcontext.physicalFilename
instead of compat functions.#1176
bafbf5f
Thanks @43081j! - chore: switch tocontext.cwd
rather than using a compat helper.v3.4.0
Compare Source
Minor Changes
#1165
2b7e164
Thanks @43081j! - Adds a suggestion to therequire-store-callbacks-use-set-param
rule to automatically rename or add function parameters.#1163
d9b8604
Thanks @43081j! - Adds a suggestion to thederived-has-same-inputs-outputs
rule which renames the outputs.#1164
29b1315
Thanks @43081j! - Added a suggestion forno-at-debug-tags
rule which removes the tagsPatch Changes
db9202d
Thanks @baseballyama! - chore: updatesvelte-eslint-parser
to 1.1.1v3.3.3
Compare Source
Patch Changes
1233e46
Thanks @baseballyama! - fix(no-unused-props): resolve false positives on props with default values or $bindable usagev3.3.2
Compare Source
Patch Changes
138380d
Thanks @baseballyama! - fix: stop reporting child properties inno-unused-props
when the parent object itself is usedv3.3.1
Compare Source
Patch Changes
40806a4
Thanks @ota-meshi! - fix(no-useless-mustaches): Wrong auto-fix for quoted mustachesv3.3.0
Compare Source
Minor Changes
30c1e5f
Thanks @baseballyama! - feat: addignorePropertyPatterns
property and renameignorePatterns
toignoreTypePatterns
inno-unused-props
rule. TheignorePatterns
option existed only for a few hours and is removed by this PR. Technically, this is a breaking change, but we’ll handle it as a minor release since very few users are likely affected.v3.2.2
Compare Source
Patch Changes
1ff148a
Thanks @baseballyama! - fix: correct detection of externally defined types inno-unused-props
rulev3.2.1
Compare Source
Patch Changes
e94b59a
Thanks @baseballyama! - fix: resolve false positives on nested objects inno-unused-props
rulev3.2.0
Compare Source
Minor Changes
#1062
a4d3b29
Thanks @baseballyama! - feat: addno-unnecessary-state-wrap
rule#1061
268a372
Thanks @baseballyama! - feat: addno-unused-props
rulev3.1.0
Compare Source
Minor Changes
df1647f
Thanks @baseballyama! - feat: addexcludedRunes
option to theprefer-const
rulePatch Changes
#1126
9b76b46
Thanks @baseballyama! - fix: check property key instead of value invalid-prop-names-in-kit-pages
rule#1125
0a03362
Thanks @ota-meshi! - fix: support windows path delimiter#1108
976e4f0
Thanks @marekdedic! - fix(consistent-selector-style): not reporting class selectors used in class directives#1107
3b01537
Thanks @marekdedic! - fix(no-navigation-without-base): ignoring fragment linksv3.0.3
Compare Source
Patch Changes
7f756b8
Thanks @baseballyama! - fix: align required Node version with ESLintv3.0.2
Compare Source
Patch Changes
1358d89
Thanks @baseballyama! - fix: handle<script module>
invalid-prop-names-in-kit-pages
rulev3.0.1
Compare Source
Patch Changes
83da078
Thanks @ottomated! - fix: Don't remove mustache'd string literals if they contain curly bracesv3.0.0
Compare Source
Major Changes
We have changed versioning policy, please see the README for details.
#937
729394e
Thanks @ota-meshi! - feat!: drop support for old eslint#1033
3bfcc31
Thanks @baseballyama! - Enabled in recommended config:svelte/infinite-reactive-loop
svelte/no-dom-manipulating
svelte/no-dupe-on-directives
svelte/no-dupe-use-directives
svelte/no-export-load-in-svelte-module-in-kit-pages
svelte/no-immutable-reactive-statements
svelte/no-inspect
svelte/no-raw-special-elements
svelte/no-reactive-functions
svelte/no-reactive-literals
svelte/no-reactive-reassign
svelte/no-store-async
svelte/no-svelte-internal
svelte/no-useless-children-snippet
svelte/no-useless-mustaches
svelte/require-each-key
svelte/require-event-dispatcher-types
svelte/require-store-reactive-access
svelte/require-stores-init
svelte/valid-each-key
svelte/valid-prop-names-in-kit-pages
Removed from recommended config:
svelte/valid-compile
This update introduces breaking changes due to newly enabled rules.
#1086
1c679b5
Thanks @baseballyama! - breaking: removerequire-stores-init
from recommended rules#1043
778427e
Thanks @ota-meshi! - feat: add*.svelte.{js,ts}
config to base config#900
4759b47
Thanks @marekdedic! - breaking: deprecated the no-goto-without-base rule#885
ce2ffad
Thanks @ota-meshi! - feat!: drop support for old node versions (<18, 19, 21)#1011
7596287
Thanks @baseballyama! - breaking: deprecate thesvelte/no-dynamic-slot-name
rule#930
eae1b4f
Thanks @ota-meshi! - feat!: upgrade svelte-eslint-parser to v1#982
04fc429
Thanks @baseballyama! - feat!: Updated thehtml-self-closing
rule to follow Svelte5#932
b136ab4
Thanks @ota-meshi! - feat!: change the plugin to an ESM-only packageMinor Changes
#980
0b28198
Thanks @baseballyama! - feat: Implement util to conditionally run lint based on Svelte version and SvelteKit routes etc#1013
0ef0f99
Thanks @baseballyama! - feat: add Svelte 5 support tono-not-function-handler
#900
4759b47
Thanks @marekdedic! - feat: added the no-navigation-without-base rule#925
faf90ef
Thanks @marekdedic! - feat: added theconsistent-selector-style
rule#945
19f682b
Thanks @baseballyama! - feat: Support<svelte:boundary>
#844
2bbd049
Thanks @Winter! - feat: Added suggestion to theblock-lang
rule.#984
35d80a5
Thanks @baseballyama! - feat: supportwarningFilter
invalid-compile
rule#933
71eca84
Thanks @mikededo! - Addprefer-const
rule#918
5da98c9
Thanks @mikededo! - Added newno-deprecated-raw-special-elements
rule#922
f4a0fa7
Thanks @marekdedic! - feat: added the no-useless-children-snippet rule#836
3fa90aa
Thanks @renovate! - feat: support for typescript-eslint v8 tosvelte/indent
rule#963
2c551b2
Thanks @baseballyama! - feat: support Svelte5 ofvalid-prop-names-in-kit-pages
rule#1054
c587629
Thanks @marekdedic! - feat: added the valid-style-parse rule#1085
a0588ef
Thanks @baseballyama! - chore: updatesvelte-eslint-parser
to v1#1015
8369eaf
Thanks @mikededo! - fix!: renameno-deprecated-raw-special-elements
tono-raw-special-elements
#911
452ffed
Thanks @marekdedic! - feat(no-inline-styles): allowing transitions by default#1063
d39c90c
Thanks @baseballyama! - feat: detect version information from node_modules when not specified in package.json, like pnpm’s catalogPatch Changes
#961
117e60d
Thanks @baseballyama! - fix: support each blocks without an item#1009
a003664
Thanks @baseballyama! - chore: upgradesvelte-eslint-parser
to1.0.0-next.8
#1016
91999e3
Thanks @baseballyama! - chore: change the rule category ofvalid-prop-names-in-kit-pages
toSvelteKit
#993
b97a13e
Thanks @baseballyama! - chore: add:exit
for each node listener#1048
513806c
Thanks @baseballyama! - fix: allowchildren
invalid-prop-names-in-kit-pages
rule#1012
763cf7a
Thanks @baseballyama! - chore: change the rule category ofno-export-load-in-svelte-module-in-kit-pages
toSvelteKit
#1021
6557c69
Thanks @baseballyama! - chore: updatesvelte-eslint-parser
to1.0.0-next.10
#956
157ee1f
Thanks @baseballyama! - chore: updatesvelte-eslint-parser
to v1.0.0-next.4#965
47760ad
Thanks @marekdedic! - chore: using svelte-eslint-parser for style selector parsing#990
12049c0
Thanks @baseballyama! - fix: ignorecss_unused_selector
compile error if<style>
tag hasglobal
attribute#1035
f16729f
Thanks @baseballyama! - chore: runrequire-event-dispatcher-types
rule on Svelte 3/4 only#1040
ac7115c
Thanks @baseballyama! - fix: account for \n and \r inTemplateLiteral
handling for theno-useless-mustaches
rule#1020
eae0e2e
Thanks @baseballyama! - chore: updatesvelte-eslint-parser
to1.0.0-next.9
#1017
806d72a
Thanks @baseballyama! - chore: do not runno-reactive-functions
rule on Svelte 5 with runes#1014
74373ec
Thanks @baseballyama! - chore: do not runno-reactive-reassign
rule on Svelte 5 with runes#1026
1bed311
Thanks @baseballyama! - chore: updatesvelte-eslint-parser
tov1.0.0-next.12
#941
fce2f74
Thanks @ota-meshi! - fix: crash with eslint v9.16.0 insvelte/no-inner-declarations
#1018
5bdc906
Thanks @baseballyama! - chore: run theno-inspect
rule only in Svelte 5’s runes mode#1006
5fd91ba
Thanks @baseballyama! - chore: do not runinfinite-reactive-loop
rule on Svelte 5 with runes#1031
e50d2d4
Thanks @baseballyama! - chore: do not runno-reactive-literals
rule on Svelte 5 with runes#1032
722b36c
Thanks @baseballyama! - chore: runno-useless-children-snippet
rule on Svelte 5 only#1007
8e9199a
Thanks @baseballyama! - fix: update method for extracting major versionsindresorhus/globals (globals)
v16.1.0
Compare Source
5c58875
v16.0.0
Compare Source
Breaking
serviceworker
globals are now generated from browsers (#281)039ed51
v15.15.0
Compare Source
445df81
svecosystem/mode-watcher (mode-watcher)
v1.0.7
Compare Source
Patch Changes
window.matchMedia
is defined as function before calling (#138)v1.0.6
Compare Source
Patch Changes
withoutTransition
on initial load as there is nothing to transition from (#136)v1.0.5
Compare Source
Patch Changes
v1.0.4
Compare Source
Patch Changes
generateSetInitialModeExpression
as deprecated in favor ofcreateInitialModeExpression
(#132)v1.0.3
Compare Source
Patch Changes
v1.0.2
Compare Source
Patch Changes
v1.0.1
Compare Source
Patch Changes
window.matchMedia
is not defined (#120)v1.0.0
Compare Source
Major Changes
wobsoriano/svelte-sonner (svelte-sonner)
v1.0.1
Compare Source
Patch Changes
02af4ff
: Fixes an issue whereruned
package can't be resolved due to it being in thedevDependencies
section instead ofdependencies
.v1.0.0
Compare Source
Major Changes
1b1f5b3
: Introducing Svelte Sonner v1! 🥳This release brings compatibility with Svelte 5, a major internal refactor to use Svelte runes and snippets, and feature parity with the original package.
Here's an example of using snippets to change the default loading icon:
Coming soon: Docs site 😉
heroui-inc/tailwind-variants (tailwind-variants)
v1.0.0
Compare Source
What's Changed
Breaking change
responsiveVariants
option has been removed.withTv
has been removed.New Contributors
Full Changelog: heroui-inc/tailwind-variants@v0.3.1...v1.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.