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 6 updates #36

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the npm-deps group with 6 updates:

Package From To
vue 3.3.8 3.3.10
@babel/types 7.23.4 7.23.5
@types/node 20.9.5 20.10.3
@vitejs/plugin-vue 4.5.0 4.5.1
vite 5.0.2 5.0.5
vue-tsc 1.8.22 1.8.24

Updates vue from 3.3.8 to 3.3.10

Release notes

Sourced from vue's releases.

v3.3.10

Please refer to CHANGELOG.md for details.

v3.3.9

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.3.10 (2023-12-04)

Bug Fixes

  • app: prevent template from being cached between apps with different options (#9724) (ec71585), closes #9618
  • compiler-sfc: avoid passing forEach index to genMap (f12db7f)
  • compiler-sfc: deindent pug/jade templates (6345197), closes #3231 #3842 #7723
  • compiler-sfc: fix :where and :is selector in scoped mode with multiple selectors (#9735) (c3e2c55), closes #9707
  • compiler-sfc: generate more treeshaking friendly code (#9507) (8d74ca0), closes #9500
  • compiler-sfc: support inferring generic types (#8511) (eb5e307), closes #8482
  • compiler-sfc: support resolving components from props (#8785) (7cbcee3)
  • compiler-sfc: throw error when failing to load TS during type resolution (#8883) (4936d2e)
  • cssVars: cssVar names should be double-escaped when generating code for ssr (#8824) (5199a12), closes #7823
  • deps: update compiler to ^7.23.4 (#9681) (31f6ebc)
  • runtime-core: Suspense get anchor properly in Transition (#9309) (65f3fe2), closes #8105
  • runtime-dom: set width/height with units as attribute (#8781) (bfc1838)
  • ssr: avoid computed being accidentally cached before server render (#9688) (30d5d93), closes #5300
  • types: expose emits as props in functional components (#9234) (887e54c)
  • types: fix reactive collection types (#8960) (ad27473), closes #8904
  • types: improve return type withKeys and withModifiers (#9734) (43c3cfd)

Performance Improvements

  • optimize on* prop check (38aaa8c)
  • runtime-dom: cache modifier wrapper functions (da4a4fb), closes #8882
  • v-on: constant handlers with modifiers should not be treated as dynamic (4d94ebf)

3.3.9 (2023-11-25)

Bug Fixes

... (truncated)

Commits
  • d5a88ef release: v3.3.10
  • c3e2c55 fix(compiler-sfc): fix :where and :is selector in scoped mode with multiple s...
  • bf7269a chore(deps): update compiler (#9745)
  • ec71585 fix(app): prevent template from being cached between apps with different opti...
  • f2f5f76 chore(deps): update all non-major dependencies (#9744)
  • f4ec0b3 chore: fix typos in CHANGELOG.md (#9746) [ci skip]
  • 65f3fe2 fix(runtime-core): Suspense get anchor properly in Transition (#9309)
  • f12db7f fix(compiler-sfc): avoid passing forEach index to genMap
  • 43c3cfd fix(types): improve return type withKeys and withModifiers (#9734)
  • 9ea2b86 chore(template-explorer): fix overflow screen problem (#7282) [ci skip]
  • 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.3

Commits

Updates @vitejs/plugin-vue from 4.5.0 to 4.5.1

Release notes

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

plugin-vue@4.5.1

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)
Commits
  • 977a63a release: plugin-vue@4.5.1
  • 44d3eb0 fix: respect vite base config for absolute URLs during dev
  • See full diff in compare view

Updates vite from 5.0.2 to 5.0.5

Changelog

Sourced from vite's changelog.

5.0.5 (2023-12-04)

5.0.4 (2023-11-29)

5.0.3 (2023-11-28)

Commits

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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [vue](https://github.com/vuejs/core) | `3.3.8` | `3.3.10` |
| [@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.3` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `4.5.0` | `4.5.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.2` | `5.0.5` |
| [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.10
- [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.10)

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.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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

Updates `vite` from 5.0.2 to 5.0.5
- [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.5/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: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Dec 5, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 6, 2023

Superseded by #37.

@dependabot dependabot bot closed this Dec 6, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-deps-081a074419 branch December 6, 2023 03:19
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