tnfshcec / tnfshcec-web

電機社社網
http://www.tnfshcec.com/
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Bump the deps group with 20 updates #37

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps the deps group with 20 updates:

Package From To
@auth/sveltekit 0.3.6 0.5.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.3.0
@melt-ui/svelte 0.61.1 0.67.0
@sveltejs/adapter-node 1.3.1 2.0.2
@sveltejs/kit 1.27.6 2.0.6
@types/node 20.9.0 20.10.6
@typescript-eslint/eslint-plugin 6.11.0 6.16.0
@typescript-eslint/parser 6.11.0 6.16.0
eslint 8.53.0 8.56.0
eslint-config-prettier 9.0.0 9.1.0
marked 11.0.0 11.1.1
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.5.0

Release notes

Sourced from @​auth/sveltekit's releases.

@​auth/sveltekit@​0.5.0

Features

  • sveltekit: Allow SvelteKit 2 as peer dependency (#9393) (6c958d7e)

Other

  • @​auth/core: deep-merge cookies options (#9386) (17c44261)
  • @​auth/core: add default user id generation (#9380) (87b037f0)
  • @​auth/core: document all Adapter method (5254ff78)
  • @​auth/core: correct default cookie name in getToken (#9382) (362e6cee)

@​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)
Commits
  • 26c47a8 chore(release): bump package version(s) [skip ci]
  • 9732b5e chore(sveltekit): tweak sveltekit-auth deps (#9403)
  • 065b7e9 chore(test): exclude ExperimentalSurrealHTTP tests
  • 6c958d7 feat(sveltekit): Allow SvelteKit 2 as peer dependency (#9393)
  • 5254ff7 fix(docs): document all Adapter method
  • 362e6ce fix(jwt): correct default cookie name in getToken (#9382)
  • 17c4426 feat: deep-merge cookies options (#9386)
  • 382f796 chore: fix dev app
  • 87b037f feat: add default user id generation (#9380)
  • a1b2282 chore(release): bump package version(s) [skip ci]
  • 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.3.0

Updates @melt-ui/svelte from 0.61.1 to 0.67.0

Release notes

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

v0.67.0

Minor Changes

  • feat: expose onOutsideClick handler (#863)

v0.66.4

Patch Changes

  • Toast: return aria-live type as 'assertive' | 'polite' (#859)

  • Tags Input: Fix addOnPaste (closes #830) (#847)

  • escape-keydown: remove capture listener (fixes #842) (#845)

  • Combobox: change default Value props type (835c285a)

v0.66.3

Patch Changes

  • Menu: fix default active subtrigger (84270042)

v0.66.2

Patch Changes

  • Datepicker: fix types (closes #838) (#839)

  • Collapsible: remove leftover log (31119cce)

  • Types: fix wrong builder return type for functions (#844)

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

... (truncated)

Changelog

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

0.67.0

Minor Changes

  • feat: expose onOutsideClick handler (#863)

0.66.4

Patch Changes

  • Toast: return aria-live type as 'assertive' | 'polite' (#859)

  • Tags Input: Fix addOnPaste (closes #830) (#847)

  • escape-keydown: remove capture listener (fixes #842) (#845)

  • Combobox: change default Value props type (835c285a)

0.66.3

Patch Changes

  • Menu: fix default active subtrigger (84270042)

0.66.2

Patch Changes

  • Datepicker: fix types (closes #838) (#839)

  • Collapsible: remove leftover log (31119cce)

  • Types: fix wrong builder return type for functions (#844)

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)

... (truncated)

Commits


Updates @sveltejs/adapter-node from 1.3.1 to 2.0.2

Release notes

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

@​sveltejs/adapter-node@​2.0.2

Patch Changes

@​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.2

Patch Changes

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

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.0.6

Patch Changes

  • fix: allow dynamic env access when building but not prerendering (#11436)

@​sveltejs/kit@​2.0.5

Patch Changes

  • fix: render SPA shell when SSR is turned off and there is no server data (#11405)

  • fix: upgrade sirv and mrmime to modernize javascript mime type (#11419)

@​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)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.0.6

Patch Changes

  • fix: allow dynamic env access when building but not prerendering (#11436)

2.0.5

Patch Changes

  • fix: render SPA shell when SSR is turned off and there is no server data (#11405)

  • fix: upgrade sirv and mrmime to modernize javascript mime type (#11419)

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

... (truncated)

Commits


Updates @types/node from 20.9.0 to 20.10.6

Commits


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

Release notes

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

v6.16.0

6.16.0 (2023-12-25)

Bug Fixes

  • eslint-plugin: [unbound-method] exempt all non-Promise built-in statics (#8096) (3182959)

Features

  • eslint-plugin: deprecate formatting rules (#8073) (04dea84)
  • typescript-estree: add allowDefaultProjectForFiles project service allowlist option (#7752) (7ddadda)

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

v6.15.0

6.15.0 (2023-12-18)

Features

  • eslint-plugin: [no-useless-template-literals] add new rule (#7957) (ff75785), closes #2846
  • eslint-plugin: [require-array-sort-compare] support 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.

... (truncated)

Changelog

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

6.16.0 (2023-12-25)

Bug Fixes

  • eslint-plugin: [unbound-method] exempt all non-Promise built-in statics (#8096) (3182959)

Features

  • eslint-plugin: deprecate formatting (meta.type: layout) rules (#8073) (04dea84)
  • eslint-plugin: deprecate no-extra-semi in favor of ESLint Stylistic equivalent (#8123) (9368bf3)

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

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.

... (truncated)

Commits
  • 7246e56 chore: publish v6.16.0
  • 3182959 fix(eslint-plugin): [unbound-method] exempt all non-Promise built-in statics ...
  • 3031117 docs(eslint-plugin): enforce a heading for each rule option (#8015)
  • b3f87fc docs(eslint-plugin): add Deprecating Formatting Rules blog post (#8117)
  • 9368bf3 feat(eslint-plugin): deprecate no-extra-semi in favor of ESLint Stylistic equ...
  • f6f6a57 docs: add tombstone file for no-parameter-properties and suggested replacemen...
  • 04dea84 feat(eslint-plugin): deprecate formatting (meta.type: layout) rules (#8073)
  • b1c92bb chore(website): auto-generate type checked rule notice in rule docs (#7951)
  • 26ba8ea docs: add more rationale for no-for-in-array (#8082)
  • eff7da1 docs: fix example for no-shadow (#8080)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 6.11.0 to 6.16.0

Release notes

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

v6.16.0

6.16.0 (2023-12-25)

Bug Fixes

  • eslint-plugin: [unbound-method] exempt all non-Promise built-in statics (#8096) (3182959)

Features

  • eslint-plugin: deprecate formatting rules (#8073) (04dea84)
  • typescript-estree: add allowDefaultProjectForFiles project service allowlist option (#7752) (7ddadda)

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

v6.15.0

6.15.0 (2023-12-18)

Features

  • eslint-plugin: [no-useless-template-literals] add new rule (#7957) (ff75785), closes #2846
  • eslint-plugin: [require-array-sort-compare] support 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.

... (truncated)

Changelog

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

6.16.0 (2023-12-25)

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

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

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.

... (truncated)

Commits
  • 7246e56 chore: publish v6.16.0
  • 6128a02 chore: publish v6.15.0
  • c7d702f chore: publish v6.14.0
  • cc2c6d3 chore: publish v6.13.2
  • 4dae083 chore: prefix all nx package scripts with npx (#7988)
  • 14f3ff0 chore: publish v6.13.1
  • 39c437a chore: publish v6.13.0
  • 9093e95 chore: publish v6.12.0
  • 2e535b8 chore(deps): update dependency prettier to v3.1.0 (#7938)
  • See full diff in
    dependabot[bot] commented 9 months ago

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