Skip to content

Commit 0ccd468

Browse files
chore(deps): bump the patch-dependencies group with 6 updates (#4703)
Bumps the patch-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.3` | `5.5.4` | | [stylelint](https://github.com/stylelint/stylelint) | `16.23.0` | `16.23.1` | | [next](https://github.com/vercel/next.js) | `15.4.5` | `15.4.6` | | [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) | `15.4.5` | `15.4.6` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.4.5` | `15.4.6` | | [iframe-resizer](https://github.com/davidjbradshaw/iframe-resizer) | `5.5.1` | `5.5.2` | Updates `eslint-plugin-prettier` from 5.5.3 to 5.5.4 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.5.3...v5.5.4) Updates `stylelint` from 16.23.0 to 16.23.1 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.23.0...16.23.1) Updates `next` from 15.4.5 to 15.4.6 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.4.5...v15.4.6) Updates `@next/mdx` from 15.4.5 to 15.4.6 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.4.6/packages/next-mdx) Updates `eslint-config-next` from 15.4.5 to 15.4.6 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.4.6/packages/eslint-config-next) Updates `iframe-resizer` from 5.5.1 to 5.5.2 - [Release notes](https://github.com/davidjbradshaw/iframe-resizer/releases) - [Commits](davidjbradshaw/iframe-resizer@v5.5.1...v5.5.2) --- updated-dependencies: - dependency-name: eslint-plugin-prettier dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: stylelint dependency-version: 16.23.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: next dependency-version: 15.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: "@next/mdx" dependency-version: 15.4.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: eslint-config-next dependency-version: 15.4.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: iframe-resizer dependency-version: 5.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1093732 commit 0ccd468

File tree

4 files changed

+89
-89
lines changed

4 files changed

+89
-89
lines changed

package-lock.json

Lines changed: 82 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"eslint": "9.29.0",
109109
"eslint-config-prettier": "10.1.8",
110110
"eslint-config-xo": "0.48.0",
111-
"eslint-plugin-prettier": "5.5.3",
111+
"eslint-plugin-prettier": "5.5.4",
112112
"find-versions": "6.0.0",
113113
"glob": "11.0.3",
114114
"http-server": "14.1.1",
@@ -128,7 +128,7 @@
128128
"replace-in-file": "8.3.0",
129129
"rimraf": "6.0.1",
130130
"rxjs": "7.8.2",
131-
"stylelint": "16.23.0",
131+
"stylelint": "16.23.1",
132132
"stylelint-config-recommended-scss": "15.0.1",
133133
"stylelint-config-standard": "38.0.0",
134134
"stylelint-use-logical": "2.1.2",

showcases/next-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"start": "next start"
1313
},
1414
"dependencies": {
15-
"next": "15.4.5",
15+
"next": "15.4.6",
1616
"react": "18.3.1",
1717
"react-dom": "18.3.1"
1818
},

0 commit comments

Comments
 (0)