zitadel / zitadel-vue

Authenticate your ZITADEL users within your Vue applications
https://zitadel.com/docs/examples/login/vue
MIT License
16 stars 5 forks source link

chore: bump the example group with 10 updates #24

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the example group with 10 updates:

Package From To
vue 3.4.19 3.4.21
vue-router 4.2.5 4.3.0
@rushstack/eslint-patch 1.7.2 1.8.0
@types/node 20.11.19 20.11.30
@vue/eslint-config-typescript 12.0.0 13.0.0
eslint 8.56.0 8.57.0
eslint-plugin-vue 9.21.1 9.23.0
typescript 5.3.3 5.4.3
vite 5.1.3 5.2.3
vue-tsc 1.8.27 2.0.7

Updates vue from 3.4.19 to 3.4.21

Release notes

Sourced from vue's releases.

v3.4.21

Please refer to CHANGELOG.md for details.

v3.4.20

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.4.21 (2024-02-28)

Bug Fixes

3.4.20 (2024-02-26)

Bug Fixes

  • parser: should not treat uppercase components as special tags (e0e0253), closes #10395
  • runtime-dom: avoid always resetting nullish option value (ff130c4), closes #10396
  • runtime-dom: fix nested v-show priority regression (364f890), closes #10338
  • runtime-dom: v-bind style should clear previous css string value (#10373) (e2d3235), closes #10352
  • suspense: handle suspense switching with nested suspense (#10184) (0f3da05), closes #10098
  • types: better typing for direct setup signature of defineComponent (#10357) (eadce5b), closes #8604 #8855
Commits


Updates vue-router from 4.2.5 to 4.3.0

Release notes

Sourced from vue-router's releases.

v4.3.0

Please refer to CHANGELOG.md for details.

Commits
  • 13303bd release: vue-router@4.3.0
  • 16f83db chore: up packages
  • 04b6225 chore: require up to date node
  • 17d47ed chore: comment
  • c9f3e0c docs: api updates
  • 9a8520f chore: up vue
  • f934fcf chore: update chromedriver to 121.0.2 to fix binary CDN URL issue (#2144)
  • d14503f docs(zh): translate the last paragraph of named_routes to Chinese (#2141)
  • 04b50e5 fix: keep optional params coming from a parent record (#2031)
  • 2e1ad5d docs: fix index.md to avoid horizontal scrolling in code (#2129)
  • Additional commits viewable in compare view


Updates @rushstack/eslint-patch from 1.7.2 to 1.8.0

Changelog

Sourced from @​rushstack/eslint-patch's changelog.

1.8.0

Wed, 20 Mar 2024 02:09:14 GMT

Minor changes

  • Refactor the bulk-suppressions feature to fix some performance issues.

Patches

  • Fix an issue where linting issues that were already suppressed via suppression comments were recorded in the bulk suppressions list.
Commits
  • 6a3db11 Bump versions [skip ci]
  • fe3009e Update changelogs [skip ci]
  • 237c0f9 Put validation back.
  • c199086 Fix duplicate suppressions and add documentation for extendVerifyFunction.
  • d8dff54 Simplify suppressed rule detection.
  • bbcf811 Introduce build validation for bulk suppressions.
  • 78e9b57 Add tests for oldest and newest supported versions of eslint.
  • e9c6848 Periodically reload the suppressions JSON if running in vscode.
  • adff2fa Support '1' in addition to 'true' in env var boolean values.
  • b7ab99e Fix an issue where multiple eslintrc files in the same process aren't handled...
  • Additional commits viewable in compare view


Updates @types/node from 20.11.19 to 20.11.30

Commits


Updates @vue/eslint-config-typescript from 12.0.0 to 13.0.0

Release notes

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

v13.0.0

Notable Changes

typescript-eslint is upgraded to v7.x. The full release notes can be found in their release blog: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7

It's a small major release that only updates some peer dependency version requirements:

  • Requires Node.js >= 18.18, TypeScript >= 4.7.4, ESLint >= 8.56
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 eslint-plugin-vue from 9.21.1 to 9.23.0

Release notes

Sourced from eslint-plugin-vue's releases.

v9.23.0

✨ Enhancements

🐛 Bug Fixes

⚙️ Updates

  • #2417 Improve performance by removing unnecessary second filter.

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.22.0...v9.23.0

v9.22.0

✨ Enhancements

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.21.1...v9.22.0

Commits
  • f84b8ee 9.23.0
  • e2dc84b feat(order-in-components): add side effects suggestions (#2423)
  • 3abc04c feat: support Vue APIs from auto imports (#2422)
  • 7c71c48 fix(v-for-delimiter-style): ignore Punctuator token (#2416)
  • 8e8e1e8 perf: remove unnecessary second filter for type narrowing (#2417)
  • 02e6bbf Update links to GitHub repos with changed main branch name (#2412)
  • bdddc98 Remove dead link from docs (#2411)
  • 7c5e1ee fix(v-bind-style): only change kebabCase to camelCase (#2410)
  • 0247424 9.22.0
  • 8a781f0 fix(no-useless-v-bind): remove spaces around string in fixes (#2408)
  • Additional commits viewable in compare view


Updates typescript from 5.3.3 to 5.4.3

Release notes

Sourced from typescript's releases.

TypeScript 5.4.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

... (truncated)

Commits
  • 6ea273c Update LKG
  • cd06f92 🤖 Pick PR #57853 (Revert PR 56161) into release-5.4 (#57854)
  • ca8e720 Update LKG
  • 010b188 release-5.4: Revert PR 56087 (#57850)
  • fc7006c Update LKG
  • b45a418 🤖 Pick PR #57801 (Distribute mapped types over array/...) into release-5.4 (#...
  • 609560f Bump version to 5.4.3 and LKG
  • f42605f 🤖 Pick PR #57746 (Revert "Defer processing of nested ...) into release-5.4 (#...
  • 485c7c5 Revert "Allow (non-assert) type predicates to narrow by discriminant"… (#57795)
  • 7f11456 🤖 Pick PR #57751 (Exclude generic string-like types f...) into release-5.4 (#...
  • Additional commits viewable in compare view


Updates vite from 5.1.3 to 5.2.3

Release notes

Sourced from vite's releases.

create-vite@5.2.3

Please refer to CHANGELOG.md for details.

create-vite@5.2.2

Please refer to CHANGELOG.md for details.

create-vite@5.2.1

Please refer to CHANGELOG.md for details.

create-vite@5.2.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.2.3 (2024-03-22)

5.2.2 (2024-03-20)

5.2.1 (2024-03-20)

5.2.0 (2024-03-20)

5.2.0-beta.1 (2024-03-14)

5.2.0-beta.0 (2024-03-12)

... (truncated)

Commits
  • e4572b8 release: v5.2.0
  • 1a3b1d7 fix: update client.ts@cleanUrl to accomodate blob protocol (#16182)
  • 842643d chore(deps): update all non-major dependencies (#16186)
  • de60f1e perf(transformRequest): fast-path watch and sourcemap handling (#16170)
  • 50caf67 fix(assets): avoid splitting , inside query parameter of image URI in srcse...
  • 6f8a320 docs: add @shikiji/vitepress-twoslash (#16168)
  • 20bf97d release: v5.2.0-beta.1
  • 9888843 feat: formalize waitForRequestsIdle (experimental) (#16135)
  • 7ee4261 feat(optimizer): show a friendly warning with 404 instead of 504 outdated opt...
  • 1d5eec4 feat: csp nonce support (#16052)
  • Additional commits viewable in compare view


Updates vue-tsc from 1.8.27 to 2.0.7

Release notes

Sourced from vue-tsc's releases.

v2.0.7

[!NOTE] Hybrid Mode is now disabled by default, you need to enable vue.server.hybridMode in settings to enable it explicitly.

Features

  • language-server: reintroducing full TS support and disable Hybrid Mode by default (#4119)
  • vscode: check outdated @vue/language-plugin-pug in doctor
  • vscode: significantly reduces the status bar space occupied

Bug Fixes

  • vscode: vueCompilerOptions no longer prompts for deprecated options
  • component-meta: defineSlots allows empty params (#4093) - thanks @​Evertvdw
  • typescript-plugin: fault tolerance for named pipe servers json file (#4075) - thanks @​Simon-He95
  • language-core: generate defineModel emits type on-demand (#4052) - thanks @​so1ve
  • language-core: special treatment for number elements inside v-for (#3859) - thanks @​so1ve
  • language-plugin-pug: semantic tokens mapping failed (#4070)

Other Changes

Please refer to CHANGELOG.md for details.


(This project is mainly supported by StackBlitz)

Our Platinum Sponsors

Our Silver Sponsors

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

2.0.7 (2024/3/20)

[!NOTE] Hybrid Mode is now disabled by default, you need to enable vue.server.hybridMode in settings to enable it explicitly.

Features

  • language-server: reintroducing full TS support and disable Hybrid Mode by default (#4119)
  • vscode: check outdated @vue/language-plugin-pug in doctor
  • vscode: significantly reduces the status bar space occupied

Bug Fixes

  • vscode: vueCompilerOptions no longer prompts for deprecated options
  • component-meta: defineSlots allows empty params (#4093) - thanks @​Evertvdw
  • typescript-plugin: fault tolerance for named pipe servers json file (#4075) - thanks @​Simon-He95
  • language-core: generate defineModel emits type on-demand (#4052) - thanks @​so1ve
  • language-core: special treatment for number elements inside v-for (#3859) - thanks @​so1ve
  • language-plugin-pug: semantic tokens mapping failed (#4070)

Other Changes

2.0.6 (2024/3/7)

[!IMPORTANT] If the TypeScript language server crashes since 2.0, please try using VSCode Insiders and install JavaScript and TypeScript Nightly, or temporarily downgrade to 1.8.27.
Issue: vuejs/language-tools#3962

If false positive errors occur, please try disabling unrelated extensions in the Vue workspace.
Issue: vuejs/language-tools#3942

Fixes

  • language-core: use local variables in v-bind shorthand (#4017) - thanks @​so1ve
  • language-core: sfc folding end position failed to mapping (#4038) - thanks @​so1ve
  • language-service: remove extraLiners option for formatting (#3943)
  • language-service: bump volar-service-typescript for fix jsx formatting (#3949)
  • language-service: bump @volar/typescript for fix 2.0.5 auto-complete performance regression (#4024)

Other Changes

  • vscode: rename vue.inlayHints.vbindShorthand setting to vue.inlayHints.vBindShorthand (#3995) - thanks @​l4dybird

2.0.5 (2024/3/5)

Features

... (truncated)

Commits