Skip to content

Commit 9dd0a43

Browse files
Bump the workspace-deps group with 7 updates (#278)
* Bump the workspace-deps group with 7 updates Bumps the workspace-deps group with 7 updates: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `10.5.0` | `10.6.0` | | [prettier](https://github.com/prettier/prettier) | `3.8.4` | `3.9.4` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.61.1` | `8.62.1` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `6.4.8` | `7.0.6` | | [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) | `1.7.0` | `2.1.1` | | [puppeteer-core](https://github.com/puppeteer/puppeteer) | `25.1.0` | `25.3.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.0.0` | `26.1.0` | Updates `eslint` from 10.5.0 to 10.6.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.5.0...v10.6.0) Updates `prettier` from 3.8.4 to 3.9.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.4...3.9.4) Updates `typescript-eslint` from 8.61.1 to 8.62.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.62.1/packages/typescript-eslint) Updates `astro` from 6.4.8 to 7.0.6 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@7.0.6/packages/astro) Updates `eslint-plugin-astro` from 1.7.0 to 2.1.1 - [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md) - [Commits](ota-meshi/eslint-plugin-astro@v1.7.0...v2.1.1) Updates `puppeteer-core` from 25.1.0 to 25.3.0 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](puppeteer/puppeteer@puppeteer-core-v25.1.0...puppeteer-core-v25.3.0) Updates `@types/node` from 26.0.0 to 26.1.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: workspace-deps - dependency-name: prettier dependency-version: 3.9.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: workspace-deps - dependency-name: typescript-eslint dependency-version: 8.62.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: workspace-deps - dependency-name: astro dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: workspace-deps - dependency-name: eslint-plugin-astro dependency-version: 2.1.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: workspace-deps - dependency-name: puppeteer-core dependency-version: 25.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workspace-deps - dependency-name: "@types/node" dependency-version: 26.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: workspace-deps ... Signed-off-by: dependabot[bot] <support@github.com> * chore: run format --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Garbutt <43081j@users.noreply.github.com>
1 parent 427cf6a commit 9dd0a43

7 files changed

Lines changed: 1205 additions & 1683 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
},
2828
"devDependencies": {
2929
"@eslint/js": "^10.0.1",
30-
"eslint": "^10.5.0",
31-
"prettier": "^3.8.4",
30+
"eslint": "^10.6.0",
31+
"prettier": "^3.9.4",
3232
"prettier-plugin-astro": "^0.14.1",
3333
"typescript": "^6.0.3",
34-
"typescript-eslint": "^8.61.1"
34+
"typescript-eslint": "^8.62.1"
3535
}
3636
}

packages/cwv-stats/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"type": "module",
66
"devDependencies": {
7-
"@types/node": "^26.0.0"
7+
"@types/node": "^26.1.0"
88
},
99
"dependencies": {
1010
"@google-cloud/bigquery": "^8.3.1",

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"type-check": "astro check"
1313
},
1414
"dependencies": {
15-
"astro": "^6.4.8",
15+
"astro": "^7.0.6",
1616
"chart.js": "^4.5.1",
1717
"d3": "^7.9.0"
1818
},
1919
"devDependencies": {
2020
"@astrojs/check": "^0.9.9",
2121
"@types/d3": "^7.4.3",
22-
"eslint-plugin-astro": "^1.7.0"
22+
"eslint-plugin-astro": "^2.1.1"
2323
}
2424
}
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import type { NextConfig } from 'next'
22

3-
const nextConfig: NextConfig = {
4-
/* config options here */
5-
}
3+
const nextConfig: NextConfig = {/* config options here */}
64

75
export default nextConfig

packages/stats-generator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"autocannon": "^8.0.0",
2525
"core-js-compat": "^3.48.0",
2626
"lighthouse": "^13.4.0",
27-
"puppeteer-core": "^25.1.0",
27+
"puppeteer-core": "^25.3.0",
2828
"react": "19.2.7",
2929
"react-dom": "19.2.7",
3030
"tinybench": "^6.0.2",
@@ -33,6 +33,6 @@
3333
},
3434
"devDependencies": {
3535
"@types/autocannon": "^7.12.7",
36-
"@types/node": "^26.0.0"
36+
"@types/node": "^26.1.0"
3737
}
3838
}

packages/stats-generator/src/sync-versions.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ function extractVersion(
2929
): { version: string; isDevDep: boolean } | null {
3030
const deps = packageJson.dependencies as Record<string, string> | undefined
3131
const devDeps = packageJson.devDependencies as
32-
| Record<string, string>
33-
| undefined
32+
Record<string, string> | undefined
3433

3534
if (deps?.[frameworkPackage]) {
3635
return { version: deps[frameworkPackage], isDevDep: false }

0 commit comments

Comments
 (0)