Skip to content

Commit 0dc9783

Browse files
meta: bump the lint group across 1 directory with 9 updates (#8503)
* meta: bump the lint group across 1 directory with 9 updates Bumps the lint group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.3` | `16.2.7` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.36.0` | `9.39.2` | | [eslint](https://github.com/eslint/eslint) | `9.36.0` | `9.39.2` | | [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.7.4` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.45.0` | `8.50.1` | | [stylelint](https://github.com/stylelint/stylelint) | `16.24.0` | `16.26.1` | | [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) | `39.0.0` | `39.0.1` | | [stylelint-order](https://github.com/hudochenkov/stylelint-order) | `7.0.0` | `7.0.1` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.0.7` | `16.1.1` | Updates `lint-staged` from 16.2.3 to 16.2.7 - [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@v16.2.3...v16.2.7) Updates `@eslint/js` from 9.36.0 to 9.39.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js) Updates `eslint` from 9.36.0 to 9.39.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.36.0...v9.39.2) Updates `prettier` from 3.6.2 to 3.7.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.6.2...3.7.4) Updates `typescript-eslint` from 8.45.0 to 8.50.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/packages/typescript-eslint) Updates `stylelint` from 16.24.0 to 16.26.1 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.24.0...16.26.1) Updates `stylelint-config-standard` from 39.0.0 to 39.0.1 - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint-config-standard@39.0.0...39.0.1) Updates `stylelint-order` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/hudochenkov/stylelint-order/releases) - [Changelog](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md) - [Commits](hudochenkov/stylelint-order@7.0.0...7.0.1) Updates `eslint-config-next` from 16.0.7 to 16.1.1 - [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/v16.1.1/packages/eslint-config-next) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lint - dependency-name: "@eslint/js" dependency-version: 9.39.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint dependency-version: 9.39.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: prettier dependency-version: 3.7.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: typescript-eslint dependency-version: 8.50.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: stylelint dependency-version: 16.26.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: stylelint-config-standard dependency-version: 39.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint - dependency-name: stylelint-order dependency-version: 7.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint - dependency-name: eslint-config-next dependency-version: 16.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint ... Signed-off-by: dependabot[bot] <support@github.com> * fixup! --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aviv Keller <me@aviv.sh>
1 parent 862278a commit 0dc9783

File tree

7 files changed

+594
-574
lines changed

7 files changed

+594
-574
lines changed

apps/site/app/[locale]/next-data/og/[category]/[title]/route.tsx

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,15 @@ export const GET = async (_: Request, props: StaticParams) => {
3434
const gridBackground = `radial-gradient(circle, ${categoryColour}, transparent)`;
3535

3636
return new ImageResponse(
37-
(
38-
<div tw="relative flex items-center justify-center bg-black w-[1200px] h-[600px]">
39-
<HexagonGrid style={{ background: gridBackground }} />
37+
<div tw="relative flex items-center justify-center bg-black w-[1200px] h-[600px]">
38+
<HexagonGrid style={{ background: gridBackground }} />
4039

41-
<div tw="absolute mx-auto flex max-w-xl flex-col text-center text-3xl font-semibold text-white">
42-
<JsWhiteIcon width={71} height={80} tw="mx-auto" />
40+
<div tw="absolute mx-auto flex max-w-xl flex-col text-center text-3xl font-semibold text-white">
41+
<JsWhiteIcon width={71} height={80} tw="mx-auto" />
4342

44-
<h2>{params.title.slice(0, 100)}</h2>
45-
</div>
43+
<h2>{params.title.slice(0, 100)}</h2>
4644
</div>
47-
),
45+
</div>,
4846
{ width: 1200, height: 600 }
4947
);
5048
};

apps/site/next-data/generators/__tests__/releaseData.test.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ describe('generateReleaseData', () => {
3131
}),
3232
});
3333

34-
const { default: generateReleaseData } = await import(
35-
'#site/next-data/generators/releaseData.mjs'
36-
);
34+
const { default: generateReleaseData } =
35+
await import('#site/next-data/generators/releaseData.mjs');
3736

3837
const result = await generateReleaseData();
3938

apps/site/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"@types/semver": "~7.7.1",
9191
"babel-plugin-react-compiler": "^1.0.0",
9292
"dedent": "^1.7.0",
93-
"eslint-config-next": "16.0.7",
93+
"eslint-config-next": "16.1.1",
9494
"eslint-plugin-mdx": "~3.6.2",
9595
"eslint-plugin-react": "~7.37.5",
9696
"eslint-plugin-react-hooks": "^7.0.1",
@@ -100,13 +100,13 @@
100100
"mdast-util-from-markdown": "^2.0.2",
101101
"nock": "^14.0.10",
102102
"remark-frontmatter": "^5.0.0",
103-
"stylelint": "16.24.0",
104-
"stylelint-config-standard": "39.0.0",
105-
"stylelint-order": "7.0.0",
103+
"stylelint": "16.26.1",
104+
"stylelint-config-standard": "39.0.1",
105+
"stylelint-order": "7.0.1",
106106
"stylelint-selector-bem-pattern": "4.0.1",
107107
"tsx": "^4.21.0",
108108
"typescript": "catalog:",
109-
"typescript-eslint": "~8.45.0",
109+
"typescript-eslint": "~8.50.1",
110110
"user-agent-data-types": "0.4.2",
111111
"wrangler": "^4.53.0"
112112
},

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,22 @@
3535
},
3636
"dependencies": {
3737
"husky": "9.1.7",
38-
"lint-staged": "16.2.3",
38+
"lint-staged": "16.2.7",
3939
"turbo": "2.6.1"
4040
},
4141
"devDependencies": {
42-
"@eslint/js": "~9.36.0",
42+
"@eslint/js": "~9.39.2",
4343
"@reporters/github": "^1.11.0",
4444
"@testing-library/react": "~16.3.1",
4545
"cross-env": "^10.1.0",
46-
"eslint": "~9.36.0",
46+
"eslint": "~9.39.2",
4747
"eslint-import-resolver-typescript": "~4.4.4",
4848
"eslint-plugin-import-x": "~4.16.1",
4949
"globals": "^16.5.0",
50-
"prettier": "3.6.2",
50+
"prettier": "3.7.4",
5151
"prettier-plugin-tailwindcss": "0.7.2",
5252
"typescript": "catalog:",
53-
"typescript-eslint": "~8.45.0"
53+
"typescript-eslint": "~8.50.1"
5454
},
5555
"packageManager": "pnpm@10.24.0",
5656
"devEngines": {

packages/rehype-shiki/src/index.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ async function getEngine({ wasm = false }) {
3535
return createOnigurumaEngine(await import('shiki/wasm'));
3636
}
3737

38-
const { createJavaScriptRegexEngine } = await import(
39-
'@shikijs/engine-javascript'
40-
);
38+
const { createJavaScriptRegexEngine } =
39+
await import('@shikijs/engine-javascript');
4140
return createJavaScriptRegexEngine();
4241
}
4342

packages/ui-components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
"react": "catalog:",
7373
"storybook": "^10.1.10",
7474
"style-loader": "~4.0.0",
75-
"stylelint": "^16.24.0",
76-
"stylelint-config-standard": "^39.0.0",
77-
"stylelint-order": "7.0.0",
75+
"stylelint": "^16.26.1",
76+
"stylelint-config-standard": "^39.0.1",
77+
"stylelint-order": "7.0.1",
7878
"stylelint-selector-bem-pattern": "4.0.1",
7979
"tailwindcss": "catalog:",
8080
"tsx": "^4.21.0",

0 commit comments

Comments
 (0)