Skip to content
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

Update npm #30

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

Update npm #30

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@shikijs/rehype (source) ^1.18.0 -> ^1.22.0 age adoption passing confidence
@sveltejs/adapter-vercel (source) ^5.4.4 -> ^5.4.5 age adoption passing confidence
@sveltejs/kit (source) ^2.5.28 -> ^2.6.4 age adoption passing confidence
bits-ui ^0.21.15 -> ^0.21.16 age adoption passing confidence
eslint (source) ^9.11.1 -> ^9.12.0 age adoption passing confidence
eslint-plugin-svelte (source) ^2.44.0 -> ^2.44.1 age adoption passing confidence
globals ^15.9.0 -> ^15.11.0 age adoption passing confidence
lucia (source) ^3.2.0 -> ^3.2.1 age adoption passing confidence
lucide-svelte (source) ^0.446.0 -> ^0.451.0 age adoption passing confidence
pnpm (source) 9.11.0 -> 9.12.1 age adoption passing confidence
prettier-plugin-svelte ^3.2.6 -> ^3.2.7 age adoption passing confidence
shiki (source) ^1.18.0 -> ^1.22.0 age adoption passing confidence
svelte-check ^4.0.2 -> ^4.0.4 age adoption passing confidence
tailwind-merge ^2.5.2 -> ^2.5.3 age adoption passing confidence
typescript (source) ^5.6.2 -> ^5.6.3 age adoption passing confidence
typescript-eslint (source) ^8.7.0 -> ^8.8.1 age adoption passing confidence

Release Notes

shikijs/shiki (@​shikijs/rehype)

v1.22.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.21.1

Compare Source

   🚀 Features
    View changes on GitHub

v1.21.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.20.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.19.0

Compare Source

   🚀 Features
    View changes on GitHub
sveltejs/kit (@​sveltejs/adapter-vercel)

v5.4.5

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/kit)

v2.6.4

Compare Source

Patch Changes
  • fix: only preload links that have a different URL than the current page (#​12773)

  • fix: revert change to replace version in generateBundle (#​12779)

  • fix: catch stack trace fixing errors thrown in web containers (#​12775)

  • fix: use absolute links in JSDoc comments (#​12772)

v2.6.3

Compare Source

Patch Changes
  • fix: ensure a changing version doesn't affect the hashes for chunks without any actual code changes (#​12700)

  • fix: prevent crash when logging URL search params in a server load function (#​12763)

  • chore: revert update dependency cookie to ^0.7.0 (#​12767)

v2.6.2

Compare Source

Patch Changes
  • chore(deps): update dependency cookie to ^0.7.0 (#​12746)

v2.6.1

Compare Source

Patch Changes
  • fix: better error message when calling push/replaceState before router is initialized (#​11968)

v2.6.0

Compare Source

Minor Changes
  • feat: support typed arrays in load functions (#​12716)
Patch Changes
  • fix: open a new tab for <form target="_blank"> and ` submissions (#​11936)
huntabyte/bits-ui (bits-ui)

v0.21.16

Compare Source

Patch Changes
  • fix: Changed svelte event handlers in favor of CustomEventHandler (#​536)
eslint/eslint (eslint)

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

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

v2.44.1

Compare Source

Patch Changes
sindresorhus/globals (globals)

v15.11.0

Compare Source

v15.10.0

Compare Source

pilcrowOnPaper/lucia (lucia)

v3.2.1

Patch changes
lucide-icons/lucide (lucide-svelte)

v0.451.0: New icons 0.451.0

Compare Source

Modified Icons 🔨

v0.449.0: New icons 0.449.0

Compare Source

New icons 🎨

v0.448.0: New icons 0.448.0

Compare Source

New icons 🎨

v0.447.0: New icons 0.447.0

Compare Source

pnpm/pnpm (pnpm)

v9.12.1: pnpm 9.12.1

Compare Source

Patch Changes

  • pnpm update --latest should not update the automatically installed peer dependencies #​6657.
  • pnpm publish should be able to publish from a local tarball #​7950.
  • The pnpx command should work correctly on Windows, when pnpm is installed via the standalone installation script #​8608.
  • Prevent EBUSY errors caused by creating symlinks in parallel dlx processes #​8604.
  • Fix maximum call stack size exceeded error related to circular workspace dependencies #​8599.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.12.0: pnpm 9.12

Compare Source

Minor Changes
  • Fix peer dependency resolution dead lock #​8570. This change might change some of the keys in the snapshots field inside pnpm-lock.yaml but it should happen very rarely.

  • pnpm outdated command supports now a --sort-by=name option for sorting outdated dependencies by package name #​8523.

  • Added the ability for overrides to remove dependencies by specifying "-" as the field value #​8572. For example, to remove lodash from the dependencies, use this configuration in package.json:

    {
      "pnpm": {
        "overrides": {
          "lodash": "-"
        }
      }
    }
Patch Changes
  • Fixed an issue where pnpm list --json pkg showed "private": false for a private package #​8519.
  • Packages with libc that differ from pnpm.supportedArchitectures.libc are not downloaded #​7362.
  • Prevent ENOENT errors caused by running store prune in parallel #​8586.
  • Add issues alias to pnpm bugs #​8596.
Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)

v3.2.7

Compare Source

  • (fix) force quote style inside style directives
  • (fix) preserve commas in array expressions
  • (fix) Svelte 5: properly determine end of snippet parameters with TS annotations
sveltejs/language-tools (svelte-check)

v4.0.4

Compare Source

  • fix: relax component constructor type (#​2524)

v4.0.3

Compare Source

  • breaking(svelte5): only generate function component shape in runes mode (#​2517). This means you can no longer just do Component in type positions. Instead you need to prepend it with typeof. Here's how you do it:
    • ...when typing a component instance: Before: let x: Component. After: let x: ReturnType<typeof Component>
    • ...when typing a component constructor/function: Before let x: typeof Component. After let x: typeof Component (no change)
  • fix: revert additional two-way-binding checks as they were causing bugs (#​2508)
  • fix: include files indirectly belonging to a project into correct project (#​2488)
  • fix: check project files update more aggressively before assigning service (#​2518)
  • chore: upgrade to chokidar 4 (#​2502)
dcastil/tailwind-merge (tailwind-merge)

v2.5.3

Compare Source

Bug Fixes
Documentation
Other

Full Changelog: dcastil/tailwind-merge@v2.5.2...v2.5.3

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​xeger and @​MrDeatHHH for sponsoring tailwind-merge! ❤️

microsoft/TypeScript (typescript)

v5.6.3

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.8.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.8.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.


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 Sep 2, 2024

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

Name Status Preview Comments Updated (UTC)
svelte-changelog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 9, 2024 1:04pm

@renovate renovate bot changed the title Update npm Update npm - autoclosed Sep 6, 2024
@renovate renovate bot closed this Sep 6, 2024
@renovate renovate bot deleted the renovate/npm branch September 6, 2024 18:22
@renovate renovate bot changed the title Update npm - autoclosed Update npm Sep 6, 2024
@renovate renovate bot reopened this Sep 6, 2024
@renovate renovate bot restored the renovate/npm branch September 6, 2024 22:49
@renovate renovate bot changed the title Update npm Update dependency eslint to ^9.10.0 Sep 6, 2024
@renovate renovate bot changed the title Update dependency eslint to ^9.10.0 Update npm to ^9.10.0 Sep 9, 2024
@renovate renovate bot changed the title Update npm to ^9.10.0 Update npm Sep 9, 2024
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