chore(deps-dev): bump the dependencies group with 5 updates#8279
Merged
webpack[bot] merged 1 commit intoJun 23, 2026
Conversation
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.5.0` | `10.5.1` | | [cypress](https://github.com/cypress-io/cypress) | `15.17.0` | `15.18.0` | | [globals](https://github.com/sindresorhus/globals) | `17.6.0` | `17.7.0` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `17.0.7` | `17.0.8` | | [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | `0.48.0` | `0.49.0` | Updates `autoprefixer` from 10.5.0 to 10.5.1 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.5.0...10.5.1) Updates `cypress` from 15.17.0 to 15.18.0 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](cypress-io/cypress@v15.17.0...v15.18.0) Updates `globals` from 17.6.0 to 17.7.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.6.0...v17.7.0) Updates `lint-staged` from 17.0.7 to 17.0.8 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v17.0.7...v17.0.8) Updates `markdownlint-cli` from 0.48.0 to 0.49.0 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.48.0...v0.49.0) --- updated-dependencies: - dependency-name: autoprefixer dependency-version: 10.5.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: cypress dependency-version: 15.18.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: globals dependency-version: 17.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: lint-staged dependency-version: 17.0.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: markdownlint-cli dependency-version: 0.49.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 dependencies group with 5 updates:
10.5.010.5.115.17.015.18.017.6.017.7.017.0.717.0.80.48.00.49.0Updates
autoprefixerfrom 10.5.0 to 10.5.1Release notes
Sourced from autoprefixer's releases.
Changelog
Sourced from autoprefixer's changelog.
Commits
8fe2513Release 10.5.1 version60ea651Update release processcbd4a70Update dependenciesffae49ffix: reset grid area spans when overriding areas (#1549)d90ad86Fix CIa0f701bUpdate dependenciesbb935ebFix CIe63efe4Move to pnpm 1118d53a3fix: loss of browserslist options in@supports(#1550)e90fde7Fix authorMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for autoprefixer since your current version.
Updates
cypressfrom 15.17.0 to 15.18.0Release notes
Sourced from cypress's releases.
Commits
fa083dbfix: prevent proxy crash on IPv6 literal hosts in cy.visit (#34146)063636cchore(ci): only install firefox in UI test jobs that target it (#34142)02aa75dfeat: add removeSRIAttributes config option to strip SRI from first-party res...2d6b11echore(deps): bump undici to 6.27.0 for SNYK-JS-UNDICI-17372658 (#34121)56759eamisc: remove the global install warning from cypress install (#34139)d47b81dchore: resync yarn.lock (shell-quote) (#34145)19ac719chore(ci): remove duplicate test run in npm-webpack-dev-server job (#34141)6f96dacdocs: document PR title prefixes, changelog, and template requirements (#34128)d706175chore: correct misleading WebKit browser debug log message (#34135)fb76794chore: remove no-op CYPRESS_DOWNLOAD_USE_CA environment variable (#34131)Updates
globalsfrom 17.6.0 to 17.7.0Release notes
Sourced from globals's releases.
Commits
a19670c17.7.09611620Update actions (#346)33b75f9Update globals (2026-06-22) (#345)887dd52Fix build script (#344)Updates
lint-stagedfrom 17.0.7 to 17.0.8Release notes
Sourced from lint-staged's releases.
Changelog
Sourced from lint-staged's changelog.
Commits
5f3b8f2Merge pull request #1812 from lint-staged/changeset-release/main43a9b8dchore(changeset): release630e2f6Merge pull request #1809 from lint-staged/restore-merge-status179b437fix: restore Git merge status after creating backup stash6bae2e2Merge pull request #1811 from lint-staged/exec-git-ignore-stderrb82a830ci: run npm audit omitting dev, including prod dependencies0b19b80build(deps): update dependencies3d0b2c0fix: ignore stderr when doing Git operationsUpdates
markdownlint-clifrom 0.48.0 to 0.49.0Release notes
Sourced from markdownlint-cli's releases.
Commits
a4d5d37Bump version 0.49.0503f264Delete and recreate package-lock.json via "npm install".7a24593Bump markdownlint from 0.40.0 to 0.41.0c7c1c76Bump commander from 14.0.3 to 15.0.083f5f30Bump tinyglobby from 0.2.16 to 0.2.1774b98deBump js-yaml from 4.1.1 to 4.2.0d368135Bump markdown-it from 14.1.1 to 14.2.0dd34288Bump ava from 8.0.0 to 8.0.11e363dcBump brace-expansion from 5.0.5 to 5.0.62f092d2Bump ava from 7.0.0 to 8.0.0Dependabot 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