tnfshcec / tnfshcec-web

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

Bump the deps group with 11 updates #46

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the deps group with 11 updates:

Package From To
@auth/sveltekit 0.5.0 0.11.0
bits-ui 0.15.1 0.16.0
carta-md 3.4.0 3.5.0
lru-cache 10.1.0 10.2.0
@melt-ui/svelte 0.67.0 0.71.1
@sveltejs/adapter-node 2.0.2 4.0.1
@types/node 20.10.6 20.11.16
@typescript-eslint/eslint-plugin 6.17.0 6.20.0
@typescript-eslint/parser 6.17.0 6.20.0
marked 11.1.1 11.2.0
prettier 3.1.1 3.2.4

Updates @auth/sveltekit from 0.5.0 to 0.11.0

Release notes

Sourced from @​auth/sveltekit's releases.

@​auth/sveltekit@​0.11.0

Features

  • add getEnvDefaults and createActionURL to @auth/core for use in client libs (#9817)

@​auth/sveltekit@​0.10.0

Features

  • support secret rotation (#9804)

Other

  • tweak svlete kit tests
  • replace jest with vitest (#9818)
  • global vite/vitest, move express (#9806)

@​auth/sveltekit@​0.9.0

Features

  • @​auth/core: nodemailer (prev Email), Resend, SendGrid (#9753) (8f0226bc)
  • re-export Adapter types (#9713)

Other

  • deps-dev: bump @​sveltejs/kit from 2.4.1 to 2.4.3 (#9754) (4417c6b5)
  • bump vite and clean lock file (#9720)

@​auth/sveltekit@​0.8.0

Features

  • sveltekit: Refresh session cookie expiry & introduce auth method (#9694) (cbf5ce89)

Other

  • @​auth/core: add basePath option (#9686) (963086b3)
Commits
  • b31faa8 chore(release): bump package version(s) [skip ci]
  • f1f3552 fix: allow Facebook authorization config to be merged (#9866)
  • 9cb4350 test: fix drizzle test by tsx-ing imports (#9870)
  • f33a0ac fix: filter client error response, error on missing host (#9837)
  • ec50cf0 fix: Support empty string VERCEL_URL (#9846)
  • 9724c20 fix: append .js to import (#9845)
  • 7963880 docs: tweak typedoc config
  • 0a3ff72 fix: allow string return signIn callback (#9829)
  • a67cfed chore: add Vitest UI
  • 7775011 docs: bump z-index of clerk's homepage sponsorship (#9826)
  • Additional commits viewable in compare view


Updates bits-ui from 0.15.1 to 0.16.0

Release notes

Sourced from bits-ui's releases.

v0.16.0

Minor Changes

  • feat: forward/expose touch events on Dialog.Content & AlertDialog.Content components (#300)
Changelog

Sourced from bits-ui's changelog.

0.16.0

Minor Changes

  • feat: forward/expose touch events on Dialog.Content & AlertDialog.Content components (#300)
Commits


Updates carta-md from 3.4.0 to 3.5.0

Release notes

Sourced from carta-md's releases.

carta-md-v3.5.0

carta-md-v3.5.0 (2024-01-19)

Features

  • cartaeditor: add tooltip on quick toolbar icon buttons (4693658)
Commits
  • d332852 feat(cartaeditor): add tooltip on quick toolbar icon buttons (#34)
  • 4693658 feat(cartaeditor): add tooltip on quick toolbar icon buttons
  • d3f3b4c Add heading anchor link plugin (#31)
  • 4843c27 chore: add plugin-achor to list of packages
  • 8f98e2a docs(add docs for anchor plugin): add docs for anchor plugin
  • 2884cee feat(add new plugin: anchor): add new plugin: anchor
  • 5ddddbd fix(plugin-math): automatically enable displayMode for blocks
  • 5b0ce03 ci: update pnpm version in workflows
  • 2a7c77e ci: update pnpm version in workflows
  • 6fa30f2 fix(tikzjax): prevent multiple scripts from being loaded
  • See full diff in compare view


Updates lru-cache from 10.1.0 to 10.2.0

Changelog

Sourced from lru-cache's changelog.

10.2.0

  • types: implement the Map<K, V> interface
Commits


Updates @melt-ui/svelte from 0.67.0 to 0.71.1

Release notes

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

v0.71.1

Patch Changes

  • fix: type of type in tabs builder (#937)

v0.71.0

Minor Changes

  • Internal: withGet helper, increasing performance (51ce34d5)

Patch Changes

  • Table of Contents: fix smooth scroll and scroll offset (fixes #920) (#860)

  • Select: add type="button" to listbox trigger (closes: #710) (#900)

  • Slider: Fix thumbs Array Type (#911)

  • Date/Range Field: fix: bug preventing 00 as value for minute and second segments (closes: #854) (#893)

v0.70.0

Minor Changes

  • Slider: Refactor thumb and tick (#849)

  • Combobox: add group and groupLabel elements (closes: #831) (#891)

v0.69.0

Minor Changes

  • Feature: createSync utility (f018010f)

v0.68.0

Minor Changes

  • Menubar: Add preventScroll prop. Removes it from the returned createMenu builders (closes #821) (#882)

Patch Changes

  • Radio Group: fix keyboard navigation when disabled (closes #820) (#884)

  • Tooltip: fix missing tooltip data-attrs (#889)

  • DateField & DateRangeField: add readonlySegments prop (#846)

  • chore: upgrade nanoid to v5 (#851)

  • Calendar: fix bug causing extra days to generate for certain months (#869)

  • Menus: fix bug causing autofocus on the trigger onMount (#871)

... (truncated)

Changelog

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

0.71.1

Patch Changes

  • fix: type of type in tabs builder (#937)

0.71.0

Minor Changes

  • Internal: withGet helper, increasing performance (51ce34d5)

Patch Changes

  • Table of Contents: fix smooth scroll and scroll offset (fixes #920) (#860)

  • Select: add type="button" to listbox trigger (closes: #710) (#900)

  • Slider: Fix thumbs Array Type (#911)

  • Date/Range Field: fix: bug preventing 00 as value for minute and second segments (closes: #854) (#893)

0.70.0

Minor Changes

  • Slider: Refactor thumb and tick (#849)

  • Combobox: add group and groupLabel elements (closes: #831) (#891)

0.69.0

Minor Changes

  • Feature: createSync utility (f018010f)

0.68.0

Minor Changes

  • Menubar: Add preventScroll prop. Removes it from the returned createMenu builders (closes #821) (#882)

Patch Changes

  • Radio Group: fix keyboard navigation when disabled (closes #820) (#884)

  • fix: missing tooltip data-attrs (#889)

  • DateField & DateRangeField: add readonlySegments prop (#846)

... (truncated)

Commits


Updates @sveltejs/adapter-node from 2.0.2 to 4.0.1

Release notes

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

@​sveltejs/adapter-node@​4.0.1

Patch Changes

@​sveltejs/adapter-node@​4.0.0

Major Changes

  • breaking: update peer dependency on @sveltejs/kit (#11649)

Minor Changes

  • feat: support read from $app/server (#11649)

Patch Changes

@​sveltejs/adapter-node@​3.0.1

Patch Changes

  • chore: upgrade rollup to 4.9.5 (#11632)

@​sveltejs/adapter-node@​3.0.0

Major Changes

  • breaking: allow any numeric value for BODY_SIZE_LIMIT, and interpret literally. Use Infinity rather than 0 for unrestricted body sizes (#11589)

@​sveltejs/adapter-node@​2.1.1

Patch Changes

  • fix: correctly handle BODY_SIZE_LIMIT=0 (#11574)

@​sveltejs/adapter-node@​2.1.0

Minor Changes

  • feat: add PORT_HEADER env var for reverse proxies with non-standard ports (#11249)

Patch Changes

Changelog

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

4.0.1

Patch Changes

4.0.0

Major Changes

  • breaking: update peer dependency on @sveltejs/kit (#11649)

Minor Changes

  • feat: support read from $app/server (#11649)

Patch Changes

3.0.3

Patch Changes

  • fix: return 400 response if request construction fails

3.0.2

Patch Changes

  • fix: return 400 response if request construction fails

3.0.1

Patch Changes

  • chore: upgrade rollup to 4.9.5 (#11632)

3.0.0

Major Changes

  • breaking: allow any numeric value for BODY_SIZE_LIMIT, and interpret literally. Use Infinity rather than 0 for unrestricted body sizes (#11589)

2.1.2

... (truncated)

Commits


Updates @types/node from 20.10.6 to 20.11.16

Commits


Updates @typescript-eslint/eslint-plugin from 6.17.0 to 6.20.0

Release notes

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

v6.20.0

6.20.0 (2024-01-29)

🚀 Features

  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering (#8248)

🩹 Fixes

  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result (#8283)
  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable (#8262)
  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN (#8295)
  • eslint-plugin: [prefer-readonly] disable checking accessors (#8300)

❤️ Thank You

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

v6.19.1

6.19.1 (2024-01-22)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable (#8235)
  • type-utils: preventing isUnsafeAssignment infinite recursive calls (#8237)

❤️ Thank You

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

v6.19.0

6.19.0 (2024-01-15)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] add rule (#8011)
  • eslint-plugin: [no-array-delete] add new rule (#8067)
  • eslint-plugin: [no-useless-template-literals] add fix suggestions (#8065)

... (truncated)

Changelog

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

6.20.0 (2024-01-29)

🚀 Features

  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering

🩹 Fixes

  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You

  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

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

6.19.1 (2024-01-22)

🩹 Fixes

  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You

  • YeonJuan

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

6.19.0 (2024-01-15)

🚀 Features

... (truncated)

Commits
  • a01a6e6 chore(release): publish 6.20.0
  • 4d2ce3b fix(eslint-plugin): [prefer-readonly] disable checking accessors (#8300)
  • 9dca40e chore(eslint-plugin): fix typos in schema definitions (#8311)
  • d02d086 fix(eslint-plugin): [no-useless-template-literals] report Infinity & NaN (#8295)
  • 70505e4 fix(eslint-plugin): [prefer-nullish-coalescing] treat any/unknown as non-null...
  • d0137c8 chore: enable prefer-nullish-coalescing internally (#7955)
  • bbc6770 feat(eslint-plugin): [member-ordering] allow easy reuse of the default orderi...
  • 8622286 fix(eslint-plugin): [no-useless-template-literals] incorrect bigint autofix r...
  • a911214 chore(release): publish 6.19.1
  • 920f909 fix(eslint-plugin): [no-unnecessary-condition] fix false positive for type va...
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 6.17.0 to 6.20.0

Release notes

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

v6.20.0

6.20.0 (2024-01-29)

🚀 Features

  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering (#8248)

🩹 Fixes

  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result (#8283)
  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable (#8262)
  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN (#8295)
  • eslint-plugin: [prefer-readonly] disable checking accessors (#8300)

❤️ Thank You

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

v6.19.1

6.19.1 (2024-01-22)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable (#8235)
  • type-utils: preventing isUnsafeAssignment infinite recursive calls (#8237)

❤️ Thank You

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

v6.19.0

6.19.0 (2024-01-15)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] add rule (#8011)
  • eslint-plugin: [no-array-delete] add new rule (#8067)
  • eslint-plugin: [no-useless-template-literals] add fix suggestions (#8065)

... (truncated)

Changelog

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

6.20.0 (2024-01-29)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

6.19.1 (2024-01-22)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

6.19.0 (2024-01-15)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

6.18.1 (2024-01-08)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

6.18.0 (2024-01-06)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

Commits


Updates marked from 11.1.1 to 11.2.0

Release notes

Sourced from marked's releases.

v11.2.0

11.2.0 (2024-01-27)

Bug Fixes

Features

Commits
  • f0507cb chore(release): 11.2.0 [skip ci]
  • 4826841 feat: flatten childToken arrays (#3172)
  • bf44ae8 fix: Fix ENOENT error message in CLI (#3165)
  • 47a140a chore(deps-dev): Bump @​typescript-eslint/parser from 6.18.1 to 6.19.0 (#3175)
  • 8c01a9f chore(deps-dev): Bump @​typescript-eslint/eslint-plugin from 6.18.0 to 6.19.0 ...
  • f7c3c00 chore(deps-dev): Bump rollup from 4.9.4 to 4.9.6 (#3173)
  • 6f4467c chore(deps-dev): Bump @​typescript-eslint/parser from 6.18.0 to 6.18.1 (#3160)
  • 8dfeba8 chore(deps-dev): Bump semantic-release from 22.0.12 to 23.0.0 (#3161)
  • 99890dd chore(deps-dev): Bump eslint-plugin-n from 16.6.1 to 16.6.2 (#3162)
  • 6570fdf chore(deps-dev): Bump @​rollup/plugin-typescript from 11.1.5 to 11.1.6 (#3163)
  • Additional commits viewable in compare view


Updates prettier from 3.1.1 to 3.2.4

Release notes

Sourced from prettier's releases.

3.2.4

  • Fix .eslintrc.json format #15947

🔗 Changelog

3.2.3

  • Format tsconfig.json file with jsonc parser #15927

🔗 Changelog

3.2.2

🔗 Changelog

3.2.1

🔗 Changelog

3.2.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.2.4

diff

Fix incorrect parser inference (#15947 by @​fisker)

Files like .eslintrc.json were incorrectly formatted as JSONC files.

// Input
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "jsonc" }

// Prettier 3.2.4 prettier --file-info .eslintrc.json { "ignored": false, "inferredParser": "json" }

3.2.3

diff

Throw errors for invalid code (#15881 by @​fisker, @​Josh-Cena, @​auvred)

// Input
1++;

// Prettier 3.2.2 1++;

// Prettier 3.2.3 SyntaxError: Invalid left-hand side expression in unary operation (1:1) > 1 | 1++; | ^

// Input
try {} catch (error = 1){}

// Prettier 3.2.2
try {
} catch (error) {}

// Prettier 3.2.3
SyntaxError: Catch clause variable cannot have an initializer. (1:23)
</tr></table> 

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 7 months ago

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