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

Bump the minor group with 15 updates #3

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2023

Bumps the minor group with 15 updates:

Package From To
@sveltejs/kit 1.22.1 1.24.1
@types/leaflet 1.9.3 1.9.4
autoprefixer 10.4.14 10.4.15
daisyui 3.2.1 3.6.5
eslint 8.44.0 8.48.0
eslint-plugin-svelte 2.32.2 2.33.0
postcss 8.4.25 8.4.29
prettier 3.0.0 3.0.3
svelte 4.0.5 4.2.0
svelte-check 3.4.5 3.5.1
svelte-local-storage-store 0.5.0 0.6.0
tailwindcss 3.3.2 3.3.3
tslib 2.6.0 2.6.2
typescript 5.1.6 5.2.2
vite 4.4.2 4.4.9

Updates @sveltejs/kit from 1.22.1 to 1.24.1

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​1.24.1

Patch Changes

  • fix: mark aborted/cancelled navigation as handled (#10666)

@​sveltejs/kit@​1.24.0

Minor Changes

  • feat: onNavigate lifecycle function (#9605)

Patch Changes

  • fix: Use Proxy to track usage of client side load event.route (#10576)

@​sveltejs/kit@​1.23.1

Patch Changes

  • fix: process globs in pkg.workspaces (#10625)

@​sveltejs/kit@​1.23.0

Minor Changes

  • feat: add warning for mistyped route filenames (#10558)

  • feat: accept URL in redirect (#10570)

Patch Changes

  • fix: adjust the type of Navigation["type"] (#10599)

  • fix: allow logging $page.url during prerendering (#10567)

@​sveltejs/kit@​1.22.6

Patch Changes

  • fix: correctly restore trailing slash in url pathname for data requests (#10475)

  • fix: load trailing slash option from server even when there's no load function (#10475)

@​sveltejs/kit@​1.22.5

Patch Changes

  • fix: make server assets available during vite preview (#10511)

  • chore: upgrade undici to 5.23.0 (#10240)

@​sveltejs/kit@​1.22.4

Patch Changes

  • fix: prevent duplicate module preload (#10442)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

1.24.1

Patch Changes

  • fix: mark aborted/cancelled navigation as handled (#10666)

1.24.0

Minor Changes

  • feat: onNavigate lifecycle function (#9605)

Patch Changes

  • fix: Use Proxy to track usage of client side load event.route (#10576)

1.23.1

Patch Changes

  • fix: process globs in pkg.workspaces (#10625)

1.23.0

Minor Changes

  • feat: add warning for mistyped route filenames (#10558)

  • feat: accept URL in redirect (#10570)

Patch Changes

  • fix: adjust the type of Navigation["type"] (#10599)

  • fix: allow logging $page.url during prerendering (#10567)

1.22.6

Patch Changes

  • fix: correctly restore trailing slash in url pathname for data requests (#10475)

  • fix: load trailing slash option from server even when there's no load function (#10475)

1.22.5

Patch Changes

  • fix: make server assets available during vite preview (#10511)

... (truncated)

Commits

Updates @types/leaflet from 1.9.3 to 1.9.4

Commits

Updates autoprefixer from 10.4.14 to 10.4.15

Changelog

Sourced from autoprefixer's changelog.

10.4.15

  • Fixed ::backdrop prefixes (by 一丝).
  • Fixed docs (by Christian Oliff).
Commits

Updates daisyui from 3.2.1 to 3.6.5

Changelog

Sourced from daisyui's changelog.

3.6.5 (2023-09-04)

Bug Fixes

  • #2311 <select> font weight is not semibold anymore because it causes a bug in Safari (c773cdf)

3.6.4 (2023-08-30)

Bug Fixes

3.6.3 (2023-08-25)

Bug Fixes

3.6.2 (2023-08-25)

3.6.1 (2023-08-22)

3.6.0 (2023-08-22)

Add types (/src/index.d.ts)

3.5.1 (2023-08-03)

Bug Fixes

3.5.0 (2023-07-25)

Features

  • improve animation and transition speed for checkbox, collapse, drawer, dropdown, loading, menu, modal, radio, rating, swap, toggle, badge, file-input (561e4e6)

3.4.0 (2023-07-24)

Features

  • menu item text now breaks by default if the text is long. fix #2148, #1924 (8c53efe)

... (truncated)

Commits

Updates eslint from 8.44.0 to 8.48.0

Release notes

Sourced from eslint's releases.

v8.48.0

Features

  • 1fbb3b0 feat: correct update direction in for-direction (#17483) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#17282) (nopeless)

Bug Fixes

  • 7234f6a fix: update RuleTester JSDoc and deprecations (#17496) (Jonas Berlin)

Documentation

  • 7a51d77 docs: no-param-reassign mention strict mode (#17494) (Stephen Hardy)
  • 9cd7ac2 docs: add fetch script to package.json conventions (#17459) (Nitin Kumar)
  • cab21e6 docs: advice for inline disabling of rules (#17458) (Ashish Yadav)
  • 056499d docs: fix example of flat config from plugin (#17482) (Francesco Trotta)
  • 9e9edf9 docs: update documentation URL in error message (#17465) (Nitin Kumar)

Chores

  • 8dd3cec chore: upgrade @​eslint/js@​8.48.0 (#17501) (Milos Djermanovic)
  • 6d0496e chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 9d4216d chore: Refactor and document CodePathSegment (#17474) (Nicholas C. Zakas)

v8.47.0

Features

  • 53d7508 feat: update regex for methods with thisArg (#17439) (Francesco Trotta)

Bug Fixes

  • 631648e fix: do not report on shadowed constructors in no-new-wrappers (#17447) (Francesco Trotta)

Documentation

  • a766a48 docs: document lack of config file names (#17442) (James)
  • a1635d6 docs: Update README (GitHub Actions Bot)
  • 47a0859 docs: update require-unicode-regexp.md as following up #17402 (#17441) (SUZUKI Sosuke)
  • fcdc85d docs: Update README (GitHub Actions Bot)
  • 2a92b6c docs: update with "Specifying Parser Options" (#17435) (Cheol-Won)
  • d743ed3 docs: add metadata for parser/processor (#17438) (Huáng Jùnliàng)
  • 224376c docs: Update README (GitHub Actions Bot)
  • a41a8e4 docs: update script names in README (#17432) (Nitin Kumar)

Chores

  • bf69aa6 chore: Update dependencies (#17456) (Nicholas C. Zakas)
  • 0e45760 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 757bfe1 chore: Remove add-to-triage (#17450) (Nicholas C. Zakas)
  • b066640 chore: standardize npm script names (#17431) (Nitin Kumar)
  • 6b2410f chore: Update add-to-triage.yml (#17444) (Nicholas C. Zakas)

v8.46.0

Features

  • 8a93438 feat: require-unicode-regexp support v flag (#17402) (SUZUKI Sosuke)
  • 1a2f966 feat: no-useless-escape support v flag (#17420) (Yosuke Ota)
  • ee68d1d feat: no-empty-character-class support v flag (#17419) (Milos Djermanovic)

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.48.0 - August 25, 2023

  • 8dd3cec chore: upgrade @​eslint/js@​8.48.0 (#17501) (Milos Djermanovic)
  • 6d0496e chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 7a51d77 docs: no-param-reassign mention strict mode (#17494) (Stephen Hardy)
  • 9cd7ac2 docs: add fetch script to package.json conventions (#17459) (Nitin Kumar)
  • 7234f6a fix: update RuleTester JSDoc and deprecations (#17496) (Jonas Berlin)
  • 1fbb3b0 feat: correct update direction in for-direction (#17483) (Francesco Trotta)
  • 9d4216d chore: Refactor and document CodePathSegment (#17474) (Nicholas C. Zakas)
  • cab21e6 docs: advice for inline disabling of rules (#17458) (Ashish Yadav)
  • 056499d docs: fix example of flat config from plugin (#17482) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#17282) (nopeless)
  • 9e9edf9 docs: update documentation URL in error message (#17465) (Nitin Kumar)

v8.47.0 - August 11, 2023

  • bf69aa6 chore: Update dependencies (#17456) (Nicholas C. Zakas)
  • 0e45760 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 631648e fix: do not report on shadowed constructors in no-new-wrappers (#17447) (Francesco Trotta)
  • 757bfe1 chore: Remove add-to-triage (#17450) (Nicholas C. Zakas)
  • b066640 chore: standardize npm script names (#17431) (Nitin Kumar)
  • a766a48 docs: document lack of config file names (#17442) (James)
  • a1635d6 docs: Update README (GitHub Actions Bot)
  • 6b2410f chore: Update add-to-triage.yml (#17444) (Nicholas C. Zakas)
  • 47a0859 docs: update require-unicode-regexp.md as following up #17402 (#17441) (SUZUKI Sosuke)
  • 53d7508 feat: update regex for methods with thisArg (#17439) (Francesco Trotta)
  • fcdc85d docs: Update README (GitHub Actions Bot)
  • 2a92b6c docs: update with "Specifying Parser Options" (#17435) (Cheol-Won)
  • d743ed3 docs: add metadata for parser/processor (#17438) (Huáng Jùnliàng)
  • 224376c docs: Update README (GitHub Actions Bot)
  • a41a8e4 docs: update script names in README (#17432) (Nitin Kumar)

v8.46.0 - July 28, 2023

  • d1eb7e4 chore: Update ecosystem dependencies (#17427) (Nicholas C. Zakas)
  • fab9e97 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • 6246711 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 8a93438 feat: require-unicode-regexp support v flag (#17402) (SUZUKI Sosuke)
  • 4d474e3 docs: update with TypeScript info (#17423) (James)
  • 091f44e docs: File extension named processor deprecation (#17362) (Matt Wilkinson)
  • 1a2f966 feat: no-useless-escape support v flag (#17420) (Yosuke Ota)
  • 0aa0bc3 chore: Add PRs to triage project (#17421) (Nicholas C. Zakas)
  • ee68d1d feat: no-empty-character-class support v flag (#17419) (Milos Djermanovic)
  • 853d32b feat: deprecate no-return-await (#17417) (Carlos Lopez)
  • d4f02e4 feat: no-control-regex support v flag (#17405) (Yosuke Ota)
  • 9254a6c docs: Update README (GitHub Actions Bot)
  • 2a35f3e feat: prefer-named-capture-group support v flag (#17409) (Yosuke Ota)
  • 8ca8b50 feat: Better error message for flat config plugins (#17399) (Nicholas C. Zakas)
  • 6d6dc51 docs: fix overlapping of open in playground button (#17403) (Tanuj Kanti)

... (truncated)

Commits

Updates eslint-plugin-svelte from 2.32.2 to 2.33.0

Release notes

Sourced from eslint-plugin-svelte's releases.

v2.33.0

Minor Changes

v2.32.4

Patch Changes

v2.32.3

Patch Changes

Changelog

Sourced from eslint-plugin-svelte's changelog.

2.33.0

Minor Changes

2.32.4

Patch Changes

2.32.3

Patch Changes

Commits
  • c97b55c chore: release eslint-plugin-svelte (#566)
  • bd11057 feat: change dependency parser version (#565)
  • f02d9ba fix(deps): update dependency svelte-eslint-parser to ^0.33.0
  • 615c1fb chore(deps): update dependency esbuild to ^0.19.0
  • b6db99d chore(deps): update dependency @​types/markdown-it to v13
  • 41d09fd chore(deps): update pnpm to v7.33.6
  • bac1134 chore(deps): update dependency eslint-config-prettier to v9
  • f1fa1b9 chore: add faq for ts
  • 230667a chore: release eslint-plugin-svelte (#552)
  • a17a6e0 fix(deps): update dependency known-css-properties to ^0.28.0 (#551)
  • Additional commits viewable in compare view

Updates postcss from 8.4.25 to 8.4.29

Release notes

Sourced from postcss's releases.

8.4.29

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.
Changelog

Sourced from postcss's changelog.

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.
Commits

Updates prettier from 3.0.0 to 3.0.3

Release notes

Sourced from prettier's releases.

3.0.3

🔗 Changelog

3.0.2

🔗 Changelog

3.0.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.0.3

diff

Add preferUnplugged: true to package.json (#15169 by @​fisker and @​so1ve)

Prettier v3 uses dynamic imports, user will need to unplug Prettier when Yarn's PnP mode is enabled, add preferUnplugged: true to package.json, so Yarn will install Prettier as unplug by default.

Support shared config that forbids require() (#15233 by @​fisker)

If an external shared config package is used, and the package exports don't have require or default export.

In Prettier 3.0.2 Prettier fails when attempt to require() the package, and throws an error.

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in <packageName>/package.json

Allow argument of require() to break (#15256 by @​fisker)

// Input
const plugin = require(
  global.STANDALONE
    ? path.join(__dirname, "../standalone.js")
    : path.join(__dirname, "..")
);
// Prettier 3.0.2
const plugin = require(global.STANDALONE
? path.join(__dirname, "../standalone.js")
: path.join(__dirname, ".."));
// Prettier 3.0.3
const plugin = require(
global.STANDALONE
? path.join(__dirname, "../standalone.js")
: path.join(__dirname, "..")
);

Do not print trailing commas in arrow function type parameter lists in ts code blocks (#15286 by @​sosukesuzuki)

<!-- Input -->
```ts
const foo = <T>() => {}
```
</tr></table> 

... (truncated)

Commits

Updates svelte from 4.0.5 to 4.2.0

Release notes

Sourced from svelte's releases.

[email protected]

Minor Changes

  • feat: move svelteHTML from language-tools into core to load the correct svelte/element types (#9070)

[email protected]

Patch Changes

  • fix: allow child element with slot attribute within svelte:element (#9038)

  • fix: Add data-* to svg attributes (#9036)

[email protected]

Patch Changes

  • fix: svelte:component spread props change not picked up (#9006)

[email protected]

Minor Changes

  • feat: add ability to extend custom element class (#8991)

Patch Changes

  • fix: ensure svelte:component evaluates props once (#8946)

  • fix: remove let:variable slot bindings from select binding dependencies (#8969)

  • fix: handle destructured primitive literals (#8871)

  • perf: optimize imports that are not mutated or reassigned (#8948)

  • fix: don't add accessor twice (#8996)

Changelog

Sourced from svelte's changelog.

4.2.0

Minor Changes

  • feat: move svelteHTML from language-tools into core to load the correct svelte/element types (#9070)

4.1.2

Patch Changes

  • fix: allow child element with slot attribute within svelte:element (#9038)

  • fix: Add data-* to svg attributes (#9036)

4.1.1

Patch Changes

  • fix: svelte:component spread props change not picked up (#9006)

4.1.0

Minor Changes

  • feat: add ability to extend custom element class (#8991)

Patch Changes

  • fix: ensure svelte:component evaluates props once (#8946)

  • fix: remove let:variable slot bindings from select binding dependencies (#8969)

  • fix: handle destructured primitive literals (#8871)

  • perf: optimize imports that are not mutated or reassigned (#8948)

  • fix: don't add accessor twice (#8996)

Commits

Updates svelte-check from 3.4.5 to 3.5.1

Release notes

Sourced from svelte-check's releases.

svelte-check-3.5.1

  • fix: ignore style tag inside script tag (#2104)
  • fix: ignore error about transition third argument (#2139)

svelte-check-3.5.0

  • feat: try load svelteHTML from svelte core (#2117)
  • fix: svelte:document types
  • fix: generic const modifier (#2118)

svelte-check-3.4.6

  • chore: bump deps to force versions that include Svelte 4 peer dependencies
Commits

Updates svelte-local-storage-store from 0.5.0 to 0.6.0

Release notes

Sourced from svelte-local-storage-store's releases.

v0.6.0

0.6.0 (2023-08-16)

Features

Commits

Bumps the minor group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `1.22.1` | `1.24.1` |
| [@types/leaflet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/leaflet) | `1.9.3` | `1.9.4` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.14` | `10.4.15` |
| [daisyui](https://github.com/saadeghi/daisyui) | `3.2.1` | `3.6.5` |
| [eslint](https://github.com/eslint/eslint) | `8.44.0` | `8.48.0` |
| [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `2.32.2` | `2.33.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.25` | `8.4.29` |
| [prettier](https://github.com/prettier/prettier) | `3.0.0` | `3.0.3` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.0.5` | `4.2.0` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `3.4.5` | `3.5.1` |
| [svelte-local-storage-store](https://github.com/joshnuss/svelte-local-storage-store) | `0.5.0` | `0.6.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.3.2` | `3.3.3` |
| [tslib](https://github.com/Microsoft/tslib) | `2.6.0` | `2.6.2` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.1.6` | `5.2.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.4.2` | `4.4.9` |


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

Updates `@types/leaflet` from 1.9.3 to 1.9.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/leaflet)

Updates `autoprefixer` from 10.4.14 to 10.4.15
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.14...10.4.15)

Updates `daisyui` from 3.2.1 to 3.6.5
- [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md)
- [Commits](saadeghi/daisyui@v3.2.1...v3.6.5)

Updates `eslint` from 8.44.0 to 8.48.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.44.0...v8.48.0)

Updates `eslint-plugin-svelte` from 2.32.2 to 2.33.0
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/CHANGELOG.md)
- [Commits](sveltejs/eslint-plugin-svelte@v2.32.2...v2.33.0)

Updates `postcss` from 8.4.25 to 8.4.29
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.25...8.4.29)

Updates `prettier` from 3.0.0 to 3.0.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.0.0...3.0.3)

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

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

Updates `svelte-local-storage-store` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/joshnuss/svelte-local-storage-store/releases)
- [Changelog](https://github.com/joshnuss/svelte-local-storage-store/blob/master/CHANGELOG.md)
- [Commits](joshnuss/svelte-persisted-store@v0.5.0...v0.6.0)

Updates `tailwindcss` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.3.2...v3.3.3)

Updates `tslib` from 2.6.0 to 2.6.2
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@2.6.0...v2.6.2)

Updates `typescript` from 5.1.6 to 5.2.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.1.6...v5.2.2)

Updates `vite` from 4.4.2 to 4.4.9
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.4.9/packages/vite)

---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/leaflet"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: daisyui
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: svelte-local-storage-store
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@vercel
Copy link

vercel bot commented Sep 5, 2023

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

Name Status Preview Comments Updated (UTC)
openfoodfacts-explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 5, 2023 5:46pm

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 5, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 5, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 5, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-64f93e6cd7 branch September 5, 2023 18:44
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants