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

Bump the npm-deps group with 5 updates #34

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2023

Bumps the npm-deps group with 5 updates:

Package From To
vue 3.3.8 3.3.9
@babel/types 7.23.4 7.23.5
@types/node 20.9.5 20.10.1
vite 5.0.2 5.0.4
vue-tsc 1.8.22 1.8.24

Updates vue from 3.3.8 to 3.3.9

Release notes

Sourced from vue's releases.

v3.3.9

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
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 @babel/types from 7.23.4 to 7.23.5

Release notes

Sourced from @​babel/types's releases.

v7.23.5 (2023-11-29)

👓 Spec Compliance

  • babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators

🐛 Bug Fix

  • babel-traverse, babel-types
  • babel-plugin-transform-classes
  • babel-generator
  • babel-helpers
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties, babel-plugin-transform-typescript
  • babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-parameters, babel-plugin-transform-typescript, babel-traverse
  • babel-eslint-plugin

🔬 Output optimization

Committers: 4

Changelog

Sourced from @​babel/types's changelog.

v7.23.5 (2023-11-29)

👓 Spec Compliance

  • babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators

🐛 Bug Fix

  • babel-traverse, babel-types
  • babel-plugin-transform-classes
  • babel-generator
  • babel-helpers
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties, babel-plugin-transform-typescript
  • babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-parameters, babel-plugin-transform-typescript, babel-traverse
  • babel-eslint-plugin

🔬 Output optimization

Commits

Updates @types/node from 20.9.5 to 20.10.1

Commits

Updates vite from 5.0.2 to 5.0.4

Changelog

Sourced from vite's changelog.

5.0.4 (2023-11-29)

5.0.3 (2023-11-28)

Commits
  • 73ef074 release: v5.0.4
  • d2a2493 fix: revert "fix: js fallback sourcemap content should be using original cont...
  • 4a111aa fix(resolve): respect order of browser in mainFields when resolving (#15137)
  • 9474c4b feat: preserve vite.middlewares connect instance after restarts (#15166)
  • ec401da fix(define): allow define process.env (#15173)
  • 642f9bc refactor: align with Promise.withResolvers() (#15171)
  • 67ac572 fix: bindCLIShortcuts to proper server (#15162)
  • 2649f40 release: v5.0.3
  • 811e392 fix(css): use non-nested chunk name if facadeModule is not CSS file (#15155)
  • cb3243c fix(dev): bind plugin context functions (#14569)
  • Additional commits viewable in compare view

Updates vue-tsc from 1.8.22 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:

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 npm-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [vue](https://github.com/vuejs/core) | `3.3.8` | `3.3.9` |
| [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) | `7.23.4` | `7.23.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.9.5` | `20.10.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.2` | `5.0.4` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `1.8.22` | `1.8.24` |


Updates `vue` from 3.3.8 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.8...v3.3.9)

Updates `@babel/types` from 7.23.4 to 7.23.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.5/packages/babel-types)

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

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

Updates `vue-tsc` from 1.8.22 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: npm-deps
- dependency-name: "@babel/types"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 30, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 4, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-deps-3004f1df9d branch December 4, 2023 03:09
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants