Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump the example group across 1 directory with 12 updates #82

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

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

Package From To
@zitadel/vue 1.1.0 1.1.1
vue 3.5.10 3.5.12
@types/node 22.7.4 22.8.7
@vue/eslint-config-prettier 9.0.0 10.1.0
@vue/eslint-config-typescript 13.0.0 14.1.3
eslint 9.11.1 9.14.0
eslint-plugin-cypress 3.5.0 4.1.0
eslint-plugin-vue 9.28.0 9.30.0
npm-run-all2 6.2.3 7.0.1
typescript 5.6.2 5.6.3
vite 5.4.8 5.4.10
vue-tsc 2.1.6 2.1.10

Updates @zitadel/vue from 1.1.0 to 1.1.1

Release notes

Sourced from @​zitadel/vue's releases.

v1.1.1

1.1.1 (2024-10-02)

Bug Fixes

Commits
  • f11fb6c fix: bump typescript from 5.5.4 to 5.6.2 in /lib in the lib group (#69)
  • 5998161 chore: bump the example group across 1 directory with 12 updates (#74)
  • 5999081 chore: bump rollup from 4.21.1 to 4.22.4 (#73)
  • b7408c3 chore: improve example config (#67)
  • 32acdcc chore: bump the example group with 3 updates (#66)
  • 8fa4273 chore: bump micromatch from 4.0.5 to 4.0.8 (#65)
  • ae8dca4 chore: bump the example group across 1 directory with 5 updates (#64)
  • e8921b2 chore: use latest lib for example (#62)
  • 97aabe5 chore: bump axios from 1.6.5 to 1.7.4 (#61)
  • 49a7a9c chore: bump the example group across 1 directory with 7 updates (#60)
  • See full diff in compare view

Updates vue from 3.5.10 to 3.5.12

Release notes

Sourced from vue's releases.

v3.5.12

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

v3.5.11

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.5.12 (2024-10-11)

Bug Fixes

Performance Improvements

  • reactivity: avoid unnecessary recursion in removeSub (#12135) (ec917cf)

3.5.11 (2024-10-03)

Bug Fixes

  • compiler-sfc: do not skip TSSatisfiesExpression when transforming props destructure (#12062) (2328b05), closes #12061
  • reactivity: prevent overwriting next property during batch processing (#12075) (d3f5e6e), closes #12072
  • scheduler: job ordering when the post queue is flushing (#12090) (577edca)
  • types: correctly infer TypeProps when it is any (#12073) (57315ab), closes #12058
  • types: should not intersect PublicProps with Props (#12077) (6f85894)
  • types: infer the first generic type of Ref correctly (#12094) (c97bb84)
Commits
  • 770ea67 release: v3.5.12
  • c82b662 refactor(reactivity): reduce size of collectionHandlers (#12152)
  • ea943af fix(runtime-dom): prevent unnecessary updates in v-model checkbox when value ...
  • d82fa61 chore: format
  • d96883c test(reactivity): test for verifying no unnecessary calls of reactive array i...
  • 1ae545a fix(hydration): provide compat fallback for idle callback hydration strategy ...
  • 05685a9 fix(types): retain union type narrowing with defaults applied (#12108)
  • cde2c06 fix(compiler): clone loc to ifNode (#12131)
  • 4474c11 fix(compiler-sfc): use sass modern api if available and avoid deprecation war...
  • 9da1ac1 fix(runtime-core): fix required prop check false positive for kebab-case edge...
  • Additional commits viewable in compare view

Updates @types/node from 22.7.4 to 22.8.7

Commits

Updates @vue/eslint-config-prettier from 9.0.0 to 10.1.0

Release notes

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

v10.1.0

New Features

  • Added .d.ts files, fixed #24

Full Changelog: vuejs/eslint-config-prettier@v10.0.0...v10.1.0

v10.0.0

What's Changed

Full Changelog: vuejs/eslint-config-prettier@v9.0.0...v10.0.0

Commits

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

Release notes

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

v14.1.3

What's Changed

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.1.2...v14.1.3

v14.1.2

Bug Fixes

  • Print more friendly error messages if the user provides a non-existent configuration name to extends.

Full Changelog: vuejs/eslint-config-typescript@v14.1.1...v14.1.2

v14.1.1

Bug Fixes

  • Fixed #91

    TypeError: Config "typescript-eslint/disable-type-checked": Key "files": Expected value to be a non-empty array"

Full Changelog: vuejs/eslint-config-typescript@v14.1.0...v14.1.1

v14.1.0

New Features

Bug Fixes

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.0.1...v14.1.0

v14.0.1

Bugfixes

  • Fixed an occasional bug that when using with npm or yarn v1, an invalid ecmaVersion error would be thrown if the wrong version of estree is hoisted to the node_modules root. Fixes #87. [aae95d6]

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.0.0...v14.0.1

... (truncated)

Commits
  • 3f8bf2e 14.1.3
  • a6cb23d fix: skip typechecking cjs and mjs files
  • 4cbb1ba docs: add missing curly bracket in example config
  • aaca88c 14.1.2
  • 6b2d045 chore: add more meaningful error message for incorrect config names
  • 21142b1 docs: fix type-aware linting example
  • 3bca91e 14.1.1
  • d414c99 fix: if no matching files found, skip setting the corresponding config
  • 76c7a96 docs: keep the line length short to avoid scrollbars on GitHub
  • 0370486 14.1.0
  • Additional commits viewable in compare view

Updates eslint from 9.11.1 to 9.14.0

Release notes

Sourced from eslint's releases.

v9.14.0

Features

  • 3fa009f feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic)
  • b0faee3 feat: add types for the @eslint/js package (#19010) (Nitin Kumar)

Bug Fixes

  • 24d0172 fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas)
  • b442067 fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas)
  • d474443 fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros)

Documentation

  • 151c965 docs: update context.languageOptions.parser description (#19084) (Nitin Kumar)
  • dc34f94 docs: Update README (GitHub Actions Bot)
  • f16e846 docs: Update README (GitHub Actions Bot)
  • ee0a77e docs: change link from @​types/eslint to lib/types (#19049) (Karl Horky)
  • 50f03a1 docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)

Build Related

  • 37c9177 build: update @wdio/* dependencies (#19068) (Francesco Trotta)
  • 35a8858 build: exclude flawed dendency versions (#19065) (Francesco Trotta)

Chores

  • f36cb16 chore: upgrade @​eslint/js@​9.14.0 (#19086) (Milos Djermanovic)
  • 28be447 chore: package.json update for @​eslint/js release (Jenkins)
  • f48a2a0 test: add no-invalid-regexp tests with RegExp Modifiers (#19075) (Milos Djermanovic)
  • 425202e perf: Fix caching in config loaders (#19042) (Milos Djermanovic)
  • 3d44b3c ci: run tests in Node.js 23 (#19055) (Francesco Trotta)
  • 7259627 test: ensure tmp directory cleanup in check-emfile-handling.js (#19036) (Livia Medeiros)

v9.13.0

Features

  • 381c32b feat: Allow languages to provide defaultLanguageOptions (#19003) (Milos Djermanovic)
  • bf723bd feat: Improve eslintrc warning message (#19023) (Milos Djermanovic)
  • 1def4cd feat: drop support for jiti v1.21 (#18996) (Francesco Trotta)
  • f879be2 feat: export ESLint.defaultConfig (#18983) (Nitin Kumar)

Bug Fixes

Documentation

  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#19019) (Nitin Kumar)
  • 19e68d3 docs: update deprecated rules type definitions (#19018) (Nitin Kumar)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#19006) (Milos Djermanovic)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#18997) (Milos Djermanovic)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#18988) (Milos Djermanovic)

Chores

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.14.0 - November 1, 2024

  • f36cb16 chore: upgrade @​eslint/js@​9.14.0 (#19086) (Milos Djermanovic)
  • 28be447 chore: package.json update for @​eslint/js release (Jenkins)
  • 24d0172 fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas)
  • 3fa009f feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic)
  • b0faee3 feat: add types for the @eslint/js package (#19010) (Nitin Kumar)
  • 151c965 docs: update context.languageOptions.parser description (#19084) (Nitin Kumar)
  • dc34f94 docs: Update README (GitHub Actions Bot)
  • f48a2a0 test: add no-invalid-regexp tests with RegExp Modifiers (#19075) (Milos Djermanovic)
  • 37c9177 build: update @wdio/* dependencies (#19068) (Francesco Trotta)
  • b442067 fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas)
  • 35a8858 build: exclude flawed dendency versions (#19065) (Francesco Trotta)
  • 425202e perf: Fix caching in config loaders (#19042) (Milos Djermanovic)
  • 3d44b3c ci: run tests in Node.js 23 (#19055) (Francesco Trotta)
  • f16e846 docs: Update README (GitHub Actions Bot)
  • ee0a77e docs: change link from @​types/eslint to lib/types (#19049) (Karl Horky)
  • d474443 fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros)
  • 7259627 test: ensure tmp directory cleanup in check-emfile-handling.js (#19036) (Livia Medeiros)
  • 50f03a1 docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)

v9.13.0 - October 18, 2024

  • 68d2d9d chore: upgrade to @eslint/[email protected] and @eslint/core@^0.7.0 (#19034) (Francesco Trotta)
  • 2211f0a chore: package.json update for @​eslint/js release (Jenkins)
  • 381c32b feat: Allow languages to provide defaultLanguageOptions (#19003) (Milos Djermanovic)
  • 78836d4 fix: update the complexity rule type (#19027) (Nitin Kumar)
  • c7abaef perf: using Node.js compile cache (#19012) (唯然)
  • bf723bd feat: Improve eslintrc warning message (#19023) (Milos Djermanovic)
  • 1d7c077 chore: add pkg.type "commonjs" (#19011) (唯然)
  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#19019) (Nitin Kumar)
  • 468e3bd test: fix ESLint tests (#19021) (Francesco Trotta)
  • 19e68d3 docs: update deprecated rules type definitions (#19018) (Nitin Kumar)
  • 1def4cd feat: drop support for jiti v1.21 (#18996) (Francesco Trotta)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#19006) (Milos Djermanovic)
  • 064c8b6 fix: update rule types (#18925) (Nitin Kumar)
  • f879be2 feat: export ESLint.defaultConfig (#18983) (Nitin Kumar)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#18997) (Milos Djermanovic)
  • ed4635f ci: upgrade [email protected] (#18992) (Milos Djermanovic)
  • efad767 chore: remove unused ignore dependency (#18993) (Amaresh S M)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#18988) (Milos Djermanovic)

v9.12.0 - October 4, 2024

... (truncated)

Commits

Updates eslint-plugin-cypress from 3.5.0 to 4.1.0

Release notes

Sourced from eslint-plugin-cypress's releases.

v4.1.0

4.1.0 (2024-10-30)

Features

  • docs: publish updated readme (2bc8d5a)

v4.0.0

4.0.0 (2024-10-11)

Features

  • minimum version eslint v9 (b50181a)

BREAKING CHANGES

  • Support ESLint v9 and above only

Support for ESlint v7 & v8 is removed languageOptions ecmaVersion: 2019 and sourceType: module are removed from eslint-plugin-cypress/flat config globals is updated to 15.11.0 eslint-plugin-n is updated to 17.11.1

v3.6.0

3.6.0 (2024-10-11)

Features

  • publish eslint v8 deprecation (44a7722)
Commits
  • 5543ac1 Merge pull request #244 from MikeMcC399/publish-docs
  • 2bc8d5a feat(docs): publish updated readme
  • ec56ebc Merge pull request #243 from MikeMcC399/update/cimg/node
  • 5dc7475 ci(deps): update to cimg/node:22.11.0
  • 20c42ab Merge pull request #242 from MikeMcC399/update/semantic-release
  • 840be36 Merge pull request #241 from MikeMcC399/update/eslint-deps
  • 904ba92 chore(deps): update semantic-release to 24.2.0
  • c82cf82 chore(deps): update eslint to 9.13.0 and other eslint* deps
  • ee9980a Merge pull request #239 from MikeMcC399/docs/swap-flat-legacy
  • 3e3412d docs: swap flat and legacy config doc locations
  • Additional commits viewable in compare view

Updates eslint-plugin-vue from 9.28.0 to 9.30.0

Release notes

Sourced from eslint-plugin-vue's releases.

v9.30.0

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.29.1...v9.30.0

v9.29.1

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.29.0...v9.29.1

v9.29.0

✨ Enhancements

New Rules

Others

⚙️ Updates

  • #2528, #2566 Added TypeScript declarations for configs.
  • #2565 Added support for recognizing Vue components in .tsx files.
Commits
  • 50bde65 9.30.0
  • 9a56de8 Fix false negatives and false positives in vue/require-valid-default-prop r...
  • 86300c4 fix(custom-event-name-casing): check defineEmits variable name in template (#...
  • 207eb98 Update development dependencies (#2582)
  • 7502cf8 9.29.1
  • aa476d6 Fix Linter type import in index.d.ts (#2572)
  • 635b6ed 9.29.0
  • ba6a1d4 fix: type declarations for configs (#2566)
  • a91ae04 fix(utils): also recognize .tsx files as Vue files (#2565)
  • 2dc606c Add support for props destructure to vue/no-setup-props-reactivity-loss rul...
  • Additional commits viewable in compare view

Updates npm-run-all2 from 6.2.3 to 7.0.1

Release notes

Sourced from npm-run-all2's releases.

v7.0.1

Commits

  • Revert engine range bump back to Node 18 b2e849b

v7.0.0

Merged

Commits

  • Breaking change: Bump node engines ^18.17.0 || >=20.5.0 49b95f0
  • Merge pull request #156 from bcomnes/rm-rf-rimraf c661ffc
  • Remove rimraf c77e085

v6.2.6

Commits

  • Prevent a throw when looking up undefined results d928f9a

v6.2.4

Merged

Fixed

Changelog

Sourced from npm-run-all2's changelog.

v7.0.1

Commits

  • Revert engine range bump back to Node 18 b2e849b

v7.0.0 - 2024-10-21

Merged

Commits

  • Breaking change: Bump node engines ^18.17.0 || >=20.5.0 49b95f0
  • Merge pull request #156 from bcomnes/rm-rf-rimraf c661ffc
  • Remove rimraf c77e085

v6.2.6 - 2024-10-21

Commits

  • Prevent a throw when looking up undefined results d928f9a

v6.2.4 - 2024-10-18

Merged

Fixed

Commits
  • 43bfd54 7.0.1
  • b2e849b Revert engine range bump back to Node 18
  • 1a2f0a1 7.0.0
  • b300a1f Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/minimatch-10.0.1'
  • 4be26c5 Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/which-5.0.0'
  • 3f28b19 Merge pull request #158 from bcomnes/fix-undefined-throw

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

| Package | From | To |
| --- | --- | --- |
| [@zitadel/vue](https://github.com/zitadel/zitadel-vue) | `1.1.0` | `1.1.1` |
| [vue](https://github.com/vuejs/core) | `3.5.10` | `3.5.12` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.4` | `22.8.7` |
| [@vue/eslint-config-prettier](https://github.com/vuejs/eslint-config-prettier) | `9.0.0` | `10.1.0` |
| [@vue/eslint-config-typescript](https://github.com/vuejs/eslint-config-typescript) | `13.0.0` | `14.1.3` |
| [eslint](https://github.com/eslint/eslint) | `9.11.1` | `9.14.0` |
| [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) | `3.5.0` | `4.1.0` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `9.28.0` | `9.30.0` |
| [npm-run-all2](https://github.com/bcomnes/npm-run-all2) | `6.2.3` | `7.0.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.6.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.8` | `5.4.10` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.1.6` | `2.1.10` |



Updates `@zitadel/vue` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/zitadel/zitadel-vue/releases)
- [Commits](v1.1.0...v1.1.1)

Updates `vue` from 3.5.10 to 3.5.12
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.10...v3.5.12)

Updates `@types/node` from 22.7.4 to 22.8.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vue/eslint-config-prettier` from 9.0.0 to 10.1.0
- [Release notes](https://github.com/vuejs/eslint-config-prettier/releases)
- [Changelog](https://github.com/vuejs/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](vuejs/eslint-config-prettier@v9.0.0...v10.1.0)

Updates `@vue/eslint-config-typescript` from 13.0.0 to 14.1.3
- [Release notes](https://github.com/vuejs/eslint-config-typescript/releases)
- [Commits](vuejs/eslint-config-typescript@v13.0.0...v14.1.3)

Updates `eslint` from 9.11.1 to 9.14.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.11.1...v9.14.0)

Updates `eslint-plugin-cypress` from 3.5.0 to 4.1.0
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](cypress-io/eslint-plugin-cypress@v3.5.0...v4.1.0)

Updates `eslint-plugin-vue` from 9.28.0 to 9.30.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v9.28.0...v9.30.0)

Updates `npm-run-all2` from 6.2.3 to 7.0.1
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases)
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md)
- [Commits](bcomnes/npm-run-all2@v6.2.3...v7.0.1)

Updates `typescript` from 5.6.2 to 5.6.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.2...v5.6.3)

Updates `vite` from 5.4.8 to 5.4.10
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.10/packages/vite)

Updates `vue-tsc` from 2.1.6 to 2.1.10
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v2.1.10/packages/tsc)

---
updated-dependencies:
- dependency-name: "@zitadel/vue"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: example
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: example
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example
- dependency-name: "@vue/eslint-config-prettier"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: example
- dependency-name: "@vue/eslint-config-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: example
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example
- dependency-name: eslint-plugin-cypress
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: example
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example
- dependency-name: npm-run-all2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: example
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants