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 9 updates #61

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the deps group with 9 updates:

Package From To
@inlang/paraglide-js-adapter-sveltekit 0.3.2 0.5.5
@melt-ui/svelte 0.71.1 0.74.4
@typescript-eslint/eslint-plugin 6.20.0 7.1.0
@typescript-eslint/parser 6.20.0 7.1.0
bits-ui 0.16.0 0.18.6
eslint 8.56.0 8.57.0
prettier-plugin-svelte 3.1.2 3.2.2
remark-footnotes 2.0.0 4.0.1
vite 5.0.10 5.1.4

Updates @inlang/paraglide-js-adapter-sveltekit from 0.3.2 to 0.5.5

Updates @melt-ui/svelte from 0.71.1 to 0.74.4

Release notes

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

v0.74.4

Patch Changes

  • Listbox: fixed bug preventing programmatic opening (Closes #1014) (#1020)

  • fix(Calendar/Range Calendar): use 'button' for button elements' type (#1003)

  • fixed issues with portals and outside interactions (Closes #992) (#1018)

  • Listbox: fixed bug causing multiple change function curr and next always being equal (Closes #1019) (#1021)

  • Fixed bug where on outside interaction in several components (popover, menu, link preview, tooltip, listbox), on component unmount, the content jumps during out transition if content was mounted in an else if block (closes #1005) (#1006)

v0.74.3

Patch Changes

  • Revert regressions caused by PRs #977 and #995 (#1016)

  • Toolbar: set correct tabindex for buttons and links (#1004)

v0.74.2

Patch Changes

  • Fix custom portal issues (#995)

  • Dialog: fixed interact outside pointerup/mouseup issue where the dialog would close if you clicked and dragged outside of the dialog before releasing the press (Closes: #750) (#994)

  • Toggle Group: fixed bug where single groups wouldn't focus (Closes #810) (#990)

v0.74.1

Patch Changes

  • Date Picker/Date Range Picker: disable trigger when picker is disabled (Closes #815) (#989)

  • Toast: return close element type attribute type as "button" instead of string (#993)

  • ToggleGroup: Fixes curr & next always bbeing the same value (#983)

v0.74.0

Minor Changes

  • Dialog: change data-state conditions (0c7bf6df)

Patch Changes

v0.73.0

Minor Changes

... (truncated)

Changelog

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

0.74.4

Patch Changes

  • Listbox: fixed bug preventing programmatic opening (Closes #1014) (#1020)

  • fix(Calendar/Range Calendar): use 'button' for button elements' type (#1003)

  • fixed issues with portals and outside interactions (Closes #992) (#1018)

  • Listbox: fixed bug causing multiple change function curr and next always being equal (Closes #1019) (#1021)

  • Fixed bug where on outside interaction in several components (popover, menu, link preview, tooltip, listbox), on component unmount, the content jumps during out transition if content was mounted in an else if block (closes #1005) (#1006)

0.74.3

Patch Changes

  • Revert regressions caused by PRs #977 and #995 (#1016)

  • Toolbar: set correct tabindex for buttons and links (#1004)

0.74.2

Patch Changes

  • Fix custom portal issues (#995)

  • Dialog: fixed interact outside pointerup/mouseup issue where the dialog would close if you clicked and dragged outside of the dialog before releasing the press (Closes: #750) (#994)

  • Toggle Group: fixed bug where single groups wouldn't focus (Closes #810) (#990)

0.74.1

Patch Changes

  • Date Picker/Date Range Picker: disable trigger when picker is disabled (Closes #815) (#989)

  • Toast: return close element type attribute type as "button" instead of string (#993)

  • ToggleGroup: Fixes curr & next always bbeing the same value (#983)

0.74.0

Minor Changes

  • Dialog: change data-state conditions (0c7bf6df)

Patch Changes

... (truncated)

Commits


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

Release notes

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

v7.1.0

7.1.0 (2024-02-26)

🚀 Features

  • eslint-plugin: add *-type-checked-only configs (#8367)
  • eslint-plugin: [naming-convention] support the auto-accessor syntax (#8084)
  • eslint-plugin: [consistent-return] add new rule (#8289)
  • typescript-estree: add debug logs for useProgramFromProjectService (#8426)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chan] allow typeof for avoiding reference error (#8472)
  • eslint-plugin: [no-misused-promises] improve check union types (#8534)
  • eslint-plugin: [no-use-before-define] fix false positive type reference in as, satisfies (#8474)
  • typescript-estree: use simpler absolutify behavior for project service client file paths (#8520)

❤️ Thank You

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

v7.0.2

7.0.2 (2024-02-19)

🩹 Fixes

  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests (#8460)
  • utils: use mergeable interface for settings property (#8485)

❤️ Thank You

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

v7.0.1

7.0.1 (2024-02-12)

🩹 Fixes

  • eslint-plugin: update peer dep for parser (#8441)

... (truncated)

Changelog

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

7.1.0 (2024-02-26)

🚀 Features

  • eslint-plugin: add *-type-checked-only configs

  • eslint-plugin: [naming-convention] support the auto-accessor syntax

  • eslint-plugin: [consistent-return] add new rule

🩹 Fixes

  • eslint-plugin: [prefer-optional-chan] allow typeof for avoiding reference error

  • eslint-plugin: [no-misused-promises] improve check union types

  • eslint-plugin: [no-use-before-define] fix false positive type reference in as, satisfies

❤️ Thank You

  • Arka Pratim Chaudhuri
  • Josh Goldberg ✨
  • YeonJuan

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

7.0.2 (2024-02-19)

🩹 Fixes

  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests

❤️ Thank You

  • Brad Zacher
  • Gareth Jones

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

7.0.1 (2024-02-12)

🩹 Fixes

  • eslint-plugin: update peer dep for parser

... (truncated)

Commits
  • 4bc6944 chore(release): publish 7.1.0
  • 1807d55 docs: add tabs in no-unsafe-unary-minus.md (#8542)
  • f2f57de test(eslint-plugin): [no-misused-promises] add test cases for spread args (#8...
  • fa67955 chore: drop T from internal types (#8521)
  • 60c1cd3 fix(eslint-plugin): [no-use-before-define] fix false positive type reference ...
  • 1458920 fix(eslint-plugin): [no-misused-promises] improve check union types (#8534)
  • c1441c8 fix(eslint-plugin): [prefer-optional-chan] allow typeof for avoiding referenc...
  • e7ec6f0 docs: from option instead of source in prefer-readonly-parameter-types (#8461)
  • 46cef96 feat(eslint-plugin): [consistent-return] add new rule (#8289)
  • f7198db feat(eslint-plugin): [naming-convention] support the auto-accessor syntax (#8...
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 6.20.0 to 7.1.0

Release notes

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

v7.1.0

7.1.0 (2024-02-26)

🚀 Features

  • eslint-plugin: add *-type-checked-only configs (#8367)
  • eslint-plugin: [naming-convention] support the auto-accessor syntax (#8084)
  • eslint-plugin: [consistent-return] add new rule (#8289)
  • typescript-estree: add debug logs for useProgramFromProjectService (#8426)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chan] allow typeof for avoiding reference error (#8472)
  • eslint-plugin: [no-misused-promises] improve check union types (#8534)
  • eslint-plugin: [no-use-before-define] fix false positive type reference in as, satisfies (#8474)
  • typescript-estree: use simpler absolutify behavior for project service client file paths (#8520)

❤️ Thank You

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

v7.0.2

7.0.2 (2024-02-19)

🩹 Fixes

  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests (#8460)
  • utils: use mergeable interface for settings property (#8485)

❤️ Thank You

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

v7.0.1

7.0.1 (2024-02-12)

🩹 Fixes

  • eslint-plugin: update peer dep for parser (#8441)

... (truncated)

Changelog

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

7.1.0 (2024-02-26)

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.

7.0.2 (2024-02-19)

🩹 Fixes

  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests

❤️ Thank You

  • Brad Zacher
  • Gareth Jones

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

7.0.1 (2024-02-12)

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.

7.0.0 (2024-02-12)

🚀 Features

  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

  • add support for flat configs

⚠️ Breaking Changes

  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

❤️ Thank You

  • Brad Zacher
  • Kirk Waiblinger
  • StyleShit
  • YeonJuan

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

... (truncated)

Commits
  • 4bc6944 chore(release): publish 7.1.0
  • 677e7cc chore(release): publish 7.0.2
  • 4f3215f chore(release): publish 7.0.1
  • b27de99 chore(release): publish 7.0.0
  • 1aa393c chore(deps): update dependency prettier to v3.2.5 (#8401)
  • 8ef5f4b feat: add support for flat configs (#7935)
  • 1200b4c chore(deps): update nx to v17.3.0 (#8317)
  • 584db29 feat: bump ESLint, NodeJS, and TS minimum version requirements (#8377)
  • 289ee88 chore(release): publish 6.21.0
  • aa5edf7 chore(deps): update dependency prettier to v3.2.4 (#8357)
  • Additional commits viewable in compare view


Updates bits-ui from 0.16.0 to 0.18.6

Release notes

Sourced from bits-ui's releases.

v0.18.6

Patch Changes

  • Menu Radio Group: fixed equality issue in change function condition (#362)

v0.18.5

Patch Changes

v0.18.4

Patch Changes

  • fix: Export types for PIN Input and Toolbar (#355)

v0.18.3

Patch Changes

  • fix: Updated internal import paths to support modern module resolution strategies (#352)

v0.18.2

Patch Changes

  • Toolbar: forward click events from buttons and links (#343)

  • Floating/Modal Components: improve handling of interact outside events (#344)

  • Dialogs: Fix bug where dragging outside of dialog would close it (#344)

v0.18.1

Patch Changes

  • Export Combobox types (#329)

v0.18.0

Minor Changes

v0.17.0

Minor Changes

  • Slider: ticks and thumbs are now arrays of builders passed via the Slider.Roots slot props and must be passed to the individual Slider.Thumb and Slider.Tick components (#309)

Patch Changes

  • Menubar: fixed bug preventing submenus from being disabled (#309)
Changelog

Sourced from bits-ui's changelog.

0.18.6

Patch Changes

  • Menu Radio Group: fixed equality issue in change function condition (#362)

0.18.5

Patch Changes

0.18.4

Patch Changes

  • fix: Export types for PIN Input and Toolbar (#355)

0.18.3

Patch Changes

  • fix: Updated internal import paths to support modern module resolution strategies (#352)

0.18.2

Patch Changes

  • Toolbar: forward click events from buttons and links (#343)

  • Floating/Modal Components: improve handling of interact outside events (#344)

  • Dialogs: Fix bug where dragging outside of dialog would close it (#344)

0.18.1

Patch Changes

  • Export Combobox types (#329)

0.18.0

Minor Changes

0.17.0

Minor Changes

... (truncated)

Commits


Updates eslint from 8.56.0 to 8.57.0

Release notes

Sourced from eslint's releases.

v8.57.0

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#18056) (Milos Djermanovic)

Documentation

  • 84922d0 docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)
  • 5b8c363 docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)
  • 77dbfd9 docs: show NEXT in version selectors (#18052) (Milos Djermanovic)

Chores

  • 1813aec chore: upgrade @​eslint/js@​8.57.0 (#18143) (Milos Djermanovic)
  • 5c356bb chore: package.json update for @​eslint/js release (Jenkins)
  • f4a1fe2 test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)
  • 42c0aef ci: Enable CI for v8.x branch (#18047) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v8.57.0 - February 23, 2024

  • 1813aec chore: upgrade @​eslint/js@​8.57.0 (#18143) (Milos Djermanovic)
  • 5c356bb chore: package.json update for @​eslint/js release (Jenkins)
  • 84922d0 docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)
  • 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)
  • 5b8c363 docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)
  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#18064) (Nitin Kumar)
  • f4a1fe2 test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#18065) (Nitin Kumar)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#18066) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#18056) (Milos Djermanovic)
  • 77dbfd9 docs: show NEXT in version selectors (#18052) (Milos Djermanovic)
  • 42c0aef ci: Enable CI for v8.x branch (#18047) (Milos Djermanovic)

v9.0.0-beta.0 - February 9, 2024

  • e40d1d7 chore: upgrade @​eslint/js@​9.0.0-beta.0 (#18108) (Milos Djermanovic)
  • 9870f93 chore: package.json update for @​eslint/js release (Jenkins)
  • 2c62e79 chore: upgrade @​eslint/eslintrc@​3.0.1 (#18107) (Milos Djermanovic)
  • 81f0294 chore: upgrade espree@10.0.1 (#18106) (Milos Djermanovic)
  • 5e2b292 chore: upgrade eslint-visitor-keys@4.0.0 (#18105) (Milos Djermanovic)
  • 9163646 feat!: Rule Tester checks for missing placeholder data in the message (#18073) (fnx)
  • 53f0f47 feat: Add loadESLint() API method for v9 (#18097) (Nicholas C. Zakas)
  • f1c7e6f docs: Switch to Ethical Ads (#18090) (Strek)
  • 15c143f docs: JS Foundation -> OpenJS Foundation in PR template (#18092) (Nicholas C. Zakas)
  • c4d26fd fix: use-isnan doesn't report on SequenceExpressions (#18059) (StyleShit)
  • 6ea339e docs: add stricter rule test validations to v9 migration guide (#18085) (Milos Djermanovic)
  • ce838ad chore: replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#18045) (renovate[bot])
  • 3c816f1 docs: use relative link from CLI to core concepts (#18083) (Milos Djermanovic)
  • 54df731 chore: update dependency markdownlint-cli to ^0.39.0 (#18084) (renovate[bot])
  • 9458735 docs: fix malformed eslint config comments in rule examples (#18078) (Francesco Trotta)
  • 07a1ada docs: link from --fix CLI doc to the relevant core concept (#18080) (Bryan Mishkin)
  • 8f06a60 chore: update dependency shelljs to ^0.8.5 (#18079) (Francesco Trotta)
  • b844324 docs: Update team responsibilities (#18048) (Nicholas C. Zakas)
  • aadfb60 docs: document languageOptions and other v9 changes for context (#18074) (fnx)
  • 3c4d51d feat!: default for enforceForClassMembers in no-useless-computed-key (#18054) (Francesco Trotta)
  • 47e60f8 feat!: Stricter rule test validations (#17654) (fnx)
  • 1a94589 feat!: no-unused-vars default caughtErrors to 'all' (#18043) (Josh Goldberg ✨)
  • 857e242 docs: tweak explanation for meta.docs rule properties (#18057) (Bryan Mishkin)
  • 10485e8 docs: recommend messageId over message for reporting rule violations (#18050) (Bryan Mishkin)
  • 98b5ab4 docs: Update README (GitHub Actions Bot)
  • 93ffe30 chore: update dependency file-entry-cache to v8 (#17903) (renovate[bot])
  • 505fbf4 docs: update no-restricted-imports rule (#18015) (Tanuj Kanti)
  • 2d11d46 feat: add suggestions to use-isnan in binary expressions (#17996) (StyleShit)
  • c25b4af docs: Update README (GitHub Actions Bot)

v9.0.0-alpha.2 - January 26, 2024

... (truncated)

Commits


Updates prettier-plugin-svelte from 3.1.2 to 3.2.2

Changelog

Sourced from prettier-plugin-svelte's changelog.

3.2.2

  • (fix) handle updated @render tag AST shape

3.2.1

  • (fix) handle updated @render tag AST shape

3.2.0

  • (feat) format JSON script tags
  • (feat) introduce separate entry point using prettier/standalone
  • (fix) don't duplicate comments of nested script/style tags
  • (fix) handle updated Snippet block AST shape
Commits
  • 601ee41 chore: release 3.2.2
  • c968fef fix: adjust render tag printing for Svelte 5 AST changes
  • 08d7a8b chore: cross-test dirs test.only support
  • 96049c6 fix: handle updated @render tag AST shape
  • c8317eb chore: release 3.2.0
  • d89241e feat: semi-standalone browser build (#430)
  • 288d915 fix: handle updated Snippet block AST shape
  • 99c885e chore: remove Buffer usage for browser environments (#423)
  • cc856a0 fix: don't duplicate comments of nested script/style tags (#425)
  • 1884f22 feat: format JSON script tags (#424)
  • See full diff in compare view


Updates remark-footnotes from 2.0.0 to 4.0.1

Release notes

Sourced from remark-footnotes's releases.

4.0.1

  • cf5b45e Update docs, tests for changes in remark-rehype

4.0.0

  • 6ec8372 Use ESM
    // From CommonJS
    var remarkFootnotes = require('remark-footnotes')
    

    // To ESM import remarkFootnotes from 'remark-footnotes'

    Learn more about ESM in this guide
  • 6249e02 Add JSDoc based types
  • 4c4f827 Remove warning for remark 12

3.0.0

  • 0cfeae1 Update for micromark in remark@13 (breaking, this update will not work with remark lower than v13, and see commit for other changes)
Commits


Updates vite from 5.0.10 to 5.1.4

Release notes

Sourced from vite's releases.

create-vite@5.1.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.1.4 (2024-02-21)

5.1.3 (2024-02-15)

5.1.2 (2024-02-14)