Bump the major-deps-updates group across 1 directory with 6 updates#167
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the major-deps-updates group across 1 directory with 6 updates#167dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the major-deps-updates group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `9.39.3` | `10.0.3` | | [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `62.0.0` | `63.0.0` | | [unplugin-icons](https://github.com/unplugin/unplugin-icons) | `22.5.0` | `23.0.1` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.3.1` | `8.0.0` | | [stylelint](https://github.com/stylelint/stylelint) | `16.26.1` | `17.4.0` | | [stylelint-config-recommended](https://github.com/stylelint/stylelint-config-recommended) | `17.0.0` | `18.0.0` | Updates `eslint` from 9.39.3 to 10.0.3 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.3...v10.0.3) Updates `eslint-plugin-unicorn` from 62.0.0 to 63.0.0 - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v62.0.0...v63.0.0) Updates `unplugin-icons` from 22.5.0 to 23.0.1 - [Release notes](https://github.com/unplugin/unplugin-icons/releases) - [Commits](unplugin/unplugin-icons@v22.5.0...v23.0.1) Updates `vite` from 7.3.1 to 8.0.0 - [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/create-vite@8.0.0/packages/vite) Updates `stylelint` from 16.26.1 to 17.4.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.26.1...17.4.0) Updates `stylelint-config-recommended` from 17.0.0 to 18.0.0 - [Release notes](https://github.com/stylelint/stylelint-config-recommended/releases) - [Changelog](https://github.com/stylelint/stylelint-config-recommended/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint-config-recommended@17.0.0...18.0.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates - dependency-name: eslint-plugin-unicorn dependency-version: 63.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates - dependency-name: unplugin-icons dependency-version: 23.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates - dependency-name: vite dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates - dependency-name: stylelint dependency-version: 17.4.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates - dependency-name: stylelint-config-recommended dependency-version: 18.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the major-deps-updates group with 6 updates in the / directory:
9.39.310.0.362.0.063.0.022.5.023.0.17.3.18.0.016.26.117.4.017.0.018.0.0Updates
eslintfrom 9.39.3 to 10.0.3Release notes
Sourced from eslint's releases.
... (truncated)
Commits
bfce7ea10.0.3d44ced8Build: changelog update for 10.0.3e511b58fix: update eslint (#20595)ef8fb92chore: package.json update for eslint-config-eslint releasee8f2104chore: updates for v9.39.4 release5cd1604refactor: simplify isCombiningCharacter helper (#20524)9fc31b0docs: Update README70ff1d0chore: eslint-config-eslint require Node^20.19.0 || ^22.13.0 || >=24(#20586)f4c9cf9fix: include variable name inno-useless-assignmentmessage (#20581)4efaa36docs: add info box foreslint-plugin-eslint-comments(#20570)Updates
eslint-plugin-unicornfrom 62.0.0 to 63.0.0Release notes
Sourced from eslint-plugin-unicorn's releases.
Commits
2c4b3dd63.0.0e556143prefer-set-size: AddArray.from()support (#2857)a332a50prefer-bigint-literals: Support signed numbers and strings (#2784)ab4b779prefer-export-from: Fix type-import being removed when using namespace impo...f6a281fUpdate ESLint to v10.0.0 (#2848)42a558fprefer-spread: Fix: Skip TypedArray and ArrayBuffer constructor calls (#2871)cbb2377no-array-sort: Ignore.sort()calls with non-function arguments (#2862)989ec61prefer-add-event-listener: Don't autofix non-function assignments (#2865)80ff1b7Fixmeta.deprecated.replacedByto useReplacedByInfoobjects per ESLint s...4806f7eexplicit-length-check: Ignore||with string fallback value (#2861)Updates
unplugin-iconsfrom 22.5.0 to 23.0.1Release notes
Sourced from unplugin-icons's releases.
Commits
0bbf1cfchore: release v23.0.1324f0e7chore: simplify prebuild script7747918fix: interop default for cjs771453efix: missing dts7ccda82docs: update readme050dc82chore: release v23.0.06b3fe76feat: migrate toobug89f2410feat!: move to ESM-onlyf3e8002chore: update depse3e0e58fix!: remove Vue 2 support (#430)Updates
vitefrom 7.3.1 to 8.0.0Release notes
Sourced from vite's releases.
... (truncated)
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
ea68a88chore(deps): update rolldown-related dependencies (#20810)693d255release: v7.1.798a3484fix(hmr): wait forimport.meta.hot.prunecallbacks to complete before runni...9f32b1dfix(hmr): trigger prune event when import is removed from non hmr module (#20...9f2247cfix(deps): update all non-major dependencies (#20811)105abe8fix(glob): handle glob imports from folders starting with dot (#20800)4c4583cfix(build): fix ssr environmentemitAssets: truewhen `sharedConfigBuild: t...9bc9d12fix(client): use CSP nonce when rendering error overlay (#20791)54377f7release: v7.1.688af2aefix(deps): update all non-major dependencies (#20773)Updates
stylelintfrom 16.26.1 to 17.4.0Release notes
Sourced from stylelint's releases.
... (truncated)
Changelog
Sourced from stylelint's changelog.
... (truncated)
Commits
556b7adRelease 17.4.0 (#9113)05f64adRunnpm auditforminimatch(#9112)d358479Document steps for adding an option and fixing a rule bug (#9111)467c5c9Fixproperty-no-unknownfalse negatives for at-rule descriptors (#9109)4250b21Document opening a pull request requests in CONTRIBUTING (#9110)effb787Removehusky(#8984)f38a18cRemove redundant@types/file-entry-cachetype dep (#9108)83ed11bAddignoreAtRules: []toat-rule-no-vendor-prefix(#9096)0a8f468AddignoreMediaFeatureNames: []tomedia-feature-name-no-vendor-prefix(#...83cfd65Fixproperty-no-unknownfalse positives forcorner-shape(#9099)Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Updates
stylelint-config-recommendedfrom 17.0.0 to 18.0.0Release notes
Sourced from stylelint-config-recommended's releases.
Changelog
Sourced from stylelint-config-recommended's changelog.
Commits
c25f014Release 18.0.0 (#276)71a4da5Prepare 18.0.0 (#271)2b960e0Bump the dev-deps group with 3 updates (#272)ac8f5ebBump stylelint/.github/.github/workflows/call-release.yml from 0.3.1 to 0.5.0...22f4d8dBump stylelint/.github/.github/workflows/call-test.yml from 0.3.1 to 0.5.0 (#...f25904fBump stylelint/.github/.github/workflows/call-release-pr.yml from 0.3.1 to 0....2aeb96bFix vulnerable dependencies vianpm audit fix(#269)6ca240cBump mdast-util-to-hast from 13.1.0 to 13.2.1 (#270)a2c2df9Bump the dev-deps group with 2 updates (#268)a6230c6Bump js-yaml from 4.1.0 to 4.1.1 (#266)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for stylelint-config-recommended since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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