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 across 1 directory with 15 updates #49

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps the example group with 15 updates in the / directory:

Package From To
vue 3.4.26 3.4.31
vue-router 4.3.2 4.4.0
@rushstack/eslint-patch 1.10.2 1.10.3
@types/node 20.12.7 20.14.10
@vitejs/plugin-vue 5.0.4 5.0.5
eslint 9.1.1 9.6.0
eslint-plugin-cypress 3.0.2 3.3.0
eslint-plugin-vue 9.25.0 9.27.0
jsdom 24.0.0 24.1.0
npm-run-all2 6.1.2 6.2.2
prettier 3.2.5 3.3.2
start-server-and-test 2.0.3 2.0.4
typescript 5.4.5 5.5.3
vite 5.2.10 5.3.3
vue-tsc 2.0.15 2.0.26

Updates vue from 3.4.26 to 3.4.31

Release notes

Sourced from vue's releases.

v3.4.31

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.30

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.29

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.28

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.27

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.4.31 (2024-06-28)

Bug Fixes

Reverts

  • Revert "fix(reactivity): avoid infinite loop when render access a side effect computed (#11135)" (e0df985)
  • Revert "fix(reactivity): fix side effect computed dirty level (#11183)" (6c303ea), closes #11183

3.4.30 (2024-06-22)

Note: this release contains a fix (#11150) that requires vue-tsc to also be updated in sync to ^2.0.22. See #11196

Bug Fixes

  • compiler-core: should not remove slot node with v-else (#11150) (e102670)
  • hydration: fix css vars hydration mismatch false positive on attr-fallthrough (#11190) (7ad67ce), closes #11188
  • hydration: skip prop mismatch check for directives that mutate DOM in created (3169c91), closes #11189
  • reactivity: fix side effect computed dirty level (#11183) (3bd79e3), closes #11181 #11169
  • runtime-core: ensure unmount dynamic components in optimized mode (#11171) (220fe24), closes #11168
  • runtime-core: update devtool __vnode on patch, avoid memory leak during dev (a959781), closes #11192
  • runtime-dom: ensure only symbols are explicitly stringified during attribute patching (#11182) (a2e35d6), closes #11177
  • runtime-dom: prevent setting state as attribute for custom elements (#11165) (8ae4c29), closes #11163

Performance Improvements

3.4.29 (2024-06-14)

Bug Fixes

  • build: fix accidental inclusion of runtime-core in server-renderer cjs build (11cc12b), closes #11137
  • compiler-sfc: fix missing scope for extends error message (4ec387b)
  • compiler-sfc: fix parsing of mts, d.mts, and mtsx files (a476692)
  • compiler-sfc: support @​vue-ignore comment on more type sources (a23e99b)
  • custom-element: support same direct setup function signature in defineCustomElement (7c8b126), closes #11116
  • reactivity: avoid infinite loop when render access a side effect computed (#11135) (8296e19), closes #11121

... (truncated)

Commits
  • f2acd51 release: v3.4.31
  • 746352a fix(compiler-core): handle inline comments with undefined bindings (#11217)
  • ad22879 test(reactivity): add a failed test for computed (#11243)
  • b1d1f44 chore(deps): update dependency monaco-editor to ^0.50.0 (#11211)
  • e0df985 fix: Revert "fix(reactivity): avoid infinite loop when render access a side e...
  • 6c303ea Revert "fix(reactivity): fix side effect computed dirty level (#11183)"
  • 261fb7c chore(deps): update dawidd6/action-download-artifact action to v6 (#11212)
  • 01ff603 chore(deps): update dependency puppeteer to ~22.12.0 (#11210)
  • 89946f8 chore(deps): update dependency typescript-eslint to ^7.13.1 (#11209)
  • a1170db chore(deps): update all non-major dependencies (#11207)
  • Additional commits viewable in compare view


Updates vue-router from 4.3.2 to 4.4.0

Release notes

Sourced from vue-router's releases.

v4.4.0

Please refer to CHANGELOG.md for details.

v4.4.0-alpha.3

Please refer to CHANGELOG.md for details.

v4.4.0-alpha.2

Please refer to CHANGELOG.md for details.

v4.4.0-alpha.1

Please refer to CHANGELOG.md for details.

v4.4.0-alpha.0

Please refer to CHANGELOG.md for details.

v4.3.3

Please refer to CHANGELOG.md for details.

Commits
  • 77d7217 release: vue-router@4.4.0
  • 52b531d docs: update vitepress
  • bf106df chore: remove unused dep
  • b55ab88 chore: up pnpm
  • 19142f5 Merge pull request #2264 from vuejs/refactor/typed-routes
  • a91123f docs: vuejs.de banner
  • 805e6ff docs(zh): fix the order of useRouter() and useRoute() in packages/docs/zh/gui...
  • edff284 release: vue-router@4.4.0-alpha.3
  • abe223d feat: add a clearRoutes method
  • 249bf2d docs: vuejs.de banner
  • Additional commits viewable in compare view


Updates @rushstack/eslint-patch from 1.10.2 to 1.10.3

Changelog

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

1.10.3

Fri, 17 May 2024 00:10:40 GMT

Patches

  • [eslint-patch] Allow use of ESLint v9
Commits


Updates @types/node from 20.12.7 to 20.14.10

Commits


Updates @vitejs/plugin-vue from 5.0.4 to 5.0.5

Release notes

Sourced from @​vitejs/plugin-vue's releases.

plugin-vue@5.0.5

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

5.0.5 (2024-05-30)

  • fix(deps): update all non-major dependencies (#360) (ed4970a), closes #360
  • fix(deps): update all non-major dependencies (#371) (0a484c7), closes #371
  • fix(plugin-vue): don't inline template when __VUE_PROD_DEVTOOLS__ (#81) (277a3ab), closes #81
  • refactor(plugin-vue): use normalizePath from vite (#395) (2848174), closes #395
  • chore(deps): replace dependency eslint-plugin-node with eslint-plugin-n ^14.0.0 (#378) (997f9bb), closes #378
  • chore(deps): update all non-major dependencies (#355) (4faec3d), closes #355
  • chore(deps): update upstream (#356) (cf7d91e), closes #356
  • chore(deps): update upstream (#361) (a28c46e), closes #361
  • chore(deps): update upstream (#367) (2050ad3), closes #367
  • chore(deps): update upstream (#379) (96c82e9), closes #379
  • chore(plugin-vue): update options on docs (3f8b472)
Commits
  • e74816a release: plugin-vue@5.0.5
  • 277a3ab fix(plugin-vue): don't inline template when __VUE_PROD_DEVTOOLS__ (#81)
  • 2848174 refactor(plugin-vue): use normalizePath from vite (#395)
  • 96c82e9 chore(deps): update upstream (#379)
  • 0a484c7 fix(deps): update all non-major dependencies (#371)
  • 997f9bb chore(deps): replace dependency eslint-plugin-node with eslint-plugin-n ^14.0...
  • 2050ad3 chore(deps): update upstream (#367)
  • ed4970a fix(deps): update all non-major dependencies (#360)
  • a28c46e chore(deps): update upstream (#361)
  • 3f8b472 chore(plugin-vue): update options on docs
  • Additional commits viewable in compare view


Updates eslint from 9.1.1 to 9.6.0

Release notes

Sourced from eslint's releases.

v9.6.0

Features

  • e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas)
  • 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate named capturing groups (#18596) (Milos Djermanovic)

Bug Fixes

  • 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic)
  • 21d3766 fix: no-unused-vars include caught errors pattern in report message (#18609) (Kirk Waiblinger)
  • d7a7736 fix: improve no-unused-vars message on unused caught errors (#18608) (Kirk Waiblinger)
  • f9e95d2 fix: correct locations of invalid /* eslint */ comments (#18593) (Milos Djermanovic)

Documentation

  • 13dbecd docs: Limit search to just docs (#18627) (Nicholas C. Zakas)
  • 375227f docs: Update getting-started.md - add pnpm to init eslint config (#18599) (Kostiantyn Ochenash)
  • 44915bb docs: Update README (GitHub Actions Bot)
  • d50db7b docs: Update vscode-eslint info (#18595) (Nicholas C. Zakas)

Chores

  • b15ee30 chore: upgrade @​eslint/js@​9.6.0 (#18632) (Milos Djermanovic)
  • d655503 chore: package.json update for @​eslint/js release (Jenkins)
  • 7c78ad9 refactor: Use language.visitorKeys and check for non-JS SourceCode (#18625) (Nicholas C. Zakas)
  • 69ff64e refactor: Return value of applyInlineConfig() (#18623) (Nicholas C. Zakas)
  • d2d06f7 refactor: use / separator when adjusting ignorePatterns on Windows (#18613) (Milos Djermanovic)
  • 6421973 refactor: fix disable directives for languages with 0-based lines (#18605) (Milos Djermanovic)
  • 0a13539 refactor: Allow optional methods for languages (#18604) (Nicholas C. Zakas)
  • c7ddee0 chore: make internal-rules not being a package (#18601) (Milos Djermanovic)
  • 3379164 chore: remove .eslintrc.js (#18011) (唯然)
  • d0c3a32 chore: update knip (with webdriver-io plugin) (#18594) (Lars Kappert)

v9.5.0

Features

  • b2d256c feat: no-sparse-arrays report on "comma" instead of the whole array (#18579) (fisker Cheung)

Bug Fixes

  • 6880286 fix: treat * as a universal pattern (#18586) (Milos Djermanovic)
  • 7fbe211 fix: message template for all files ignored (#18564) (Milos Djermanovic)
  • 469cb36 fix: Don't lint the same file multiple times (#18552) (Milos Djermanovic)
  • 5cff638 fix: improve message for ignored files without a matching config (#18404) (Francesco Trotta)

Documentation

  • 455f7fd docs: add section about including .gitignore files (#18590) (Milos Djermanovic)
  • 721eafe docs: update info about universal files patterns (#18587) (Francesco Trotta)
  • 8127127 docs: Update README (GitHub Actions Bot)
  • 55c2a66 docs: Update README (GitHub Actions Bot)
  • eb76282 docs: Update README (GitHub Actions Bot)
  • ff6e96e docs: baseConfig and overrideConfig can be arrays (#18571) (Milos Djermanovic)
  • d2d83e0 docs: Add mention of eslint-transforms to v9 migration guide (#18566) (Nicholas C. Zakas)
  • 9ce6832 docs: add callout box for unintuitive behavior (#18567) (Ben McCann)
  • b8db99c docs: Add VS Code info to config migration guide (#18555) (Nicholas C. Zakas)
  • 518a35c docs: Mention config migrator (#18561) (Nicholas C. Zakas)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.6.0 - June 28, 2024

  • b15ee30 chore: upgrade @​eslint/js@​9.6.0 (#18632) (Milos Djermanovic)
  • d655503 chore: package.json update for @​eslint/js release (Jenkins)
  • 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic)
  • 13dbecd docs: Limit search to just docs (#18627) (Nicholas C. Zakas)
  • 7c78ad9 refactor: Use language.visitorKeys and check for non-JS SourceCode (#18625) (Nicholas C. Zakas)
  • e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas)
  • 69ff64e refactor: Return value of applyInlineConfig() (#18623) (Nicholas C. Zakas)
  • 375227f docs: Update getting-started.md - add pnpm to init eslint config (#18599) (Kostiantyn Ochenash)
  • 44915bb docs: Update README (GitHub Actions Bot)
  • d2d06f7 refactor: use / separator when adjusting ignorePatterns on Windows (#18613) (Milos Djermanovic)
  • 21d3766 fix: no-unused-vars include caught errors pattern in report message (#18609) (Kirk Waiblinger)
  • 6421973 refactor: fix disable directives for languages with 0-based lines (#18605) (Milos Djermanovic)
  • d7a7736 fix: improve no-unused-vars message on unused caught errors (#18608) (Kirk Waiblinger)
  • 0a13539 refactor: Allow optional methods for languages (#18604) (Nicholas C. Zakas)
  • f9e95d2 fix: correct locations of invalid /* eslint */ comments (#18593) (Milos Djermanovic)
  • 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate named capturing groups (#18596) (Milos Djermanovic)
  • c7ddee0 chore: make internal-rules not being a package (#18601) (Milos Djermanovic)
  • 3379164 chore: remove .eslintrc.js (#18011) (唯然)
  • d0c3a32 chore: update knip (with webdriver-io plugin) (#18594) (Lars Kappert)
  • d50db7b docs: Update vscode-eslint info (#18595) (Nicholas C. Zakas)

v9.5.0 - June 14, 2024

  • f588160 chore: upgrade @​eslint/js@​9.5.0 (#18591) (Milos Djermanovic)
  • 5890841 chore: package.json update for @​eslint/js release (Jenkins)
  • 455f7fd docs: add section about including .gitignore files (#18590) (Milos Djermanovic)
  • e9f4ccd chore: remove unused eslint-disable directive (#18589) (Milos Djermanovic)
  • 721eafe docs: update info about universal files patterns (#18587) (Francesco Trotta)
  • 4b23ffd refactor: Move JS parsing logic into JS language (#18448) (Nicholas C. Zakas)
  • 6880286 fix: treat * as a universal pattern (#18586) (Milos Djermanovic)
  • 8127127 docs: Update README (GitHub Actions Bot)
  • b2d256c feat: no-sparse-arrays report on "comma" instead of the whole array (#18579) (fisker Cheung)
  • 1495b93 chore: update WebdriverIO packages (#18558) (Christian Bromann)
  • cea7ede chore: add website donate link instead of opencollective (#18582) (Strek)
  • 55c2a66 docs: Update README (GitHub Actions Bot)
  • eb76282 docs: Update README (GitHub Actions Bot)
  • ff6e96e docs: baseConfig and overrideConfig can be arrays (#18571) (Milos Djermanovic)
  • 7fbe211 fix: message template for all files ignored (#18564) (Milos Djermanovic)
  • ec94880 chore: package.json update for eslint-config-eslint release (Jenkins)
  • d2d83e0 docs: Add mention of eslint-transforms to v9 migration guide (#18566) (Nicholas C. Zakas)
  • 6912586 chore: extract formatting rules into separate config (#18560) (Milos Djermanovic)
  • 9ce6832 docs: add callout box for unintuitive behavior (#18567) (Ben McCann)
  • b8db99c docs: Add VS Code info to config migration guide (#18555) (Nicholas C. Zakas)
  • 518a35c docs: Mention config migrator (#18561) (Nicholas C. Zakas)
  • 469cb36 fix: Don't lint the same file multiple times (#18552) (Milos Djermanovic)
  • 9738f7e ci: fix CLI flags for c8, raise thresholds (#18554) (Francesco Trotta)
  • eb440fc docs: specifying files with arbitrary or no extension (#18539) (Francesco Trotta)
  • 38c159e docs: Provide example of reading package.json for plugins meta (#18530) (Nicholas C. Zakas)

... (truncated)

Commits


Updates eslint-plugin-cypress from 3.0.2 to 3.3.0

Release notes

Sourced from eslint-plugin-cypress's releases.

v3.3.0

3.3.0 (2024-05-29)

Features

  • add flat configurations (0e434c7)

v3.2.0

3.2.0 (2024-05-06)

Features

  • support eslint v9 through @​eslint/eslintrc (25e092e)

v3.1.1

3.1.1 (2024-05-03)

Bug Fixes

  • issue with unsafe to chain command that is not an action (93824e4)

v3.1.0

3.1.0 (2024-05-03)

Features

  • apply no-pause rule recursively (f725f55)

v3.0.3

3.0.3 (2024-05-01)

Bug Fixes

  • deps: update semantic-release to 23.0.8 (b3c2425)
Commits
  • 0e835e9 Merge pull request #212 from MikeMcC399/add/flat-config
  • 0e434c7 feat: add flat configurations
  • 55fa0dd Merge pull request #213 from MikeMcC399/update/eslint-deps
  • e6edf33 chore(deps): update eslint to 9.3.0 with plugin updates
  • c5b206b Merge pull request #211 from MikeMcC399/property-ordering
  • f53f7df test: fix test property ordering
  • 0a70707 test: add ordering rules
  • a109c4a Merge pull request #210 from MikeMcC399/update/eslint-to-9
  • 3ad2854 chore(deps): update eslint to 9.2.0
  • aa5ce37 Merge pull request #207 from MikeMcC399/migrate/ruletester-v9
  • Additional commits viewable in compare view


Updates eslint-plugin-vue from 9.25.0 to 9.27.0

Release notes

Sourced from eslint-plugin-vue's releases.

v9.27.0

✨ Enhancements

🐛 Bug Fixes

⚙️ Updates

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.26.0...v9.27.0

v9.26.0

✨ Enhancements

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.25.0...v9.26.0

Commits


Updates jsdom from 24.0.0 to 24.1.0

Release notes

Sourced from jsdom's releases.

Version 24.1.0

  • Added the getSetCookie() method to the Headers class. (ushiboy)
  • Fixed the creation and parsing of elements with names from Object.prototype, like "constructor" or "toString".
  • Updated rweb-cssom, which can now parse additional CSS constructs.
Changelog

Sourced from jsdom's changelog.

24.1.0

  • Added the getSetCookie() method to the Headers class. (ushiboy)
  • Fixed the creation and parsing of elements with names from Object.prototype, like "constructor" or "toString".
  • Updated rweb-cssom, which can now parse additional CSS constructs.
Commits
  • 4555914 Version 24.1.0
  • a693107 Fix elements with names from Object.prototype
  • 8738255 Add regression test for comma selector
  • a343932 Implement the getSetCookie() method of Headers
  • f2fa507 Update URLs and fix grammar error
  • 7dc7ab9 Fix getComputedStyle() not-implemented message
  • f5f2468 Update dependencies and most dev dependencies
  • b32d82b Fix wpt failure in overwritten-customElements-global.html
  • See full diff in compare view


Updates npm-run-all2 from 6.1.2 to 6.2.2

Release notes

Sourced from npm-run-all2's releases.

v6.2.2

Commits

  • Revert "Compatibility: npm, yarn and pnpm run scripts" fc35f0d

v6.2.1

Merged

v6.2.0

Merged

Changelog

Sourced from npm-run-all2's changelog.

v6.2.2

Commits

  • Revert "Compatibility: npm, yarn and pnpm run scripts" fc35f0d

v6.2.1 - 2024-07-03

Merged

v6.2.0 - 2024-05-17

Merged

dependabot[bot] commented 2 weeks ago

Superseded by #50.