Skip to content

Commit 58d9f12

Browse files
Bump eslint-config-next (#1830)
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 15.4.4 to 15.4.5. - [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.5/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-version: 15.4.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 07e3e92 commit 58d9f12

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

components/inspectit-ocelot-configurationserver-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"axios": "^1.11.0",
3030
"classnames": "^2.5.1",
3131
"dateformat": "^5.0.3",
32-
"eslint-config-next": "^15.4.4",
32+
"eslint-config-next": "^15.4.5",
3333
"file-saver": "^2.0.5",
3434
"js-yaml": "^4.1.0",
3535
"jszip": "^3.10.0",

components/inspectit-ocelot-configurationserver-ui/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -803,10 +803,10 @@
803803
resolved "https://registry.yarnpkg.com/@next/env/-/env-15.4.5.tgz#169f533d8e393b843ffdcac273246c1b0b20506d"
804804
integrity sha512-ruM+q2SCOVCepUiERoxOmZY9ZVoecR3gcXNwCYZRvQQWRjhOiPJGmQ2fAiLR6YKWXcSAh7G79KEFxN3rwhs4LQ==
805805

806-
"@next/eslint-plugin-next@15.4.4", "@next/eslint-plugin-next@^15.3.2":
807-
version "15.4.4"
808-
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-15.4.4.tgz#06cf46ee425d23d7a21aab0638dd8edc3ef27871"
809-
integrity sha512-1FDsyN//ai3Jd97SEd7scw5h1yLdzDACGOPRofr2GD3sEFsBylEEoL0MHSerd4n2dq9Zm/mFMqi4+NRMOreOKA==
806+
"@next/eslint-plugin-next@15.4.5", "@next/eslint-plugin-next@^15.3.2":
807+
version "15.4.5"
808+
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-15.4.5.tgz#fa46b04406c0b0aea22413b336f32595cd7613b6"
809+
integrity sha512-YhbrlbEt0m4jJnXHMY/cCUDBAWgd5SaTa5mJjzOt82QwflAFfW/h3+COp2TfVSzhmscIZ5sg2WXt3MLziqCSCw==
810810
dependencies:
811811
fast-glob "3.3.1"
812812

@@ -3151,12 +3151,12 @@ escodegen@^2.1.0:
31513151
optionalDependencies:
31523152
source-map "~0.6.1"
31533153

3154-
eslint-config-next@^15.4.4:
3155-
version "15.4.4"
3156-
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-15.4.4.tgz#df20632c342b2b48e8450d0028b8fd15edb10a60"
3157-
integrity sha512-sK/lWLUVF5om18O5w76Jt3F8uzu/LP5mVa6TprCMWkjWHUmByq80iHGHcdH7k1dLiJlj+DRIWf98d5piwRsSuA==
3154+
eslint-config-next@^15.4.5:
3155+
version "15.4.5"
3156+
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-15.4.5.tgz#a9b0fa6a91b4a95144b9c142232547a66b72a330"
3157+
integrity sha512-IMijiXaZ43qFB+Gcpnb374ipTKD8JIyVNR+6VsifFQ/LHyx+A9wgcgSIhCX5PYSjwOoSYD5LtNHKlM5uc23eww==
31583158
dependencies:
3159-
"@next/eslint-plugin-next" "15.4.4"
3159+
"@next/eslint-plugin-next" "15.4.5"
31603160
"@rushstack/eslint-patch" "^1.10.3"
31613161
"@typescript-eslint/eslint-plugin" "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"
31623162
"@typescript-eslint/parser" "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"

0 commit comments

Comments
 (0)