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 8 updates #4195

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the non-breaking-changes group with 8 updates:

Package From To
@types/node 22.4.0 22.4.1
postcss-preset-env 10.0.1 10.0.2
rollup 4.20.0 4.21.0
@typescript-eslint/eslint-plugin 8.1.0 8.2.0
@typescript-eslint/parser 8.1.0 8.2.0
@stylistic/stylelint-plugin 3.0.0 3.0.1
@vueuse/core 11.0.0 11.0.1
@vueuse/integrations 11.0.0 11.0.1

Updates @types/node from 22.4.0 to 22.4.1

Commits

Updates postcss-preset-env from 10.0.1 to 10.0.2

Changelog

Sourced from postcss-preset-env's changelog.

10.0.2

August 18, 2024

Commits

Updates rollup from 4.20.0 to 4.21.0

Release notes

Sourced from rollup's releases.

v4.21.0

4.21.0

2024-08-18

Features

  • Add option to configure directory for virtual modules when preserving modules (#5602)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.21.0

2024-08-18

Features

  • Add option to configure directory for virtual modules when preserving modules (#5602)

Pull Requests

Commits
  • c4bb050 4.21.0
  • 8350601 chore(deps): update typescript-eslint monorepo to v8 (major) (#5607)
  • 811ef57 chore: fix the noConflict option in REPL. (#5611)
  • af6a347 feat: introduce the virtualDirname option to customize the virtual directory ...
  • eb12f34 chore(deps): lock file maintenance (#5614)
  • 93af657 chore(deps): lock file maintenance minor/patch updates (#5613)
  • c6751ff chore(deps): lock file maintenance minor/patch updates (#5608)
  • See full diff in compare view

Updates @typescript-eslint/eslint-plugin from 8.1.0 to 8.2.0

Release notes

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

v8.2.0

8.2.0 (2024-08-19)

🚀 Features

  • eslint-plugin: add suggestion to require-await to remove async keyword (#9718)
  • typescript-estree: special-case error for parserOptions.project and project references (#9686)

🩹 Fixes

  • eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of .then (#9059)
  • eslint-plugin: [no-unnecessary-type-assertion] conflict with TS for variables used before assignment (#9209)
  • eslint-plugin: delete [] in message if ReadOnly is detected (#9513)
  • eslint-plugin: [no-redundant-type-constituents] differentiate a types-error any from a true any (#9555)
  • eslint-plugin: [no-unnecessary-type-parameters] check mapped constraint types if necessary (#9740)
  • eslint-plugin: [no-unsafe-enum-comparison] add logic to see through intersections (#9777)
  • typescript-estree: pass in tsconfigRootDir as cwd to getParsedConfigFile (#9804)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.2.0 (2024-08-19)

🚀 Features

  • eslint-plugin: add suggestion to require-await to remove async keyword

🩹 Fixes

  • eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of .then

  • eslint-plugin: [no-unnecessary-type-assertion] conflict with TS for variables used before assignment

  • eslint-plugin: delete [] in message if ReadOnly is detected

  • eslint-plugin: [no-redundant-type-constituents] differentiate a types-error any from a true any

  • eslint-plugin: [no-unnecessary-type-parameters] check mapped constraint types if necessary

  • eslint-plugin: [no-unsafe-enum-comparison] add logic to see through intersections

❤️ Thank You

  • Abraham Guo
  • Dave
  • Jake Bailey
  • James
  • Josh Goldberg ✨
  • liuxingbaoyu
  • Yukihiro Hasegawa
  • Yutong Zhu

You can read about our versioning strategy and releases on our website.

Commits
  • 7440e14 chore(release): publish 8.2.0
  • db558d1 fix(eslint-plugin): [no-unsafe-enum-comparison] add logic to see through inte...
  • 3962885 chore: enable unicorn/prefer-string-replace-all (#9798)
  • da02f61 fix(eslint-plugin): [no-unnecessary-type-parameters] check mapped constraint ...
  • 478990f feat(eslint-plugin): add suggestion to require-await to remove async keyw...
  • 8087d17 fix(eslint-plugin): [no-redundant-type-constituents] differentiate a types-er...
  • 8e01254 fix(eslint-plugin): delete [] in message if ReadOnly<string[]> is detected (#...
  • 3ca8477 fix(eslint-plugin): [no-unnecessary-type-assertion] conflict with TS for vari...
  • 75a09a8 fix(eslint-plugin): [use-unknown-in-catch-callback-variable] flag second argu...
  • 382e87b chore: enable unicorn/prefer-node-protocol (#9742)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.1.0 to 8.2.0

Release notes

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

v8.2.0

8.2.0 (2024-08-19)

🚀 Features

  • eslint-plugin: add suggestion to require-await to remove async keyword (#9718)
  • typescript-estree: special-case error for parserOptions.project and project references (#9686)

🩹 Fixes

  • eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of .then (#9059)
  • eslint-plugin: [no-unnecessary-type-assertion] conflict with TS for variables used before assignment (#9209)
  • eslint-plugin: delete [] in message if ReadOnly is detected (#9513)
  • eslint-plugin: [no-redundant-type-constituents] differentiate a types-error any from a true any (#9555)
  • eslint-plugin: [no-unnecessary-type-parameters] check mapped constraint types if necessary (#9740)
  • eslint-plugin: [no-unsafe-enum-comparison] add logic to see through intersections (#9777)
  • typescript-estree: pass in tsconfigRootDir as cwd to getParsedConfigFile (#9804)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.2.0 (2024-08-19)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @stylistic/stylelint-plugin from 3.0.0 to 3.0.1

Release notes

Sourced from @​stylistic/stylelint-plugin's releases.

Release v3.0.1

Fixed

  • The context.fix, which is deprecated in stylelint@16.8.2, is no longer used. Previously, attempts to update stylelint to 16.8.2 version resulted in multiple DeprecationWarning messages (#37).
Changelog

Sourced from @​stylistic/stylelint-plugin's changelog.

[3.0.1] — 2024–08–18

Fixed

  • The context.fix, which is deprecated in stylelint@16.8.2, is no longer used. Previously, attempts to update stylelint to 16.8.2 version resulted in multiple DeprecationWarning messages (#37).
Commits
  • a701e53 3.0.1
  • d0a7bf4 Use fix callback instead of deprecated context.fix (#37)
  • fad00ce Update utils
  • 0904e4c Add auto-publishing of GitHub release
  • 40d792d Move the version determination to the release action
  • e9e2a9c Change commit author in release action
  • 4a87697 Bump update-changelog to 0.2.0
  • See full diff in compare view

Updates @vueuse/core from 11.0.0 to 11.0.1

Release notes

Sourced from @​vueuse/core's releases.

v11.0.1

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vueuse/integrations from 11.0.0 to 11.0.1

Release notes

Sourced from @​vueuse/integrations's releases.

v11.0.1

   🐞 Bug Fixes

    View changes on GitHub
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 the @vueuse/core package across multiple applications and components to version 11.0.1, which may include improvements and bug fixes.
  • Bug Fixes

    • Enhanced stability and performance by upgrading the @vueuse/core, @typescript-eslint/eslint-plugin, and other related dependencies to their latest minor versions.
  • Documentation

    • Minor adjustments to dependency versions documented in various package.json files, affirming adherence to semantic versioning practices.

Bumps the non-breaking-changes group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.4.0` | `22.4.1` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `10.0.1` | `10.0.2` |
| [rollup](https://github.com/rollup/rollup) | `4.20.0` | `4.21.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.1.0` | `8.2.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.1.0` | `8.2.0` |
| [@stylistic/stylelint-plugin](https://github.com/stylelint-stylistic/stylelint-stylistic) | `3.0.0` | `3.0.1` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `11.0.0` | `11.0.1` |
| [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations) | `11.0.0` | `11.0.1` |


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

Updates `postcss-preset-env` from 10.0.1 to 10.0.2
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

Updates `rollup` from 4.20.0 to 4.21.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.20.0...v4.21.0)

Updates `@typescript-eslint/eslint-plugin` from 8.1.0 to 8.2.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.2.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.1.0 to 8.2.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.2.0/packages/parser)

Updates `@stylistic/stylelint-plugin` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/stylelint-stylistic/stylelint-stylistic/releases)
- [Changelog](https://github.com/stylelint-stylistic/stylelint-stylistic/blob/main/CHANGELOG.md)
- [Commits](stylelint-stylistic/stylelint-stylistic@v3.0.0...v3.0.1)

Updates `@vueuse/core` from 11.0.0 to 11.0.1
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v11.0.1/packages/core)

Updates `@vueuse/integrations` from 11.0.0 to 11.0.1
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v11.0.1/packages/integrations)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: postcss-preset-env
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@stylistic/stylelint-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@vueuse/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@vueuse/integrations"
  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 requested a review from anncwb as a code owner August 19, 2024 19:18
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 19, 2024
@dependabot dependabot bot requested a review from vince292007 as a code owner August 19, 2024 19:18
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Aug 19, 2024
@dependabot dependabot bot requested a review from a team as a code owner August 19, 2024 19:18
Copy link

changeset-bot bot commented Aug 19, 2024

⚠️ No Changeset found

Latest commit: 5bbf581

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 19, 2024

Walkthrough

The recent updates involve minor version upgrades across various packages, primarily for the @vueuse/core and related dependencies. These changes suggest the inclusion of bug fixes, performance enhancements, or new features without altering the core functionality of the applications. Overall, the adjustments maintain compatibility while ensuring that all modules utilize the latest stable versions of the libraries.

Changes

Files Change Summary
apps/web-antd/package.json Updated @vueuse/core from ^11.0.0 to ^11.0.1.
apps/web-ele/package.json Updated @vueuse/core from ^11.0.0 to ^11.0.1.
apps/web-naive/package.json Updated @vueuse/core from ^11.0.0 to ^11.0.1.
packages/@core/composables/package.json Updated @vueuse/core from ^11.0.0 to ^11.0.1.
packages/@core/preferences/package.json Updated @vueuse/core from ^11.0.0 to ^11.0.1.
packages/@core/ui-kit/layout-ui/package.json Updated @vueuse/core from ^11.0.0 to ^11.0.1.
packages/@core/ui-kit/menu-ui/package.json Updated @vueuse/core from ^11.0.0 to ^11.0.1.
packages/@core/ui-kit/shadcn-ui/package.json Updated @vueuse/core from ^11.0.0 to ^11.0.1.
packages/@core/ui-kit/tabs-ui/package.json Updated @vueuse/core from ^11.0.0 to ^11.0.1.
packages/effects/chart-ui/package.json Updated @vueuse/core from ^11.0.0 to ^11.0.1.
packages/effects/common-ui/package.json Updated @vueuse/integrations from ^11.0.0 to ^11.0.1.
packages/effects/layouts/package.json Updated @vueuse/core from ^11.0.0 to ^11.0.1.
playground/package.json Updated @vueuse/core from ^11.0.0 to ^11.0.1.
internal/lint-configs/eslint-config/package.json Updated @typescript-eslint/eslint-plugin and @typescript-eslint/parser from ^8.1.0 to ^8.2.0.
internal/lint-configs/stylelint-config/package.json Updated @stylistic/stylelint-plugin from ^3.0.0 to ^3.0.1.
internal/tailwind-config/package.json Updated postcss-preset-env from ^10.0.1 to ^10.0.2.
internal/vite-config/package.json Updated rollup from ^4.20.0 to ^4.21.0.
package.json Updated @types/node from ^22.4.0 to ^22.4.1.

Sequence Diagram(s)

sequenceDiagram
    participant A as Application
    participant B as @vueuse/core
    participant C as Dependencies

    A->>B: Request Latest Version
    B-->>A: Provide Version 11.0.1
    A->>C: Update Dependency List
    C-->>A: Dependencies Updated
Loading

🐇 "In the garden where bunnies play,
New versions hop in every day.
With bug fixes and features shiny bright,
Our code is now a pure delight!
So let's celebrate with a joyful cheer,
For every update brings us near!" 🐇


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 as 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.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

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 e7a4ab7 and 5bbf581.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (18)
  • apps/web-antd/package.json (1 hunks)
  • apps/web-ele/package.json (1 hunks)
  • apps/web-naive/package.json (1 hunks)
  • internal/lint-configs/eslint-config/package.json (1 hunks)
  • internal/lint-configs/stylelint-config/package.json (1 hunks)
  • internal/tailwind-config/package.json (1 hunks)
  • internal/vite-config/package.json (1 hunks)
  • package.json (1 hunks)
  • packages/@core/composables/package.json (1 hunks)
  • packages/@core/preferences/package.json (1 hunks)
  • packages/@core/ui-kit/layout-ui/package.json (1 hunks)
  • packages/@core/ui-kit/menu-ui/package.json (1 hunks)
  • packages/@core/ui-kit/shadcn-ui/package.json (1 hunks)
  • packages/@core/ui-kit/tabs-ui/package.json (1 hunks)
  • packages/effects/chart-ui/package.json (1 hunks)
  • packages/effects/common-ui/package.json (1 hunks)
  • packages/effects/layouts/package.json (1 hunks)
  • playground/package.json (1 hunks)
Files skipped from review due to trivial changes (18)
  • apps/web-antd/package.json
  • apps/web-ele/package.json
  • apps/web-naive/package.json
  • internal/lint-configs/eslint-config/package.json
  • internal/lint-configs/stylelint-config/package.json
  • internal/tailwind-config/package.json
  • internal/vite-config/package.json
  • package.json
  • packages/@core/composables/package.json
  • packages/@core/preferences/package.json
  • packages/@core/ui-kit/layout-ui/package.json
  • packages/@core/ui-kit/menu-ui/package.json
  • packages/@core/ui-kit/shadcn-ui/package.json
  • packages/@core/ui-kit/tabs-ui/package.json
  • packages/effects/chart-ui/package.json
  • packages/effects/common-ui/package.json
  • packages/effects/layouts/package.json
  • playground/package.json

@vince292007 vince292007 merged commit 3363758 into main Aug 20, 2024
12 checks passed
@vince292007 vince292007 deleted the dependabot/npm_and_yarn/non-breaking-changes-76256ecbed branch August 20, 2024 02:16
@github-actions github-actions bot locked and limited conversation to collaborators Sep 20, 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