Bump the "sanchika-dependency-hygiene" group with 2 updates across multiple ecosystems - #56
Conversation
…dates Bumps the sanchika-dependency-hygiene group with 4 updates: [typescript](https://github.com/microsoft/TypeScript), [@astrojs/check](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [playwright-core](https://github.com/microsoft/playwright). Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) Updates `@astrojs/check` from 0.9.9 to 0.9.10 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/language-tools/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/check@0.9.10/packages/language-tools/astro-check) Updates `astro` from 7.0.7 to 7.1.5 - [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.1.5/packages/astro) Updates `playwright-core` from 1.55.1 to 1.62.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.55.1...v1.62.0) chore(deps): bump the sanchika-dependency-hygiene group with 6 updates Bumps the sanchika-dependency-hygiene group with 6 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` | | [pnpm/action-setup](https://github.com/pnpm/action-setup) | `4.3.0` | `6.0.9` | | [actions/setup-node](https://github.com/actions/setup-node) | `6.4.0` | `7.0.0` | | [actions/configure-pages](https://github.com/actions/configure-pages) | `5.0.0` | `6.0.0` | | [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `3.0.1` | `5.0.0` | | [actions/deploy-pages](https://github.com/actions/deploy-pages) | `4.0.5` | `5.0.0` | Updates `actions/checkout` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@9c091bb...3d3c42e) Updates `pnpm/action-setup` from 4.3.0 to 6.0.9 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@b906aff...0ebf471) Updates `actions/setup-node` from 6.4.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@48b55a0...8207627) Updates `actions/configure-pages` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](actions/configure-pages@983d773...45bfe01) Updates `actions/upload-pages-artifact` from 3.0.1 to 5.0.0 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@56afc60...fc324d3) Updates `actions/deploy-pages` from 4.0.5 to 5.0.0 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@d6db901...cd2ce8f) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: sanchika-dependency-hygiene - dependency-name: "@astrojs/check" dependency-version: 0.9.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: sanchika-dependency-hygiene - dependency-name: astro dependency-version: 7.1.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: sanchika-dependency-hygiene - dependency-name: playwright-core dependency-version: 1.62.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: sanchika-dependency-hygiene - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: sanchika-dependency-hygiene - dependency-name: pnpm/action-setup dependency-version: 6.0.9 dependency-type: direct:production update-type: version-update:semver-major dependency-group: sanchika-dependency-hygiene - dependency-name: actions/setup-node dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: sanchika-dependency-hygiene - dependency-name: actions/configure-pages dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: sanchika-dependency-hygiene - dependency-name: actions/upload-pages-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: sanchika-dependency-hygiene - dependency-name: actions/deploy-pages dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: sanchika-dependency-hygiene ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b5c05c2ab9
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "astro": "7.1.5", | ||
| "playwright-core": "1.62.0" |
There was a problem hiding this comment.
Keep gallery dependency pins in sync
The gallery package now pins Astro 7.1.5 and playwright-core 1.62.0, but scripts/validate-repo.mjs still requires Astro 7.0.7 and playwright-core 1.55.1; in the CI workflow I checked, pnpm run verify runs pnpm validate first, so dependency installs will immediately fail verification until the validator is updated or these pins are reverted.
AGENTS.md reference: AGENTS.md:L56-L60
Useful? React with 👍 / 👎.
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 | ||
| uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 |
There was a problem hiding this comment.
Keep review-gate checkout aligned with validator
This updated Review findings gate checkout no longer matches the approved SHA hard-coded in validateReviewGateWorkflow (scripts/validate-repo.mjs still expects 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0), so the repository validation path rejects the workflow before the protected Review gate can be accepted; either keep the approved SHA here or update the validator in the same change.
AGENTS.md reference: AGENTS.md:L76-L82
Useful? React with 👍 / 👎.
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 | ||
| uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 |
There was a problem hiding this comment.
Update workflow pin validators with action bumps
The CI, Pages, and Pages smoke validators still require the previous pinned action SHAs, so after these action bumps pnpm validate reports pin failures for these workflows even before any package checks complete; in the CI workflow I inspected, that validation is part of pnpm run verify, so the updated workflows will reject themselves unless the validator allow-list is updated in the same dependency bump.
AGENTS.md reference: AGENTS.md:L56-L60
Useful? React with 👍 / 👎.
| }, | ||
| "devDependencies": { | ||
| "typescript": "6.0.3" | ||
| "typescript": "7.0.2" |
There was a problem hiding this comment.
Use a TypeScript version supported by astro check
The gallery typecheck path runs astro check, but the lockfile entry for @astrojs/check@0.9.10 still declares its TypeScript peer as ^5.0.0 || ^6.0.0; bumping the workspace compiler to 7.0.2 leaves that checker running against an unsupported peer, which can make gallery typecheck behavior depend on an untested compiler pairing. Keep TypeScript on the supported major or bump @astrojs/check to a release that advertises TypeScript 7 support.
Useful? React with 👍 / 👎.
| "astro": "7.1.5", | ||
| "playwright-core": "1.62.0" |
There was a problem hiding this comment.
Keep gallery dependency pins in sync
The gallery package now pins Astro 7.1.5 and playwright-core 1.62.0, but scripts/validate-repo.mjs still requires Astro 7.0.7 and playwright-core 1.55.1; in the CI workflow I checked, pnpm run verify runs pnpm validate first, so dependency installs will immediately fail verification until the validator is updated or these pins are reverted.
Useful? React with 👍 / 👎.
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 | ||
| uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 |
There was a problem hiding this comment.
Keep review-gate checkout aligned with validator
This updated Review findings gate checkout no longer matches the approved SHA hard-coded in validateReviewGateWorkflow (scripts/validate-repo.mjs still expects 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0), so the repository validation path rejects the workflow before the protected Review gate can be accepted; either keep the approved SHA here or update the validator in the same change.
Useful? React with 👍 / 👎.
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 | ||
| uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 |
There was a problem hiding this comment.
Update workflow pin validators with action bumps
The CI, Pages, and Pages smoke validators still require the previous pinned action SHAs, so after these action bumps pnpm validate reports pin failures for these workflows even before any package checks complete; in the CI workflow I inspected, that validation is part of pnpm run verify, so the updated workflows will reject themselves unless the validator allow-list is updated in the same dependency bump.
Useful? React with 👍 / 👎.
Bumps the sanchika-dependency-hygiene group with 4 updates: typescript, @astrojs/check, astro and playwright-core.
Updates
typescriptfrom 6.0.3 to 7.0.2Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.
Updates
@astrojs/checkfrom 0.9.9 to 0.9.10Release notes
Sourced from @astrojs/check's releases.
Changelog
Sourced from @astrojs/check's changelog.
Commits
112d3ea[ci] release (#17469)b01a692chore(deps): updateyargsto v18 (#17447)3652d1cchore: merge main into next8062391chore(deps): dedupeviteinstallations (#16788)ce88423Dedupevite(#16787)b8061a6refactor: use TypeScript project service in ESLint (#16623)5a8cd09refactor: update tsconfig to use TypeScript project references (#16505)Updates
astrofrom 7.0.7 to 7.1.5Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
b0535ca[ci] release (#17528)c895b12Update js-yaml to 4.3.0 (#17474)f61ba9cfix(logger): loading at runtime when entrypoint is a URL (#17480)e614b7bfix(astro): do not resolve action function properties as path segments (#17525)7613030Return a response when request finalization fails (#17524)c775c1fRender the custom 404 page when a middleware rewrite dead-ends in an empty 40...112d3ea[ci] release (#17469)82bf7e2fix(astro): hide console window for background dev server on Windows (#17517)0fc519dfix(css): preserve styles for child components of client:only islands during ...d4f266dfix(build): deduplicate CSS assets between prerender and SSR environments (#1...Updates
playwright-corefrom 1.55.1 to 1.62.0Release notes
Sourced from playwright-core's releases.
... (truncated)
Commits
e3950d9chore: mark v1.62.0 (#41981)f07e0f7cherry-pick(#41940): docs: release notes for v1.62 (#41967)05a306ccherry-pick(#41964): Revert "feat(routeFromHar): add interceptAPIRequests opt...2934858fix: correct pending navigation log spacing (#41949)4b0cc99fix(test): unflake screencast backpressure test on slow macOS runner (#41951)bbbae6dtest: fixme WebSocket locale test in Chromium 150 (#41944)15c4f55fix(mcp): identify downloads explicitly (#41933)f5fa967fix(network): request.postData() returns null for empty string body override ...0edafe4fix(mcp): launch the Chrome profile that has the extension installed (#41939)244a1fffeat(firefox): roll to r1538 (#41938)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for playwright-core since your current version.
Bumps the sanchika-dependency-hygiene group with 6 updates:
7.0.07.0.14.3.06.0.96.4.07.0.05.0.06.0.03.0.15.0.04.0.55.0.0Updates
actions/checkoutfrom 7.0.0 to 7.0.1Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Updates
pnpm/action-setupfrom 4.3.0 to 6.0.9Release notes
Sourced from pnpm/action-setup's releases.
... (truncated)
Commits
0ebf471fix: update pnpm to v11.7.0 (#267)0e279bbfix: update pnpm to 11.1.1 (#248)3e83581fix: drop patchPnpmEnv so standalone+self-update works on Windows (#258)551b42edocs(README): fixcache_dependency_pathtype (#257)739bfe4fix: self-update bootstrap to packageManager-pinned version (#233) (#256)f61705dchore: add CODEOWNERS7a5507bfix: restore inputs from state in post (#255)1155470fix: honor devEngines.packageManager.onFail=error (#252) (#254)91ab88efix: bin_dest output points to self-updated pnpm, not bootstrap (#249)e578e19fix: update pnpm to 11.0.4Updates
actions/setup-nodefrom 6.4.0 to 7.0.0Release notes
Sourced from actions/setup-node's releases.
Commits
8207627Migrate to ESM and upgrade dependencies (#1574)04be95cAdd cache-primary-key and cache-matched-key as outputs (#1577)7c2c68ddocs: Update caching recommendations to mitigate cache poisoning risks (#1567)6a61c03Merge pull request #1569 from jasongin/update-actions-cache-5.1.030eb73bResolve high-severity audit issues4e1a87aUpdate dist360237fStrict equality4f8aac5Bump@actions/cacheto 5.1.0, log cache write deniedf4a67bbOnly usemirrorTokeningetManifestif it's provided (#1548)0355742Remove dummy NODE_AUTH_TOKEN export (#1558)Updates
actions/configure-pagesfrom 5.0.0 to 6.0.0Release notes
Sourced from actions/configure-pages's releases.
Commits
45bfe01Merge pull request #186 from salmanmkc/node24d8770c2Update Node version from 20 to 24 in action.ymlcb8a1a3upgrade to node 24d560657Merge pull request #165 from actions/Jcambass-patch-135e0ac4Upgrade IA Publish1dfbcbfMerge pull request #163 from actions/Jcambass-patch-12f4f988Add workflow file for publishing releases to immutable action package0d7570cMerge pull request #162 from actions/pin-draft-release-verssion3ea1966pin draft release versionaabcbc4Merge pull request #160 from actions/dependabot/npm_and_yarn/espree-10.1.0Updates
actions/upload-pages-artifactfrom 3.0.1 to 5.0.0Release notes
Sourced from actions/upload-pages-artifact's releases.
Commits
fc324d3Merge pull request #139 from Tom-van-Woudenberg/patch-1fe9d4b7Merge branch 'main' into patch-10ca1617Merge pull request #137 from jonchurch/include-hidden-files57f0e84Update action.yml4a90348v7 --> hash56f665aUpdate upload-artifact action to version 7f7615f5Addinclude-hidden-filesinput7b1f4a7Merge pull request #127 from heavymachinery/pin-sha4cc19c7Pinactions/upload-artifactto SHA2d163beMerge pull request #107 from KittyChiu/mainUpdates
actions/deploy-pagesfrom 4.0.5 to 5.0.0Release notes
Sourced from actions/deploy-pages's releases.