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 deps group with 16 updates #28

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2023

Bumps the deps group with 16 updates:

Package From To
@auth/sveltekit 0.3.6 0.4.0
carta-md 3.1.3 3.2.0
lru-cache 10.0.1 10.1.0
marked-footnote 1.1.3 1.2.0
@melt-ui/svelte 0.61.1 0.65.1
@sveltejs/kit 1.27.6 1.30.0
@types/node 20.9.0 20.10.4
@typescript-eslint/eslint-plugin 6.11.0 6.14.0
@typescript-eslint/parser 6.11.0 6.14.0
eslint 8.53.0 8.55.0
eslint-config-prettier 9.0.0 9.1.0
marked 11.0.0 11.1.0
postcss-load-config 4.0.1 5.0.2
typescript 5.2.2 5.3.3
unplugin-icons 0.17.4 0.18.1
vite 4.5.0 5.0.8

Updates @auth/sveltekit from 0.3.6 to 0.4.0

Release notes

Sourced from @​auth/sveltekit's releases.

@​auth/sveltekit@​0.4.0

Features

  • providers: expose @auth/sveltekit/providers/* (#9379) (47d644d3)

Other

  • @​auth/core: correct resource links (10f3762c)

@​auth/sveltekit@​0.3.16

Other

  • @​auth/core: correctly type CookiesOptions (#9358) (677ddf8c)
  • @​auth/core: broken link (#9318) (a1bd309b)
  • @​auth/core: Bad intersection caused type to be 'never' (#9348) (faabc14b)

@​auth/sveltekit@​0.3.15

Other

  • @​auth/core: add partitioned cookie option (5d5220e8)
  • @​auth/core: better logging of errors (d93901cf)
  • @​auth/core: document all Auth.js errors (83dc317f)

@​auth/sveltekit@​0.3.14

Other

  • @​auth/core: correct actions import (#9205) (363f2ca8)
Commits
  • a1b2282 chore(release): bump package version(s) [skip ci]
  • 47d644d feat(providers): expose @auth/sveltekit/providers/* (#9379)
  • 0d85f06 refactor: add utils package (#9378)
  • 2f2564a chore: fix type
  • 4cab989 chore: bump dependencies
  • 10f3762 fix(slack): correct resource links
  • f503936 fix: mark server-side update with unstable_
  • 2028635 docs: typo
  • 1ef1b69 docs: tweak positions
  • 2ec1ea9 docs: restructure creating a database adapter guide
  • Additional commits viewable in compare view

Updates carta-md from 3.1.3 to 3.2.0

Release notes

Sourced from carta-md's releases.

carta-md-v3.2.0

carta-md-v3.2.0 (2023-12-09)

Features

  • add textarea property to allow additional textarea properties (661cd13), closes #26
Commits
  • 14be70b feat: add textarea property to allow additional textarea properties (#27)
  • 661cd13 feat: add textarea property to allow additional textarea properties
  • 4075b8a fix: prevent form submission by the "write" and "preview" tab buttons (#25)
  • f7f49a5 added type="button" to the tab buttons
  • c9002ef docs: use custom warning box
  • 7bdd027 docs: update old links in readme
  • 0bef4b8 docs: add links to images
  • 345c987 docs: fix href
  • 32a9862 docs: change content order
  • d2e82de docs: fix wrong search urls
  • Additional commits viewable in compare view

Updates lru-cache from 10.0.1 to 10.1.0

Changelog

Sourced from lru-cache's changelog.

10.1.0

  • add cache.info(key) to get value as well as ttl and size information.

10.0.0

  • cache.fetch() return type is now Promise<V | undefined> instead of Promise<V | void>. This is an irrelevant change practically speaking, but can require changes for TypeScript users.

9.1.0

  • cache.set(key, undefined) is now an alias for cache.delete(key)

9.0.0

  • Use named export only, no default export.
  • Bring back minimal polyfill. If this polyfill ends up being used, then a warning is printed, as it is not safe for use outside of LRUCache.

8.0.0

  • The fetchContext option was renamed to context, and may no longer be set on the cache instance itself.
  • Rewritten in TypeScript, so pretty much all the types moved around a lot.
  • The AbortController/AbortSignal polyfill is removed. For this reason, Node version 16.14.0 or higher is now required.
  • Internal properties were moved to actual private class properties.
  • Keys and values must not be null or undefined.
  • Minified export available at 'lru-cache/min', for both CJS and MJS builds.

7.18.0

  • Add support for internal state investigation through the use of a status option to has(), set(), get(), and fetch().

7.17.0

  • Add signal option for fetch to pass a user-supplied AbortSignal
  • Add ignoreFetchAbort and allowStaleOnFetchAbort options

7.16.2

... (truncated)

Commits

Updates marked-footnote from 1.1.3 to 1.2.0

Release notes

Sourced from marked-footnote's releases.

marked-footnote@1.2.0

marked-footnote 1.2.0 (2023-12-11)

Features

  • use sequential number for footnote refs and resolve footnote order (1d53da3), closes #26
Commits
  • 68687f4 chore(release): 1.2.0
  • 1d53da3 feat: use sequential number for footnote refs and resolve footnote order
  • 9e971a4 fix(deps): update dependency @​babel/core to v7.23.5
  • 5bf049e chore(deps): update dependency marked to v11
  • See full diff in compare view

Updates @melt-ui/svelte from 0.61.1 to 0.65.1

Release notes

Sourced from @​melt-ui/svelte's releases.

v0.65.1

Patch Changes

  • Select & Combobox: Fix removeScroll bugs (closes #733 & #808) (#809)

v0.65.0

Minor Changes

  • Menu: closeOnItemClick prop (ff6169ef)

v0.64.5

Patch Changes

  • enhancement: return startValue & endValue from range calendar (#801)

v0.64.4

Patch Changes

  • Calendar/Range Calendar: apply data-selected attribute to outside-month days if selected (#799)

v0.64.3

Patch Changes

  • Dropdown Menu, Context Menu, Menubar: export the createMenuCheckboxItem return type (#796)

v0.64.2

Patch Changes

  • fix: Date Range Picker - bug causing onValueChange to fire twice (#795)

  • fix: Date Picker - bug causing onValueChange to fire twice (#795)

  • fix: Range Field - bug causing onValueChange to not fire after init (#795)

    • Dialog: fix aria-modal attribute type (#788)

v0.64.1

Patch Changes

  • fix: bug with range calendar onValueChange (#792)

v0.64.0

Minor Changes

    • Calendars & Date Pickers: rename daysOfWeek to weekdays and add weekdayFormat prop (closes #782) (#784)

Patch Changes

  • Calendar: Fix bug where keyboard navigation would allow navigating to disabled months (closes #745) (#748)

... (truncated)

Changelog

Sourced from @​melt-ui/svelte's changelog.

0.65.1

Patch Changes

  • Select & Combobox: Fix removeScroll bugs (closes #733 & #808) (#809)

0.65.0

Minor Changes

  • Menu: closeOnItemClick prop (ff6169ef)

0.64.5

Patch Changes

  • enhancement: return startValue & endValue from range calendar (#801)

0.64.4

Patch Changes

  • Calendar/Range Calendar: apply data-selected attribute to outside-month days if selected (#799)

0.64.3

Patch Changes

  • Dropdown Menu, Context Menu, Menubar: export the createMenuCheckboxItem return type (#796)

0.64.2

Patch Changes

  • fix: Date Range Picker - bug causing onValueChange to fire twice (#795)

  • fix: Date Picker - bug causing onValueChange to fire twice (#795)

  • fix: Range Field - bug causing onValueChange to not fire after init (#795)

    • Dialog: fix aria-modal attribute type (#788)

0.64.1

Patch Changes

  • fix: bug with range calendar onValueChange (#792)

0.64.0

... (truncated)

Commits

Updates @sveltejs/kit from 1.27.6 to 1.30.0

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​1.30.0

Minor Changes

  • feat: inline response.arrayBuffer() during ssr (#10535)

Patch Changes

  • fix: allow "false" value for preload link options (#10555)

  • fix: call worker unref instead of terminate (#10120)

  • fix: correctly analyse exported server API methods during build (#11019)

  • fix: avoid error when back navigating before page is initialized (#10636)

  • fix: allow service-worker.js to import assets (#9285)

  • fix: distinguish better between not-found and internal-error (#11131)

@​sveltejs/kit@​1.29.1

Patch Changes

  • fix: correctly return 415 when unexpected content types are submitted to actions (#11255)

  • chore: deprecate preloadCode calls with multiple arguments (#11266)

@​sveltejs/kit@​1.29.0

Minor Changes

  • feat: add resolveRoute to $app/paths, deprecate resolvePath (#11261)

@​sveltejs/kit@​1.28.0

Minor Changes

  • chore: deprecate top level promise await behaviour (#11175)

Patch Changes

  • fix: resolve relative cookie paths before storing (#11253)

  • chore: deprecate cookies.set/delete without path option (#11237)

  • fix: make sure promises from fetch handle errors (#11228)

@​sveltejs/kit@​1.27.7

Patch Changes

  • fix: set runes option in generated root (#11111)

  • fix: retain URL query string for trailing slash redirects to prerendered pages (#11142)

Changelog

Sourced from @​sveltejs/kit's changelog.

1.30.0

Minor Changes

  • feat: inline response.arrayBuffer() during ssr (#10535)

Patch Changes

  • fix: allow "false" value for preload link options (#10555)

  • fix: call worker unref instead of terminate (#10120)

  • fix: correctly analyse exported server API methods during build (#11019)

  • fix: avoid error when back navigating before page is initialized (#10636)

  • fix: allow service-worker.js to import assets (#9285)

  • fix: distinguish better between not-found and internal-error (#11131)

1.29.1

Patch Changes

  • fix: correctly return 415 when unexpected content types are submitted to actions (#11255)

  • chore: deprecate preloadCode calls with multiple arguments (#11266)

1.29.0

Minor Changes

  • feat: add resolveRoute to $app/paths, deprecate resolvePath (#11261)

1.28.0

Minor Changes

  • chore: deprecate top level promise await behaviour (#11175)

Patch Changes

  • fix: resolve relative cookie paths before storing (#11253)

  • chore: deprecate cookies.set/delete without path option (#11237)

  • fix: make sure promises from fetch handle errors (#11228)

1.27.7

... (truncated)

Commits

Updates @types/node from 20.9.0 to 20.10.4

Commits

Updates @typescript-eslint/eslint-plugin from 6.11.0 to 6.14.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v6.14.0

6.14.0 (2023-12-11)

Bug Fixes

  • eslint-plugin: add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked (#8038) (431cd15)
  • eslint-plugin: correct message for no-unsafe-unary-minus (#7998) (705370a)

Features

  • eslint-plugin: [explicit-function-return-type] add support for typed class property definitions (#8027) (bff47d7)
  • eslint-plugin: [require-await] allow yielding Promise in async generators (#8003) (4c3e704)

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

v6.13.2

6.13.2 (2023-12-04)

Note: Version bump only for package @​typescript-eslint/typescript-eslint

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

v6.13.1

6.13.1 (2023-11-28)

Bug Fixes

  • default to parse all JSDoc and provide options to configure it (#7999) (779e13e)

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

v6.13.0

6.13.0 (2023-11-27)

Note for eslint plugin authors and other API consumers

TypeScript v5.3 shipped with a type change that was incompatible with our types. This change has been fixed and will be released in v5.3.3. Until that time you can work around this error using skipLibCheck.

Bug Fixes

  • typescript-estree: ensure backwards compat with pre-5.3 import attributes (#7967) (810fc8c)

Features

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

6.14.0 (2023-12-11)

Bug Fixes

  • eslint-plugin: add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked (#8038) (431cd15)
  • eslint-plugin: correct message for no-unsafe-unary-minus (#7998) (705370a)

Features

  • eslint-plugin: [explicit-function-return-type] add support for typed class property definitions (#8027) (bff47d7)
  • eslint-plugin: [require-await] allow yielding Promise in async generators (#8003) (4c3e704)

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

6.13.2 (2023-12-04)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

6.13.1 (2023-11-28)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

6.13.0 (2023-11-27)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

... (truncated)

Commits
  • c7d702f chore: publish v6.14.0
  • 431cd15 fix(eslint-plugin): add no-unsafe-unary-minus, prefer-destructuring to disabl...
  • 705370a fix(eslint-plugin): correct message for no-unsafe-unary-minus (#7998)
  • 4c3e704 feat(eslint-plugin): [require-await] allow yielding Promise in async generato...
  • 314f034 docs(eslint-plugin): [no-throw-literal] fix typo in example (#8006)
  • bff47d7 feat(eslint-plugin): [explicit-function-return-type] add support for typed cl...
  • cc2c6d3 chore: publish v6.13.2
  • 37f34f4 docs: add 'When Not To Use It' or an intentional omission notice on all rules...
  • 96abf18 chore: finish enabling no-unnecessary-condition internally (#8004)
  • 4dae083 chore: prefix all nx package scripts with npx (#7988)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.11.0 to 6.14.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v6.14.0

6.14.0 (2023-12-11)

Bug Fixes

  • eslint-plugin: add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked (#8038) (431cd15)
  • eslint-plugin: correct message for no-unsafe-unary-minus (#7998) (705370a)

Features

  • eslint-plugin: [explicit-function-return-type] add support for typed class property definitions (#8027) (bff47d7)
  • eslint-plugin: [require-await] allow yielding Promise in async generators (#8003) (4c3e704)

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

v6.13.2

6.13.2 (2023-12-04)

Note: Version bump only for package @​typescript-eslint/typescript-eslint

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

v6.13.1

6.13.1 (2023-11-28)

Bug Fixes

  • default to parse all JSDoc and provide options to configure it (#7999) (779e13e)

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

v6.13.0

6.13.0 (2023-11-27)

Note for eslint plugin authors and other API consumers

TypeScript v5.3 shipped with a type change that was incompatible with our types. This change has been fixed and will be released in v5.3.3. Until that time you can work around this error using skipLibCheck.

Bug Fixes

  • typescript-estree: ensure backwards compat with pre-5.3 import attributes (#7967) (810fc8c)

Features

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

6.14.0 (2023-12-11)

Note: Version bump only for package @​typescript-eslint/parser

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

6.13.2 (2023-12-04)

Note: Version bump only for package @​typescript-eslint/parser

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

6.13.1 (2023-11-28)

Note: Version bump only for package @​typescript-eslint/parser

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

6.13.0 (2023-11-27)

Note: Version bump only for package @​typescript-eslint/parser

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

6.12.0 (2023-11-20)

Note: Version bump only for package @​typescript-eslint/parser

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

Commits

Updates eslint from 8.53.0 to 8.55.0

Release notes

Sourced from eslint's releases.

v8.55.0

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#17778) (Etienne)

Chores

  • eb8950c chore: upgrade @​eslint/js@​8.55.0 (#17811) (Milos Djermanovic)
  • 93df384 chore: package.json update for @​eslint/js release (Jenkins)
  • fe4b954 chore: upgrade @​eslint/eslintrc@​2.1.4 (#17799) (Milos Djermanovic)
  • bd8911d ci: pin Node.js 21.2.0 (#17809) (Milos Djermanovic)
  • b29a16b chore: fix several cli tests to run in the intended flat config mode (#17797) (Milos Djermanovic)
  • de165c1 chore: remove unused config-extends fixtures (#17781) (Milos Djermanovic)
  • d4304b8 chore: remove formatting/stylistic rules from new rule templates (#17780) (Francesco Trotta)
  • 21024fe chore: check rule examples for syntax errors (#17718) (Francesco Trotta)

v8.54.0

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#17705) (Milos Djermanovic)

Documentation

  • becfdd3 docs: Make clear when rules are removed (#17728) (Nicholas C. Zakas)
  • 05d6e99 docs: update "Submit a Pull Request" page (#17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#17749) (Percy Ma)
  • d245326 docs: Correct working in migrating plugin docs (#17722) (Filip Tammergård)

Chores

  • d644de9 chore: upgrade @​eslint/js@​8.54.0 (#17773) (Milos Djermanovic)
  • 1e6e314 chore: package.json update for @​eslint/js release (Jenkins)
  • 6fb8805 chore: Fixed grammar in issue_templates/rule_change (#17770) (Joel Mathew Koshy)
  • 85db724 chore: upgrade markdownlint to 0.31.1 (#17754) (Nitin Kumar)
  • 6d470d2 chore: update dependency recast to ^0.23.0 (#17736) (renovate[bot])
  • b7121b5 chore: update dependency markdownlint-cli to ^0.37.0 (#17735) (renovate[bot])
  • 633b9a1 chore: update dependency regenerator-runtime to ^0.14.0 (#17739) (renovate[bot])
  • acac16f chore: update dependency vite-plugin-commonjs to ^0.10.0 (#17740) (renovate[bot])
  • ba8ca7e chore: add .github/renovate.json5 (#17567) (Josh Goldberg ✨)
Changelog

Sourced from eslint's changelog.

v8.55.0 - December 1, 2023

  • eb8950c chore: upgrade @​eslint/js@​8.55.0 (#17811) (Milos Djermanovic)
  • 93df384 chore: package.json update for @​eslint/js release (Jenkins)
  • fe4b954 chore: upgrade @​eslint/eslintrc@​2.1.4 (#17799) (Milos Djermanovic)
  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#17721) (Tanuj Kanti)
  • 83ece2a docs: fix typo --rules -> --rule (#17806) (OKURA Masafumi)
  • bd8911d ci: pin Node.js 21.2.0 (#17809) (Milos Djermanovic)
  • b29a16b chore: fix several cli tests to run in the intended flat config mode (#17797) (Milos Djermanovic)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#17778) (Etienne)
  • de165c1 chore: remove unused config-extends fixtures (#17781) (Milos Djermanovic)
  • d4304b8 chore: remove formatting/stylistic rules from new rule templates (#17780) (Francesco Trotta)
  • 21024fe chore: check rule examples for syntax errors (#17718) (Francesco Trotta)

v8.54.0 - November 17, 2023

  • d644de9 chore: upgrade @​eslint/js@​8.54.0 (#17773) (Milos Djermanovic)
  • 1e6e314 chore: package.json update for Description has been truncated

Bumps the deps group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@auth/sveltekit](https://github.com/nextauthjs/next-auth) | `0.3.6` | `0.4.0` |
| [carta-md](https://github.com/BearToCode/carta) | `3.1.3` | `3.2.0` |
| [lru-cache](https://github.com/isaacs/node-lru-cache) | `10.0.1` | `10.1.0` |
| [marked-footnote](https://github.com/bent10/marked-extensions) | `1.1.3` | `1.2.0` |
| [@melt-ui/svelte](https://github.com/melt-ui/melt-ui) | `0.61.1` | `0.65.1` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `1.27.6` | `1.30.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.9.0` | `20.10.4` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.11.0` | `6.14.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.11.0` | `6.14.0` |
| [eslint](https://github.com/eslint/eslint) | `8.53.0` | `8.55.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.0.0` | `9.1.0` |
| [marked](https://github.com/markedjs/marked) | `11.0.0` | `11.1.0` |
| [postcss-load-config](https://github.com/postcss/postcss-load-config) | `4.0.1` | `5.0.2` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.3.3` |
| [unplugin-icons](https://github.com/unplugin/unplugin-icons) | `0.17.4` | `0.18.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.5.0` | `5.0.8` |


Updates `@auth/sveltekit` from 0.3.6 to 0.4.0
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Commits](https://github.com/nextauthjs/next-auth/compare/@auth/sveltekit@0.3.6...@auth/sveltekit@0.4.0)

Updates `carta-md` from 3.1.3 to 3.2.0
- [Release notes](https://github.com/BearToCode/carta/releases)
- [Commits](BearToCode/carta@carta-md-v3.1.3...carta-md-v3.2.0)

Updates `lru-cache` from 10.0.1 to 10.1.0
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-lru-cache@v10.0.1...v10.1.0)

Updates `marked-footnote` from 1.1.3 to 1.2.0
- [Release notes](https://github.com/bent10/marked-extensions/releases)
- [Commits](https://github.com/bent10/marked-extensions/compare/marked-footnote@1.1.3...marked-footnote@1.2.0)

Updates `@melt-ui/svelte` from 0.61.1 to 0.65.1
- [Release notes](https://github.com/melt-ui/melt-ui/releases)
- [Changelog](https://github.com/melt-ui/melt-ui/blob/develop/CHANGELOG.md)
- [Commits](melt-ui/melt-ui@v0.61.1...v0.65.1)

Updates `@sveltejs/kit` from 1.27.6 to 1.30.0
- [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/kit@1.30.0/packages/kit)

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

Updates `@typescript-eslint/eslint-plugin` from 6.11.0 to 6.14.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.14.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.11.0 to 6.14.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.14.0/packages/parser)

Updates `eslint` from 8.53.0 to 8.55.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.53.0...v8.55.0)

Updates `eslint-config-prettier` from 9.0.0 to 9.1.0
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.0.0...v9.1.0)

Updates `marked` from 11.0.0 to 11.1.0
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v11.0.0...v11.1.0)

Updates `postcss-load-config` from 4.0.1 to 5.0.2
- [Release notes](https://github.com/postcss/postcss-load-config/releases)
- [Changelog](https://github.com/postcss/postcss-load-config/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss-load-config@v4.0.1...5.0.2)

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

Updates `unplugin-icons` from 0.17.4 to 0.18.1
- [Release notes](https://github.com/unplugin/unplugin-icons/releases)
- [Commits](unplugin/unplugin-icons@v0.17.4...v0.18.1)

Updates `vite` from 4.5.0 to 5.0.8
- [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/v5.0.8/packages/vite)

---
updated-dependencies:
- dependency-name: "@auth/sveltekit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: carta-md
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: lru-cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: marked-footnote
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@melt-ui/svelte"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: marked
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: postcss-load-config
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: unplugin-icons
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 13, 2023
@Eggrror404
Copy link
Collaborator

還是卡在 Vite 5.0

SvelteKit 已經新增了 Vite 5.0 支援,但需要等 SvelteKit 2.0
也就是說要在多收幾個 email

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 21, 2023

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

@dependabot dependabot bot closed this Dec 21, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/deps-251f68afba branch December 21, 2023 08:17
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.

1 participant