Skip to content

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update npm (major) #33

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-svelte (source) ^2.46.1 -> ^3.8.1 age adoption passing confidence
globals ^15.14.0 -> ^16.1.0 age adoption passing confidence
mode-watcher (source) ^0.5.1 -> ^1.0.7 age adoption passing confidence
svelte-sonner ^0.3.28 -> ^1.0.1 age adoption passing confidence
tailwind-variants ^0.3.1 -> ^1.0.0 age adoption passing confidence

Release Notes

sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)

v3.8.1

Compare Source

Patch Changes

v3.8.0

Compare Source

Minor Changes

v3.7.0

Compare Source

Minor Changes

v3.6.0

Compare Source

Minor Changes
Patch Changes

v3.5.1

Compare Source

Patch Changes

v3.5.0

Compare Source

Minor Changes
Patch Changes

v3.4.1

Compare Source

Patch Changes

v3.4.0

Compare Source

Minor Changes
  • #​1165 2b7e164 Thanks @​43081j! - Adds a suggestion to the require-store-callbacks-use-set-param rule to automatically rename or add function parameters.

  • #​1163 d9b8604 Thanks @​43081j! - Adds a suggestion to the derived-has-same-inputs-outputs rule which renames the outputs.

  • #​1164 29b1315 Thanks @​43081j! - Added a suggestion for no-at-debug-tags rule which removes the tags

Patch Changes

v3.3.3

Compare Source

Patch Changes

v3.3.2

Compare Source

Patch Changes

v3.3.1

Compare Source

Patch Changes

v3.3.0

Compare Source

Minor Changes
  • #​1132 30c1e5f Thanks @​baseballyama! - feat: add ignorePropertyPatterns property and rename ignorePatterns to ignoreTypePatterns in no-unused-props rule. The ignorePatterns 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

v3.2.1

Compare Source

Patch Changes

v3.2.0

Compare Source

Minor Changes

v3.1.0

Compare Source

Minor Changes
Patch Changes

v3.0.3

Compare Source

Patch Changes

v3.0.2

Compare Source

Patch Changes

v3.0.1

Compare Source

Patch Changes

v3.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: remove require-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 the svelte/no-dynamic-slot-name rule

  • #​930 eae1b4f Thanks @​ota-meshi! - feat!: upgrade svelte-eslint-parser to v1

  • #​982 04fc429 Thanks @​baseballyama! - feat!: Updated the html-self-closing rule to follow Svelte5

  • #​932 b136ab4 Thanks @​ota-meshi! - feat!: change the plugin to an ESM-only package

Minor Changes
Patch Changes
sindresorhus/globals (globals)

v16.1.0

Compare Source


v16.0.0

Compare Source

Breaking
  • The serviceworker globals are now generated from browsers (#​281) 039ed51
    • It's a breaking change as a few globals have been removed.

v15.15.0

Compare Source


svecosystem/mode-watcher (mode-watcher)

v1.0.7

Compare Source

Patch Changes
  • fix: ensure window.matchMedia is defined as function before calling (#​138)

v1.0.6

Compare Source

Patch Changes
  • perf: prevent running withoutTransition on initial load as there is nothing to transition from (#​136)

v1.0.5

Compare Source

Patch Changes
  • fix: prevent passing an empty token to classList.add/remove (#​134)

v1.0.4

Compare Source

Patch Changes
  • change: mark generateSetInitialModeExpression as deprecated in favor of createInitialModeExpression (#​132)

v1.0.3

Compare Source

Patch Changes
  • fix: ensure to always use custom storage keys if provided (#​130)

v1.0.2

Compare Source

Patch Changes

v1.0.1

Compare Source

Patch Changes
  • fix: window.matchMedia is not defined (#​120)

v1.0.0

Compare Source

Major Changes
  • Mode Watcher 1.0 (Svelte 5) (#​112)
wobsoriano/svelte-sonner (svelte-sonner)

v1.0.1

Compare Source

Patch Changes
  • 02af4ff: Fixes an issue where runed package can't be resolved due to it being in the devDependencies section instead of dependencies.

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:

    <Toaster>
    	{#snippet loadingIcon()}
    		<LoadingIcon />
    	{/snippet}
    </Toaster>

    Coming soon: Docs site 😉

heroui-inc/tailwind-variants (tailwind-variants)

v1.0.0

Compare Source

What's Changed

Breaking change

  • The 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Feb 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
advent-of-svelte ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 17, 2025 2:46pm

Copy link

coderabbitai bot commented Feb 20, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need 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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot changed the title Update dependency globals to v16 Update npm (major) Feb 26, 2025
@renovate renovate bot force-pushed the renovate/major-npm branch from ec51a38 to 30b24d5 Compare February 26, 2025 01:39
@renovate renovate bot force-pushed the renovate/major-npm branch from 30b24d5 to 845108f Compare February 26, 2025 12:45
@renovate renovate bot force-pushed the renovate/major-npm branch from 845108f to 5194f37 Compare March 5, 2025 06:42
@renovate renovate bot force-pushed the renovate/major-npm branch from 5194f37 to dd64f0f Compare March 8, 2025 17:19
@renovate renovate bot force-pushed the renovate/major-npm branch from dd64f0f to 773726c Compare March 10, 2025 01:54
@renovate renovate bot force-pushed the renovate/major-npm branch from 773726c to d2ac16b Compare March 17, 2025 02:37
@renovate renovate bot force-pushed the renovate/major-npm branch from d2ac16b to f47ef60 Compare March 17, 2025 12:01
@renovate renovate bot force-pushed the renovate/major-npm branch from f47ef60 to 2ac857e Compare March 17, 2025 16:56
@renovate renovate bot force-pushed the renovate/major-npm branch from 2ac857e to 5f9bd48 Compare March 18, 2025 02:32
@renovate renovate bot force-pushed the renovate/major-npm branch from 5f9bd48 to d544295 Compare March 18, 2025 16:30
@renovate renovate bot force-pushed the renovate/major-npm branch from d544295 to 99f23ff Compare March 20, 2025 02:12
@renovate renovate bot force-pushed the renovate/major-npm branch from 99f23ff to 92ba85b Compare March 29, 2025 17:52
@renovate renovate bot force-pushed the renovate/major-npm branch from ae5ee58 to 96335e4 Compare April 4, 2025 02:57
@renovate renovate bot force-pushed the renovate/major-npm branch from 96335e4 to 7f147f5 Compare April 16, 2025 19:54
@renovate renovate bot force-pushed the renovate/major-npm branch from 7f147f5 to 889693b Compare April 17, 2025 03:10
@renovate renovate bot force-pushed the renovate/major-npm branch from 889693b to a31eaae Compare April 17, 2025 15:46
@renovate renovate bot force-pushed the renovate/major-npm branch from a31eaae to 92f52f4 Compare April 30, 2025 19:00
@renovate renovate bot force-pushed the renovate/major-npm branch from 92f52f4 to 97c9ae2 Compare May 4, 2025 05:47
@renovate renovate bot force-pushed the renovate/major-npm branch from 97c9ae2 to b919725 Compare May 4, 2025 18:53
@renovate renovate bot force-pushed the renovate/major-npm branch from b919725 to f7217a2 Compare May 7, 2025 11:39
@renovate renovate bot force-pushed the renovate/major-npm branch from f7217a2 to 3f8c9a9 Compare May 9, 2025 03:05
@renovate renovate bot force-pushed the renovate/major-npm branch from 3f8c9a9 to c7afb31 Compare May 12, 2025 20:02
@renovate renovate bot force-pushed the renovate/major-npm branch from c7afb31 to 28d4ba6 Compare May 13, 2025 04:03
@renovate renovate bot force-pushed the renovate/major-npm branch from 28d4ba6 to 5592d4a Compare May 16, 2025 04:08
@renovate renovate bot force-pushed the renovate/major-npm branch from 5592d4a to 83dd1f5 Compare May 17, 2025 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants