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(deps): bump the non-breaking-changes group with 2 updates #4275

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2024

Bumps the non-breaking-changes group with 2 updates: vue-tsc and pinia-plugin-persistedstate.

Updates vue-tsc from 2.0.29 to 2.1.2

Release notes

Sourced from vue-tsc's releases.

v2.1.2

Bug Fixes

  • language-core, typescript-plugin, language-server: write globalTypes into dist for correct export (#4740) (#4737) (#4738) (#4739) - Thanks to @​KazariEX!
  • language-core: don't default vueCompilerOptions.lib to @vue/runtime-dom for Vue 2

Please refer to CHANGELOG.md for details.

Sponsors

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

2.1.2 official, 2.1.3 insiders (2024-08-29)

Bug Fixes

  • language-core, typescript-plugin, language-server: write globalTypes into dist for correct export (#4740) (#4737) (#4738) (#4739) - Thanks to @​KazariEX!
  • language-core: don't default vueCompilerOptions.lib to @vue/runtime-dom for Vue 2

2.1.0 official, 2.1.1 insiders (2024-08-29)

Features

Bug Fixes

  • vscode: type of vue.server.hybridMode config (#4703) - Thanks to @​KermanX!
  • language-core: dependency on vulnerable version of vue-template-compiler (#4613) - Thanks to @​yyx990803!
  • language-core: support parse method to access ctx var in object (#4609) - Thanks to @​linghaoSu!
  • language-core: escape \ and ' in className avoid type error (#4619) - Thanks to @​linghaoSu!
  • language-core: semantic highlight of the end tag of namespaced elements (#4623) - Thanks to @​KermanX!
  • language-core: nullable modelvalues (#4648) - Thanks to @​davidmatter!
  • language-core: should try casting dynamic slot name into constant (#4669) - Thanks to @​KermanX!
  • language-core: local name support for prop using runtime api (#4650) - Thanks to @​KazariEX!
  • language-core: optimize matching of scoped class and v-bind() (#4679) - Thanks to @​KazariEX!
  • language-core: should preserve generic info in directive (#4686) - Thanks to @​KermanX!
  • language-core: generate ref as identifier instead of interpolation (#4688) - Thanks to @​KazariEX!
  • language-core: correct type narrowing from script to template (#4689) - Thanks to @​KazariEX!
  • language-core: should camelize prop name in experimentalModelPropName (#4691) - Thanks to @​KermanX!
  • language-core: drop duplicate hints on incomplete tag (#4696) - Thanks to @​KazariEX!
  • language-core: correct inlay hints for v-bind with modifier (#4721) - Thanks to @​KazariEX!
  • language-core: transform range of file-md correctly (#4735) - Thanks to @​KazariEX!
  • language-plugin-pug: should cache proxyed object (#4626) - Thanks to @​KermanX!
  • language-plugin-pug: compute offset correctly of pug class (#4652) - Thanks to @​KazariEX!
  • language-service: completion documentations for binding attributes (#4667) - Thanks to @​KazariEX!
  • language-service: avoid converting internal id of special tags (#4643) - Thanks to @​KazariEX!
  • language-service: reinstate the completion for modifiers (#4639) - Thanks to @​KazariEX!
  • language-service: consistent data from provider for sfc completion (#4645) - Thanks to @​KazariEX!
  • typescript-plugin: unknown request type warning (#4715) - Thanks to @​davidmatter!

Refactors

  • language-core: extract SFC root tags to separate virtual code
  • language-core: removed __hint trick from codegen

... (truncated)

Commits

Updates pinia-plugin-persistedstate from 3.2.1 to 3.2.3

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

Summary by CodeRabbit

  • New Features
    • Updated dependencies to enhance performance and stability of the application.
      • Upgraded vue-tsc to version 2.1.2 for improved TypeScript support.
      • Upgraded pinia-plugin-persistedstate to version 3.2.3 for better functionality.

Bumps the non-breaking-changes group with 2 updates: [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) and [pinia-plugin-persistedstate](https://github.com/prazdevs/pinia-plugin-persistedstate).


Updates `vue-tsc` from 2.0.29 to 2.1.2
- [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.2/packages/tsc)

Updates `pinia-plugin-persistedstate` from 3.2.1 to 3.2.3
- [Release notes](https://github.com/prazdevs/pinia-plugin-persistedstate/releases)
- [Commits](prazdevs/pinia-plugin-persistedstate@v3.2.1...v3.2.3)

---
updated-dependencies:
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: pinia-plugin-persistedstate
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
...

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 Aug 29, 2024
Copy link

changeset-bot bot commented Aug 29, 2024

⚠️ No Changeset found

Latest commit: ce003ce

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

coderabbitai bot commented Aug 29, 2024

Walkthrough

The changes involve updating the versions of two dependencies in the package.json files. The vue-tsc package has been updated from version ^2.0.29 to ^2.1.2, while the pinia-plugin-persistedstate dependency has been incremented from ^3.2.1 to ^3.2.3. These updates reflect minor version increments aimed at improving the functionality and stability of the application.

Changes

File Change Summary
package.json Updated vue-tsc from ^2.0.29 to ^2.1.2
packages/stores/package.json Updated pinia-plugin-persistedstate from ^3.2.1 to ^3.2.3

Sequence Diagram(s)

sequenceDiagram
    participant A as Application
    participant B as vue-tsc
    participant C as pinia-plugin-persistedstate

    A->>B: Use TypeScript support
    B-->>A: Enhanced features and fixes

    A->>C: Manage persisted state
    C-->>A: Improved stability and performance
Loading

Poem

🐰 In the garden where I play,
New tools have come to brighten the day!
With vue-tsc and pinia too,
Our code will hop and dance anew!
So let's rejoice, both big and small,
For updates bring joy to us all! 🌼


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 05a52b0 and 16d58ca.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (2)
  • package.json (1 hunks)
  • packages/stores/package.json (1 hunks)
Files skipped from review due to trivial changes (2)
  • package.json
  • packages/stores/package.json

Copy link

@vince292007 vince292007 merged commit 7d2bcf4 into main Aug 30, 2024
13 checks passed
@vince292007 vince292007 deleted the dependabot/npm_and_yarn/non-breaking-changes-7806da4f19 branch August 30, 2024 05:47
kkfive pushed a commit to kkfive/vue-vben-admin that referenced this pull request Sep 14, 2024
…js#4275)

Bumps the non-breaking-changes group with 2 updates: [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) and [pinia-plugin-persistedstate](https://github.com/prazdevs/pinia-plugin-persistedstate).


Updates `vue-tsc` from 2.0.29 to 2.1.2
- [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.2/packages/tsc)

Updates `pinia-plugin-persistedstate` from 3.2.1 to 3.2.3
- [Release notes](https://github.com/prazdevs/pinia-plugin-persistedstate/releases)
- [Commits](prazdevs/pinia-plugin-persistedstate@v3.2.1...v3.2.3)

---
updated-dependencies:
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: pinia-plugin-persistedstate
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@github-actions github-actions bot locked and limited conversation to collaborators Sep 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

1 participant