Skip to content

Bump the npm group across 1 directory with 14 updates #59

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps the npm group with 14 updates in the / directory:

Package From To
@amplitude/analytics-browser 2.11.13 2.13.0
@slack/web-api 7.8.0 7.9.1
shiki 3.1.0 3.2.1
@sveltejs/adapter-auto 4.0.0 6.0.0
@sveltejs/kit 2.17.3 2.20.4
eslint 9.21.0 9.24.0
eslint-config-prettier 10.0.2 10.1.1
eslint-plugin-svelte 3.0.2 3.5.1
mdsvex-relative-images 1.0.3 2.0.0
svelte 5.21.0 5.25.7
svelte-check 4.1.4 4.1.5
typescript 5.8.2 5.8.3
typescript-eslint 8.26.0 8.29.0
vite 6.2.0 6.2.5

Updates @amplitude/analytics-browser from 2.11.13 to 2.13.0

Release notes

Sourced from @​amplitude/analytics-browser's releases.

@​amplitude/analytics-browser@​2.13.0

2.13.0 (2025-04-02)

Bug Fixes

Features

  • analytics-browser: set default for fetchRemoteConfig option to true (#1008) (5138cd1)

@​amplitude/analytics-browser@​2.12.2

2.12.2 (2025-03-24)

Bug Fixes

  • analytics-browser: re-export enums from analytics-types (#1005) (01a497e)
  • analytics-browser: should track file download and form interaction when plugins are installed after page loads (#1003) (6066677)

@​amplitude/analytics-browser@​2.12.1

2.12.1 (2025-03-21)

Bug Fixes

  • analytics-browser: replace analytics-types with analytics-core (#993) (f180f05)

@​amplitude/analytics-browser@​2.12.0

2.12.0 (2025-03-14)

Features

  • analytics-core: merge analytics-client-common (#977) (1746ae5)
  • analytics-core: merge analytics-types (#989) (9f7ed68)
Commits
  • 752b2b1 chore(release): publish
  • 561afc2 fix(analytics-browser): export more types (#1011)
  • 5138cd1 feat(analytics-browser): set default for fetchRemoteConfig option to true (#1...
  • 823b695 chore: fixing rn sr test app (#1007)
  • dfc1ebe chore(release): publish
  • 0943dea chore(session replay): bump rrweb versioning to 2.0.0-alpha.29 (#1006)
  • f9ad878 chore(release): publish
  • 01a497e fix(analytics-browser): re-export enums from analytics-types (#1005)
  • 6066677 fix(analytics-browser): should track file download and form interaction when ...
  • 71e9f9a fix: typo in a docblock (#954)
  • Additional commits viewable in compare view

Updates @slack/web-api from 7.8.0 to 7.9.1

Release notes

Sourced from @​slack/web-api's releases.

@​slack/web-api@​7.9.1

What's Changed

This release fixes a bug where setting allowAbsoluteUrls to false caused the filesUploadV2 method to error when uploading files. Files can now be uploaded with allowAbsoluteUrls set to false.

Bug fixes 🐛

Maintenance 🧰

Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@​slack/web-api@​7.9.0...@​slack/web-api@​7.9.1 Milestone: https://github.com/slackapi/node-slack-sdk/milestone/142

@​slack/web-api@​7.9.0

What's Changed

This release adds the allowAbsoluteUrls option to the WebClient constructor.

For code using dynamic method names with .apiCall, this will toggle if requests should be sent to absolute URLs provided:

const { WebClient } = require('@slack/web-api');
const web = new WebClient(token, {
allowAbsoluteUrls: false, // Default: true
});
const _response = await web.apiCall('https://example.com', { /* ... */ });

$ node index.js
[DEBUG]  web-api:WebClient:0 http request url: https://slack.com/api/https://example.com
...
[WARN]  web-api:WebClient:0 http request failed An HTTP protocol error occurred: statusCode = 404

The default allowAbsoluteUrls value is true to avoid a breaking change with this update, but we suggest deciding if this option should be applied to scripts and adjacent code.

Enhancements 🎉

Maintenance 🧰

... (truncated)

Commits
  • ee8ada3 chore(web-api): release @​slack/web-api@​7.9.1 (#2206)
  • e8e7b27 chore(deps-dev): bump typescript from 5.7.3 to 5.8.2 in /packages/oauth (#2162)
  • dfe6c0e chore(deps-dev): bump sinon from 19.0.5 to 20.0.0 in /packages/oauth in the d...
  • 5fe0b80 chore(deps-dev): bump sinon from 19.0.5 to 20.0.0 in /packages/socket-mode in...
  • eccb157 chore(deps-dev): bump sinon from 19.0.5 to 20.0.0 in /packages/web-api in the...
  • 0a754a3 chore(deps-dev): bump sinon from 19.0.5 to 20.0.0 in /packages/cli-hooks in t...
  • e35d1c3 chore(deps-dev): bump sinon from 19.0.5 to 20.0.0 in /packages/cli-test in th...
  • 6d68397 test(oauth): increase timeouts for file state store checks with multiple entr...
  • 1d58f47 chore(deps-dev): bump sinon from 19.0.5 to 20.0.0 in /packages/logger in the ...
  • 0903f5f fix(web-api): complete file upload v2 calls if absolute urls are not allowed ...
  • Additional commits viewable in compare view

Updates shiki from 3.1.0 to 3.2.1

Release notes

Sourced from shiki's releases.

v3.2.1

No significant changes

    View changes on GitHub

v3.2.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @sveltejs/adapter-auto from 4.0.0 to 6.0.0

Release notes

Sourced from @​sveltejs/adapter-auto's releases.

@​sveltejs/adapter-auto@​6.0.0

Major Changes

  • feat: upgrade @sveltejs/adapter-cloudflare to version 7 (#13661)

@​sveltejs/adapter-auto@​5.0.0

Major Changes

  • feat: update Netlify and Cloudflare Pages major versions (#13615)
Changelog

Sourced from @​sveltejs/adapter-auto's changelog.

6.0.0

Major Changes

  • feat: upgrade @sveltejs/adapter-cloudflare to version 7 (#13661)

5.0.0

Major Changes

  • feat: update Netlify and Cloudflare Pages major versions (#13615)
Commits

Updates @sveltejs/kit from 2.17.3 to 2.20.4

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.20.4

Patch Changes

  • chore: remove internal class-replacement hack that isn't needed anymore (#13664)

@​sveltejs/kit@​2.20.3

Patch Changes

  • fix: only call afterNavigate once on app start when SSR is disabled (#13593)

@​sveltejs/kit@​2.20.2

Patch Changes

  • fix: allow non-prerendered API endpoint calls during reroute when prerendering (#13616)

@​sveltejs/kit@​2.20.1

Patch Changes

  • fix: avoid using top-level await (#13607)

@​sveltejs/kit@​2.20.0

Minor Changes

  • feat: add getRequestEvent to $app/server (#13582)

@​sveltejs/kit@​2.19.2

Patch Changes

  • fix: lazily load CSS for dynamically imported components (#13564)

@​sveltejs/kit@​2.19.1

Patch Changes

  • fix: allow reroute to point to prerendered route (#13575)

@​sveltejs/kit@​2.19.0

Minor Changes

  • feat: provide fetch to reroute (#13549)

Patch Changes

  • chore: cache reroute results (#13548)

@​sveltejs/kit@​2.18.0

Minor Changes

  • feat: allow async reroute (#13520)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.20.4

Patch Changes

  • chore: remove internal class-replacement hack that isn't needed anymore (#13664)

2.20.3

Patch Changes

  • fix: only call afterNavigate once on app start when SSR is disabled (#13593)

2.20.2

Patch Changes

  • fix: allow non-prerendered API endpoint calls during reroute when prerendering (#13616)

2.20.1

Patch Changes

  • fix: avoid using top-level await (#13607)

2.20.0

Minor Changes

  • feat: add getRequestEvent to $app/server (#13582)

2.19.2

Patch Changes

  • fix: lazily load CSS for dynamically imported components (#13564)

2.19.1

Patch Changes

  • fix: allow reroute to point to prerendered route (#13575)

2.19.0

Minor Changes

  • feat: provide fetch to reroute (#13549)

Patch Changes

... (truncated)

Commits

Updates eslint from 9.21.0 to 9.24.0

Release notes

Sourced from eslint's releases.

v9.24.0

Features

  • 556c25b feat: support loading TS config files using --experimental-strip-types (#19401) (Arya Emami)
  • 72650ac feat: support TS syntax in init-declarations (#19540) (Nitin Kumar)
  • 03fb0bc feat: normalize patterns to handle "./" prefix in files and ignores (#19568) (Pixel998)
  • 071dcd3 feat: support TS syntax in no-dupe-class-members (#19558) (Nitin Kumar)
  • cd72bcc feat: Introduce a way to suppress violations (#19159) (Iacovos Constantinou)
  • 2a81578 feat: support TS syntax in no-loss-of-precision (#19560) (Nitin Kumar)
  • 30ae4ed feat: add new options to class-methods-use-this (#19527) (sethamus)
  • b79ade6 feat: support TypeScript syntax in no-array-constructor (#19493) (Tanuj Kanti)

Bug Fixes

  • b23d1c5 fix: deduplicate variable names in no-loop-func error messages (#19595) (Nitin Kumar)
  • fb8cdb8 fix: use any[] type for context.options (#19584) (Francesco Trotta)

Documentation

  • f857820 docs: update documentation for --experimental-strip-types (#19594) (Nikolas Schröter)
  • 803e4af docs: simplify gitignore path handling in includeIgnoreFile section (#19596) (Thomas Broyer)
  • 6d979cc docs: Update README (GitHub Actions Bot)
  • 82177e4 docs: Update README (GitHub Actions Bot)
  • e849dc0 docs: replace existing var with const (#19578) (Sweta Tanwar)
  • 0c65c62 docs: don't pass filename when linting rule examples (#19571) (Milos Djermanovic)
  • 6be36c9 docs: Update custom-rules.md code example of fixer (#19555) (Yifan Pan)

Build Related

  • 366e369 build: re-enable Prettier formatting for package.json files (#19569) (Francesco Trotta)

Chores

  • ef67420 chore: upgrade @​eslint/js@​9.24.0 (#19602) (Milos Djermanovic)
  • 4946847 chore: package.json update for @​eslint/js release (Jenkins)
  • a995acb chore: correct 'flter'/'filter' typo in package script (#19587) (Josh Goldberg ✨)
  • b9a5efa test: skip symlink test on Windows (#19503) (fisker Cheung)
  • 46eea6d chore: remove Rule & FormatterFunction from shared/types.js (#19556) (Nitin Kumar)
  • bdcc91d chore: modify .editorconfig to keep parity with prettier config (#19577) (Sweta Tanwar)
  • 7790d83 chore: fix some typos in comment (#19576) (todaymoon)
  • 76064a6 test: ignore package-lock.json for eslint-webpack-plugin (#19572) (Francesco Trotta)

v9.23.0

Features

  • 557a0d2 feat: support TypeScript syntax in no-useless-constructor (#19535) (Josh Goldberg ✨)
  • 8320241 feat: support TypeScript syntax in default-param-last (#19431) (Josh Goldberg ✨)
  • 833c4a3 feat: defineConfig() supports "flat/" config prefix (#19533) (Nicholas C. Zakas)
  • 4a0df16 feat: circular autofix/conflicting rules detection (#19514) (Milos Djermanovic)
  • be56a68 feat: support TypeScript syntax in class-methods-use-this (#19498) (Josh Goldberg ✨)

Bug Fixes

  • 0e20aa7 fix: move deprecated RuleContext methods to subtype (#19531) (Francesco Trotta)
  • cc3bd00 fix: reporting variable used in catch block in no-useless-assignment (#19423) (Tanuj Kanti)
  • d46ff83 fix: no-dupe-keys false positive with proto setter (#19508) (Milos Djermanovic)
  • e732773 fix: navigation of search results on pressing Enter (#19502) (Tanuj Kanti)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.24.0 - April 4, 2025

  • ef67420 chore: upgrade @​eslint/js@​9.24.0 (#19602) (Milos Djermanovic)
  • 4946847 chore: package.json update for @​eslint/js release (Jenkins)
  • f857820 docs: update documentation for --experimental-strip-types (#19594) (Nikolas Schröter)
  • 803e4af docs: simplify gitignore path handling in includeIgnoreFile section (#19596) (Thomas Broyer)
  • 6d979cc docs: Update README (GitHub Actions Bot)
  • b23d1c5 fix: deduplicate variable names in no-loop-func error messages (#19595) (Nitin Kumar)
  • 556c25b feat: support loading TS config files using --experimental-strip-types (#19401) (Arya Emami)
  • 82177e4 docs: Update README (GitHub Actions Bot)
  • a995acb chore: correct 'flter'/'filter' typo in package script (#19587) (Josh Goldberg ✨)
  • 72650ac feat: support TS syntax in init-declarations (#19540) (Nitin Kumar)
  • 03fb0bc feat: normalize patterns to handle "./" prefix in files and ignores (#19568) (Pixel998)
  • b9a5efa test: skip symlink test on Windows (#19503) (fisker Cheung)
  • 46eea6d chore: remove Rule & FormatterFunction from shared/types.js (#19556) (Nitin Kumar)
  • fb8cdb8 fix: use any[] type for context.options (#19584) (Francesco Trotta)
  • 071dcd3 feat: support TS syntax in no-dupe-class-members (#19558) (Nitin Kumar)
  • e849dc0 docs: replace existing var with const (#19578) (Sweta Tanwar)
  • bdcc91d chore: modify .editorconfig to keep parity with prettier config (#19577) (Sweta Tanwar)
  • 7790d83 chore: fix some typos in comment (#19576) (todaymoon)
  • cd72bcc feat: Introduce a way to suppress violations (#19159) (Iacovos Constantinou)
  • 2a81578 feat: support TS syntax in no-loss-of-precision (#19560) (Nitin Kumar)
  • 366e369 build: re-enable Prettier formatting for package.json files (#19569) (Francesco Trotta)
  • 30ae4ed feat: add new options to class-methods-use-this (#19527) (sethamus)
  • b79ade6 feat: support TypeScript syntax in no-array-constructor (#19493) (Tanuj Kanti)
  • 0c65c62 docs: don't pass filename when linting rule examples (#19571) (Milos Djermanovic)
  • 76064a6 test: ignore package-lock.json for eslint-webpack-plugin (#19572) (Francesco Trotta)
  • 6be36c9 docs: Update custom-rules.md code example of fixer (#19555) (Yifan Pan)

v9.23.0 - March 21, 2025

  • 0ac8ea4 chore: update dependencies for v9.23.0 release (#19554) (Francesco Trotta)
  • 20591c4 chore: package.json update for @​eslint/js release (Jenkins)
  • 901344f chore: update dependency @​eslint/json to ^0.11.0 (#19552) (renovate[bot])
  • 557a0d2 feat: support TypeScript syntax in no-useless-constructor (#19535) (Josh Goldberg ✨)
  • 2357edd build: exclude autogenerated files from Prettier formatting (#19548) (Francesco Trotta)
  • 5405939 docs: show red underlines in TypeScript examples in rules docs (#19547) (Milos Djermanovic)
  • 48b53d6 docs: replace var with const in examples (#19539) (Nitin Kumar)
  • 0e20aa7 fix: move deprecated RuleContext methods to subtype (#19531) (Francesco Trotta)
  • 5228383 chore: fix update-readme formatting (#19544) (Milos Djermanovic)
  • c39d7db docs: Update README (GitHub Actions Bot)
  • a4f8760 docs: revert accidental changes (#19542) (Francesco Trotta)
  • 5439525 chore: format JSON files in Trunk (#19541) (Francesco Trotta)
  • 75adc99 chore: enabled Prettier in Trunk (#19354) (Josh Goldberg ✨)
  • 2395168 chore: added .git-blame-ignore-revs for Prettier via trunk fmt (#19538) (Josh Goldberg ✨)
  • 129882d chore: formatted files with Prettier via trunk fmt (#19355) (Josh Goldberg ✨)
  • 1738dbc chore: temporarily disable prettier in trunk (#19537) (Josh Goldberg ✨)
  • 8320241 feat: support TypeScript syntax in default-param-last (#19431) (Josh Goldberg ✨)
  • 280128f docs: add copy button (#19512) (xbinaryx)
  • 833c4a3 feat: defineConfig() supports "flat/" config prefix (#19533) (Nicholas C. Zakas)

... (truncated)

Commits
  • d49f5b7 9.24.0
  • 9b6ed8a Build: changelog update for 9.24.0
  • ef67420 chore: upgrade @​eslint/js@​9.24.0 (#19602)
  • 4946847 chore: package.json update for @​eslint/js release
  • f857820 docs: update documentation for --experimental-strip-types (#19594)
  • 803e4af docs: simplify gitignore path handling in includeIgnoreFile section (#19596)
  • 6d979cc docs: Update README
  • b23d1c5 fix: deduplicate variable names in no-loop-func error messages (#19595)
  • 556c25b feat: support loading TS config files using --experimental-strip-types (#19...
  • 82177e4 docs: Update README
  • Additional commits viewable in compare view

Updates eslint-config-prettier from 10.0.2 to 10.1.1

Release notes

Sourced from eslint-config-prettier's releases.

v10.1.1

Patch Changes

  • #309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also prettier/eslint-config-prettier#308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

v10.1.0

Minor Changes

v10.0.3

Patch Changes

New Contributors

Full Changelog: prettier/eslint-config-prettier@v10.0.2...v10.0.3

Changelog

Sourced from eslint-config-prettier's changelog.

10.1.1

Patch Changes

  • #309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also prettier/eslint-config-prettier#308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

10.1.0

Minor Changes

10.0.3

Patch Changes

Commits

Updates eslint-plugin-svelte from 3.0.2 to 3.5.1

Release notes

Sourced from eslint-plugin-svelte's releases.

[email protected]

Patch Changes

[email protected]

Minor Changes

Patch Changes

[email protected]

Patch Changes

[email protected]

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

[email protected]

Patch Changes

[email protected]

Patch Changes

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 7, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 7, 2025 09:48
Bumps the npm group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@amplitude/analytics-browser](https://github.com/amplitude/Amplitude-TypeScript) | `2.11.13` | `2.13.0` |
| [@slack/web-api](https://github.com/slackapi/node-slack-sdk) | `7.8.0` | `7.9.1` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `3.1.0` | `3.2.1` |
| [@sveltejs/adapter-auto](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-auto) | `4.0.0` | `6.0.0` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.17.3` | `2.20.4` |
| [eslint](https://github.com/eslint/eslint) | `9.21.0` | `9.24.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.0.2` | `10.1.1` |
| [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `3.0.2` | `3.5.1` |
| [mdsvex-relative-images](https://github.com/mattjennings/mdsvex-relative-images) | `1.0.3` | `2.0.0` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.21.0` | `5.25.7` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.1.4` | `4.1.5` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.8.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.26.0` | `8.29.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.2.0` | `6.2.5` |



Updates `@amplitude/analytics-browser` from 2.11.13 to 2.13.0
- [Release notes](https://github.com/amplitude/Amplitude-TypeScript/releases)
- [Commits](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/[email protected]...@amplitude/[email protected])

Updates `@slack/web-api` from 7.8.0 to 7.9.1
- [Release notes](https://github.com/slackapi/node-slack-sdk/releases)
- [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected])

Updates `shiki` from 3.1.0 to 3.2.1
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v3.2.1/packages/shiki)

Updates `@sveltejs/adapter-auto` from 4.0.0 to 6.0.0
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-auto/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/adapter-auto)

Updates `@sveltejs/kit` from 2.17.3 to 2.20.4
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/kit)

Updates `eslint` from 9.21.0 to 9.24.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.21.0...v9.24.0)

Updates `eslint-config-prettier` from 10.0.2 to 10.1.1
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v10.0.2...v10.1.1)

Updates `eslint-plugin-svelte` from 3.0.2 to 3.5.1
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/[email protected]@3.5.1)

Updates `mdsvex-relative-images` from 1.0.3 to 2.0.0
- [Release notes](https://github.com/mattjennings/mdsvex-relative-images/releases)
- [Commits](https://github.com/mattjennings/mdsvex-relative-images/commits/2.0.0)

Updates `svelte` from 5.21.0 to 5.25.7
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)

Updates `svelte-check` from 4.1.4 to 4.1.5
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](sveltejs/language-tools@svelte-check-4.1.4...svelte-check-4.1.5)

Updates `typescript` from 5.8.2 to 5.8.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](https://github.com/microsoft/TypeScript/commits)

Updates `typescript-eslint` from 8.26.0 to 8.29.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.29.0/packages/typescript-eslint)

Updates `vite` from 6.2.0 to 6.2.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.5/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.5/packages/vite)

---
updated-dependencies:
- dependency-name: "@amplitude/analytics-browser"
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@slack/web-api"
  dependency-version: 7.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: shiki
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@sveltejs/adapter-auto"
  dependency-version: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.20.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint
  dependency-version: 9.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint-plugin-svelte
  dependency-version: 3.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: mdsvex-relative-images
  dependency-version: 2.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: svelte
  dependency-version: 5.25.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: svelte-check
  dependency-version: 4.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: typescript
  dependency-version: 5.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: typescript-eslint
  dependency-version: 8.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: vite
  dependency-version: 6.2.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-ddfb3029f5 branch from ee43069 to 537ba3d Compare April 14, 2025 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants