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 20 updates #35

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the deps group with 20 updates:

Package From To
@auth/sveltekit 0.3.6 0.4.0
carta-md 3.1.3 3.4.0
lru-cache 10.0.1 10.1.0
marked-footnote 1.1.3 1.2.2
@melt-ui/pp 0.1.2 0.2.0
@melt-ui/svelte 0.61.1 0.66.1
@sveltejs/adapter-node 1.3.1 2.0.1
@sveltejs/kit 1.27.6 2.0.4
@types/node 20.9.0 20.10.5
@typescript-eslint/eslint-plugin 6.11.0 6.15.0
@typescript-eslint/parser 6.11.0 6.15.0
eslint 8.53.0 8.56.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
tailwindcss 3.3.3 3.4.0
typescript 5.2.2 5.3.3
unplugin-icons 0.17.4 0.18.1
vite 4.5.0 5.0.10
vite-plugin-tailwind-purgecss 0.1.3 0.2.0

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.4.0

Release notes

Sourced from carta-md's releases.

carta-md-v3.4.0

carta-md-v3.4.0 (2023-12-17)

Bug Fixes

  • accessibility: better tab support, allow editor unfocus by using tab (dc270ff)

Features

  • accessibility: arrow keys navigation, add aria-roles (6835077), closes #22

carta-md-v3.3.0

carta-md-v3.3.0 (2023-12-16)

Features

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
  • b7c8704 Improve editor accessibility (#28)
  • 4e097b8 feat(accessibility): add label to attachment icon
  • 502e564 docs: mention accessibility in the docs
  • dc270ff fix(accessibility): better tab support, allow editor unfocus by using tab
  • 6835077 feat(accessibility): arrow keys navigation, add aria-roles
  • 56e1572 chore: add aria labels to icons
  • 1b75fe7 feat: add custom labels support (#23)
  • 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)
  • 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.2

Release notes

Sourced from marked-footnote's releases.

marked-footnote@1.2.2

marked-footnote 1.2.2 (2023-12-16)

Bug Fixes

  • ensure the footnotes token is consistently reset during each parsing process (6f4d6d9), closes #34

marked-footnote@1.2.1

marked-footnote 1.2.1 (2023-12-13)

Bug Fixes

  • preserve the value of the first token by leaving a space to ensure that the subsequent item is properly accessed (3e26ab5), closes #27
  • reset refs number on each parsing (d72b9da), closes #28

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

Updates @melt-ui/pp from 0.1.2 to 0.2.0

Updates @melt-ui/svelte from 0.61.1 to 0.66.1

Release notes

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

v0.66.1

Patch Changes

  • Menu: Fix open.set not opening menu (fixes #813) (26e41134)

  • Slider: remove aria-disabled from root (#825)

  • Select & Combobox: Fix focus preventing parents to close on escape (fixes #739) (c401f6ff)

v0.66.0

Minor Changes

  • Slider: RTL support (#791)

Patch Changes

  • Checkbox: add disabled prop to button that wraps input (#819)

v0.65.2

Patch Changes

  • Listbox: ignore certain keys in typeahead (fixes #803) (#804)

  • PIN Input: fix value store not updating in delete keydown event (#811)

  • Combobox: remove trigger element (18b2440c)

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

... (truncated)

Changelog

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

0.66.1

Patch Changes

  • Menu: Fix open.set not opening menu (fixes #813) (26e41134)

  • Slider: remove aria-disabled from root (#825)

  • Select & Combobox: Fix focus preventing parents to close on escape (fixes #739) (c401f6ff)

0.66.0

Minor Changes

  • Slider: RTL support (#791)

Patch Changes

  • Checkbox: add disabled prop to button that wraps input (#819)

0.65.2

Patch Changes

  • Listbox: ignore certain keys in typeahead (fixes #803) (#804)

  • PIN Input: fix value store not updating in delete keydown event (#811)

  • Combobox: remove trigger element (18b2440c)

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

... (truncated)

Commits

Updates @sveltejs/adapter-node from 1.3.1 to 2.0.1

Release notes

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

@​sveltejs/adapter-node@​2.0.1

Patch Changes

@​sveltejs/adapter-node@​2.0.0

Major Changes

  • breaking: require SvelteKit 2 peer dependency (#11289)

  • breaking: remove polyfill option. fetch APIs will now always come from the platform being used. File and crypto APIs will be polyfilled if not available (#11172)

  • chore: upgrade rollup (#11122)

Changelog

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

2.0.1

Patch Changes

2.0.0

Major Changes

  • breaking: require SvelteKit 2 peer dependency (#11289)

  • breaking: remove polyfill option. fetch APIs will now always come from the platform being used. File and crypto APIs will be polyfilled if not available (#11172)

  • chore: upgrade rollup (#11122)

Commits

Updates @sveltejs/kit from 1.27.6 to 2.0.4

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.0.4

Patch Changes

@​sveltejs/kit@​2.0.3

Patch Changes

  • fix: reinstantiate state parameter for goto (#11342)

@​sveltejs/kit@​2.0.2

Patch Changes

  • fix: prevent endless SPA 404 loop (#11354)

@​sveltejs/kit@​2.0.1

Patch Changes

  • fix: correctly handle trailing slash redirect when navigating from the root page (#11357)

@​sveltejs/kit@​2.0.0

Major Changes

  • breaking: remove top-level promise awaiting (#11176)

  • breaking: prevent use of dynamic env vars during prerendering, serve env vars dynamically (#11277)

  • breaking: remove deprecated use:enhance callback values (#11282)

  • breaking: turn error and redirect into commands (#11165)

  • breaking: the type for depends now requires a : as part of the string (#11201)

  • breaking: remove baseUrl fallback from generated tsconfig (#11294)

  • breaking: fail if route with +page and +server is marked prerenderable (#11256)

  • breaking: remove resolvePath in favour of resolveRoute from $app/paths (#11265)

  • breaking: drop support for Svelte 3 (#11168)

  • breaking: require Vite 5.0.3+ (#11122)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.0.4

Patch Changes

2.0.3

Patch Changes

  • fix: reinstantiate state parameter for goto (#11342)

2.0.2

Patch Changes

  • fix: prevent endless SPA 404 loop (#11354)

2.0.1

Patch Changes

  • fix: correctly handle trailing slash redirect when navigating from the root page (#11357)

2.0.0

Major Changes

  • breaking: remove top-level promise awaiting (#11176)

  • breaking: prevent use of dynamic env vars during prerendering, serve env vars dynamically (#11277)

  • breaking: remove deprecated use:enhance callback values (#11282)

  • breaking: turn error and redirect into commands (#11165)

  • breaking: the type for depends now requires a : as part of the string (#11201)

  • breaking: remove baseUrl fallback from generated tsconfig (#11294)

  • breaking: fail if route with +page and +server is marked prerenderable (#11256)

... (truncated)

Commits

Updates @types/node from 20.9.0 to 20.10.5

Commits

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

Release notes

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

v6.15.0

6.15.0 (2023-12-18)

Features

  • eslint-plugin: [no-useless-template-literals] add new rule (#7957) (ff75785), closes #2846
  • require-array-sort-compare + toSorted (#8052) (c9661c8)

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

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

... (truncated)

Changelog

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

6.15.0 (2023-12-18)

Features

  • eslint-plugin: [no-useless-template-literals] add new rule (#7957) (ff75785), closes #2846
  • require-array-sort-compare + toSorted (#8052) (c9661c8)

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

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.

... (truncated)

Commits
  • 6128a02 chore: publish v6.15.0
  • f5e712b docs(eslint-plugin): [require-array-sort-compare] generalize sort method name...
  • e6d49e4 docs(eslint-plugin): [require-array-sort-compare] sync rule description (#8061)
  • ff75785 feat(eslint-plugin): [no-useless-template-literals] add new rule (#7957)
  • c9661c8 feat: require-array-sort-compare + toSorted (#8052)
  • 7ec3022 test(eslint-plugin): include disable-type-checked.ts config in configs test...
  • 3175843 docs(eslint-plugin): simplify a sentence in no-misused-promises.md (#8050)
  • 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)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.11.0 to 6.15.0

Release notes

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

v6.15.0

6.15.0 (2023-12-18)

Features

  • eslint-plugin: [no-useless-template-literals] add new rule (#7957) (ff75785), closes #2846
  • require-array-sort-compare + toSorted (#8052) (c9661c8)

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

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

... (truncated)

Changelog

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

6.15.0 (2023-12-18)

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

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

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.

... (truncated)

Commits

Updates eslint from 8.53.0 to 8.56.0

Release notes

Sourced from eslint's releases.

v8.56.0

Features

  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)

Bug Fixes

  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)

Documentation

  • 9007719 docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx)...

    Description has been truncated

Bumps the deps group with 20 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.4.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.2` |
| @melt-ui/pp | `0.1.2` | `0.2.0` |
| [@melt-ui/svelte](https://github.com/melt-ui/melt-ui) | `0.61.1` | `0.66.1` |
| [@sveltejs/adapter-node](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node) | `1.3.1` | `2.0.1` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `1.27.6` | `2.0.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.9.0` | `20.10.5` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.11.0` | `6.15.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.11.0` | `6.15.0` |
| [eslint](https://github.com/eslint/eslint) | `8.53.0` | `8.56.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` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.3.3` | `3.4.0` |
| [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.10` |
| [vite-plugin-tailwind-purgecss](https://github.com/AdrianGonz97/vite-plugin-tailwind-purgecss) | `0.1.3` | `0.2.0` |


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.4.0
- [Release notes](https://github.com/BearToCode/carta/releases)
- [Commits](BearToCode/carta@carta-md-v3.1.3...carta-md-v3.4.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.2
- [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.2)

Updates `@melt-ui/pp` from 0.1.2 to 0.2.0

Updates `@melt-ui/svelte` from 0.61.1 to 0.66.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.66.1)

Updates `@sveltejs/adapter-node` from 1.3.1 to 2.0.1
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-node/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/adapter-node@2.0.1/packages/adapter-node)

Updates `@sveltejs/kit` from 1.27.6 to 2.0.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/kit@2.0.4/packages/kit)

Updates `@types/node` from 20.9.0 to 20.10.5
- [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.15.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.15.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.11.0 to 6.15.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.15.0/packages/parser)

Updates `eslint` from 8.53.0 to 8.56.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.56.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 `tailwindcss` from 3.3.3 to 3.4.0
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.3.3...v3.4.0)

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.10
- [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.10/packages/vite)

Updates `vite-plugin-tailwind-purgecss` from 0.1.3 to 0.2.0
- [Release notes](https://github.com/AdrianGonz97/vite-plugin-tailwind-purgecss/releases)
- [Changelog](https://github.com/AdrianGonz97/vite-plugin-tailwind-purgecss/blob/master/CHANGELOG.md)
- [Commits](AdrianGonz97/vite-plugin-tailwind-purgecss@v0.1.3...v0.2.0)

---
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/pp"
  dependency-type: direct:development
  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/adapter-node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-major
  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: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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
- dependency-name: vite-plugin-tailwind-purgecss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 21, 2023
@Eggrror404
Copy link
Collaborator

套件版本衝突
繼續坐牢 SvelteKit 2.0

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2024

Superseded by #37.

@dependabot dependabot bot closed this Jan 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/deps-3615d10d65 branch January 1, 2024 13:49
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