Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

npm: bump the all group in /example with 5 updates #461

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps the all group in /example with 5 updates:

Package From To
vue 3.3.6 3.3.9
@rushstack/eslint-patch 1.5.1 1.6.0
@vitejs/plugin-vue 4.4.0 4.5.1
eslint-plugin-vue 9.17.0 9.19.2
vue-tsc 1.8.19 1.8.24

Updates vue from 3.3.6 to 3.3.9

Release notes

Sourced from vue's releases.

v3.3.9

Please refer to CHANGELOG.md for details.

v3.3.8

Please refer to CHANGELOG.md for details.

v3.3.7

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.3.9 (2023-11-25)

Bug Fixes

  • compiler-core: avoid rewriting scope variables in inline for loops (#7245) (a2d810e), closes #7238
  • compiler-core: fix resolveParserPlugins decorators check (#9566) (9d0eba9), closes #9560
  • compiler-sfc: consistently escape type-only prop names (#8654) (3e08d24), closes #8635 #8910 vitejs/vite-plugin-vue#184
  • compiler-sfc: malformed filename on windows using path.posix.join() (#9478) (f18a174), closes #8671 #9583 #9446 #9473
  • compiler-sfc: support :is and :where selector in scoped css rewrite (#8929) (3227e50)
  • compiler-sfc: support resolve extends interface for defineEmits (#8470) (9e1b74b), closes #8465
  • hmr/transition: fix kept-alive component inside transition disappearing after hmr (#7126) (d11e978), closes #7121
  • hydration: force hydration for v-bind with .prop modifier (364f319), closes #7490
  • hydration: properly hydrate indeterminate prop (34b5a5d), closes #7476
  • reactivity: clear method on readonly collections should return undefined (#7316) (657476d)
  • reactivity: onCleanup also needs to be cleaned (#8655) (73fd810), closes #5151 #7695
  • ssr: hydration __vnode missing for devtools (#9328) (5156ac5)
  • types: allow falsy value types in StyleValue (#7954) (17aa92b), closes #7955
  • types: defineCustomElement using defineComponent return type with emits (#7937) (5d932a8), closes #7782
  • types: fix unref and toValue when input union type contains ComputedRef (#8748) (176d476), closes #8747 #8857
  • types: fix instance type when props type is incompatible with setup returned type (#7338) (0e1e8f9), closes #5885
  • types: fix shallowRef return type with union value type (#7853) (7c44800), closes #7852
  • types: more precise types for class bindings (#8012) (46e3374)
  • types: remove optional properties from defineProps return type (#6421) (94c049d), closes #6420
  • types: return type of withDefaults should be readonly (#8601) (f15debc)
  • types: revert class type restrictions (5d077c8), closes #8012
  • types: update jsx type definitions (#8607) (58e2a94)
  • types: widen ClassValue type (2424013)
  • v-model: avoid overwriting number input with same value (#7004) (40f4b77), closes #7003
  • v-model: unnecessary value binding error should apply to dynamic instead of static binding (2859b65), closes #3596

3.3.8 (2023-11-06)

Bug Fixes

  • compile-sfc: support Error type in defineProps (#5955) (a989345)
  • compiler-core: known global should be shadowed by local variables in expression rewrite (#9492) (a75d1c5), closes #9482
  • compiler-sfc: fix dynamic directive arguments usage check for slots (#9495) (b39fa1f), closes #9493
  • deps: update dependency @​vue/repl to ^2.6.2 (#9536) (5cef325)
  • deps: update dependency @​vue/repl to ^2.6.3 (#9540) (176d590)
  • hydration: fix tagName access eeror on comment/text node hydration mismatch (dd8a0cf), closes #9531
  • types: avoid exposing lru-cache types in generated dts (462aeb3), closes #9521
  • warn: avoid warning on empty children with Suspense (#3962) (405f345)

3.3.7 (2023-10-24)

... (truncated)

Commits
  • 069f838 release: v3.3.9
  • 1c525f7 types: support app.component to be defineComponent (#9662)
  • fc772db chore: exclude private packages from version updates
  • 8fddb19 workflow: use workspace deps
  • 32fb79d chore(deps): update all non-major dependencies (#9636)
  • 07bd2cd chore(deps): update dependency vite to v5 (#9630)
  • 1ef4347 chore(deps): update dependency tsx to v4 (#9629)
  • 16a6438 chore(deps): update lint (#9627)
  • 9b634cb chore(deps): update actions/github-script action to v7 (#9628)
  • ac04d28 chore(deps): update dessant/lock-threads action to v5 (#9626)
  • Additional commits viewable in compare view

Updates @rushstack/eslint-patch from 1.5.1 to 1.6.0

Changelog

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

1.6.0

Wed, 22 Nov 2023 01:45:18 GMT

Minor changes

  • Add an experimental new feature for ESLint bulk suppressions; for details see GitHub #4303
Commits
  • 2840be2 Bump versions [skip ci]
  • 0767166 Update changelogs [skip ci]
  • 2e9e0ed fix: incorporate feedback
  • a01c2e7 fix(eslint-bulk): change clean command to prune and update --help
  • d698ca7 Add a notice for borrowed code
  • bea0cdf Properly escape the configuration string printed by eslint-patch; add a minim...
  • 0db8777 Turns out that "eslint-patch/bin/eslint-bulk" was actually being used, but it...
  • c28b3e8 Remove leftover file
  • 08e89cf The "tsconfig.tsbuildinfo" file should not be committed to Git
  • 118c02c fix(eslint-patch): fix the README to recommend using the eslint-bulk companio...
  • Additional commits viewable in compare view

Updates @vitejs/plugin-vue from 4.4.0 to 4.5.1

Release notes

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

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

Changelog

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

4.5.1 (2023-12-01)

  • fix: respect vite base config for absolute URLs during dev (44d3eb0)

4.5.0 (2023-11-16)

  • chore: update peerDependencies to support Vite 5 (#290) (f92861a), closes #290
  • chore: upgrade deps (c046eba)
  • fix(deps): update all non-major dependencies (#262) (c316d43), closes #262

4.4.1 (2023-11-08)

Commits

Updates eslint-plugin-vue from 9.17.0 to 9.19.2

Release notes

Sourced from eslint-plugin-vue's releases.

v9.19.2

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.19.1...v9.19.2

v9.19.1

🐛 Bug Fixes

  • #2334 Fixed broken config of plugin:vue/vue3-strongly-recommended

Full Changelog: vuejs/eslint-plugin-vue@v9.19.0...v9.19.1

v9.19.0

✨ Enhancements

New Rules

New Options

⚙️ Changes

⚙️ Updates

Full Changelog: vuejs/eslint-plugin-vue@v9.18.1...v9.19.0

v9.18.1

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.18.0...v9.18.1

v9.18.0

🐛 Bug Fixes

... (truncated)

Commits
  • 0b2edb7 9.19.2
  • 9fe8b34 Fix crash for TSFunctionType with type-literal option in `vue/define-emits-...
  • 73ee48f 9.19.1
  • 1f3111b Fixed broken config of plugin:vue/vue3-strongly-recommended (#2334)
  • 1437921 9.19.0
  • 2f65e92 Require key for conditionally rendered repeated components (#2280)
  • 4eb3f50 Change stylistic rules for expressions in \<template> to extend from ESLint ...
  • 7b7b4ce Improve compatibility with ESLint v9 (#2331)
  • 022afb5 Add new option to specify tags to ignore vue/no-deprecated-slot-attribute (...
  • 86ab768 update vitepress (#2329)
  • Additional commits viewable in compare view

Updates vue-tsc from 1.8.19 to 1.8.24

Changelog

Sourced from vue-tsc's changelog.

1.8.24 (2023/11/29)

  • refactor(component-type-helpers): vue 2 types now move to vue-component-type-helpers/vue2 (#3404)
  • feat(language-core): expose defineEmits's arg and typeArg in parseScriptSetupRanges (#3710) - thanks @​so1ve
  • fix(language-core): strictTemplates fails to report unknown components (#3539)
  • fix(language-core): script syntax breaks if script options does not have trailing comma (#3755)
  • fix(language-core): script syntax breaks if options are enclosed in parentheses (#3756)
  • fix(language-core): allow using as with multiple <script> blocks (#3733) - thanks @​so1ve
  • fix(language-core): component type narrowing not working in template
  • fix(language-core): incremental insertion incorrect if input <script setup> tag above <script> tag (#3743) - thanks @​so1ve
  • fix(language-core): don't camelize attributes for plain elements (#3750) - thanks @​rchl
  • fix(vscode): syntax highlighting for .prop shorthand (#3729) - thanks @​so1ve

Volar.js 1.11.1 updates:

1.8.22 (2023/10/27)

  • fix: experimentalResolveStyleCssClasses: "always" not working (#3689) - thanks @​maIIady
  • fix: __VLS_Prettify missing for dts build when uses withDefaults() (#3691)

1.8.21 (2023/10/25)

Volar.js 1.10.5 updates:

  • fix(monaco): completion cannot insert text starting with $ (volarjs/volar.js#69)
  • fix(typescript): automatic type acquisition not working since v1.10.0

1.8.20 (2023/10/23)

  • feat: added Italian integration documentation
  • feat: enforce v-bind argument to be an object (#3666) - thanks @​so1ve
  • fix: JSDoc comments not emitted when using type-only defineProps macro (#3645)
  • fix: autocomplete for directive comments without a space (#3665) - thanks @​so1ve
  • fix: fix slot type when using a interpolation in template string (#3657) - thanks @​so1ve
  • fix: add autocomplete for v-slot parameters (#3661) - thanks @​so1ve
  • fix: export correct SlotsPropertyName for vue2 (#3669) - thanks @​zhiyuanzmj
  • fix(types): infer discriminated unions in child component props (#3672) - thanks @​davidmatter
  • fix: access to slots directly (#3671) - thanks @​so1ve
  • fix: autocomplete not working for $event (#3668) - thanks @​so1ve
  • perf: remove duplicate virtual code for native tags
  • chore: rename volar to vue in diagnostics (#3667) - thanks @​so1ve
  • chore: publish ts plugin to open-vsx (#3589) - thanks @​brc-dd
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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group in /example with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [vue](https://github.com/vuejs/core) | `3.3.6` | `3.3.9` |
| [@rushstack/eslint-patch](https://github.com/microsoft/rushstack/tree/HEAD/eslint/eslint-patch) | `1.5.1` | `1.6.0` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `4.4.0` | `4.5.1` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `9.17.0` | `9.19.2` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `1.8.19` | `1.8.24` |


Updates `vue` from 3.3.6 to 3.3.9
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.3.6...v3.3.9)

Updates `@rushstack/eslint-patch` from 1.5.1 to 1.6.0
- [Changelog](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-patch/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/eslint-patch_v1.6.0/eslint/eslint-patch)

Updates `@vitejs/plugin-vue` from 4.4.0 to 4.5.1
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/[email protected]/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/[email protected]/packages/plugin-vue)

Updates `eslint-plugin-vue` from 9.17.0 to 9.19.2
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v9.17.0...v9.19.2)

Updates `vue-tsc` from 1.8.19 to 1.8.24
- [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/v1.8.24/packages/tsc)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@rushstack/eslint-patch"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the chore Naming, organizing folder structure, and less impactful tasks. label Dec 4, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 11, 2023

Superseded by #466.

@dependabot dependabot bot closed this Dec 11, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/example/all-67cc92f376 branch December 11, 2023 07:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
chore Naming, organizing folder structure, and less impactful tasks.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants