-
Notifications
You must be signed in to change notification settings - Fork 7.2k
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
chore(deps): bump the non-breaking-changes group with 8 updates #4195
Conversation
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>
|
WalkthroughThe recent updates involve minor version upgrades across various packages, primarily for the Changes
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
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? TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this 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
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
Bumps the non-breaking-changes group with 8 updates:
22.4.0
22.4.1
10.0.1
10.0.2
4.20.0
4.21.0
8.1.0
8.2.0
8.1.0
8.2.0
3.0.0
3.0.1
11.0.0
11.0.1
11.0.0
11.0.1
Updates
@types/node
from 22.4.0 to 22.4.1Commits
Updates
postcss-preset-env
from 10.0.1 to 10.0.2Changelog
Sourced from postcss-preset-env's changelog.
Commits
Updates
rollup
from 4.20.0 to 4.21.0Release notes
Sourced from rollup's releases.
Changelog
Sourced from rollup's changelog.
Commits
c4bb050
4.21.08350601
chore(deps): update typescript-eslint monorepo to v8 (major) (#5607)811ef57
chore: fix thenoConflict
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)Updates
@typescript-eslint/eslint-plugin
from 8.1.0 to 8.2.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.Commits
7440e14
chore(release): publish 8.2.0db558d1
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 torequire-await
to removeasync
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: enableunicorn/prefer-node-protocol
(#9742)Updates
@typescript-eslint/parser
from 8.1.0 to 8.2.0Release notes
Sourced from
@typescript-eslint/parser
's releases.Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
7440e14
chore(release): publish 8.2.0382e87b
chore: enableunicorn/prefer-node-protocol
(#9742)243fb5f
chore: enable prefer-template (#9544)Updates
@stylistic/stylelint-plugin
from 3.0.0 to 3.0.1Release notes
Sourced from
@stylistic/stylelint-plugin
's releases.Changelog
Sourced from
@stylistic/stylelint-plugin
's changelog.Commits
a701e53
3.0.1d0a7bf4
Usefix
callback instead of deprecatedcontext.fix
(#37)fad00ce
Update utils0904e4c
Add auto-publishing of GitHub release40d792d
Move the version determination to the release actione9e2a9c
Change commit author in release action4a87697
Bumpupdate-changelog
to0.2.0
Updates
@vueuse/core
from 11.0.0 to 11.0.1Release notes
Sourced from
@vueuse/core
's releases.Commits
5a4224e
chore: release v11.0.163a22fa
fix(usePermission): fix memory leak (#4157)a9b49f5
fix(useStorage): sync within the same document (#4152)Updates
@vueuse/integrations
from 11.0.0 to 11.0.1Release notes
Sourced from
@vueuse/integrations
's releases.Commits
5a4224e
chore: release v11.0.132c1a7a
chore: update depsDependabot 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 conditionsSummary by CodeRabbit
New Features
@vueuse/core
package across multiple applications and components to version11.0.1
, which may include improvements and bug fixes.Bug Fixes
@vueuse/core
,@typescript-eslint/eslint-plugin
, and other related dependencies to their latest minor versions.Documentation
package.json
files, affirming adherence to semantic versioning practices.