deps: bump the npm-dependencies group with 7 updates#16
Conversation
Bumps the npm-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `6.4.5` | `6.4.7` | | [@playwright/test](https://github.com/microsoft/playwright) | `1.60.0` | `1.61.0` | | [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.3.0` | `4.3.1` | | [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.54.0` | `0.55.0` | | [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.69.0` | `1.70.0` | | [playwright](https://github.com/microsoft/playwright) | `1.60.0` | `1.61.0` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.3.0` | `4.3.1` | Updates `astro` from 6.4.5 to 6.4.7 - [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@6.4.7/packages/astro) Updates `@playwright/test` from 1.60.0 to 1.61.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.60.0...v1.61.0) Updates `@tailwindcss/vite` from 4.3.0 to 4.3.1 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.1/packages/@tailwindcss-vite) Updates `oxfmt` from 0.54.0 to 0.55.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.55.0/npm/oxfmt) Updates `oxlint` from 1.69.0 to 1.70.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.70.0/npm/oxlint) Updates `playwright` from 1.60.0 to 1.61.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.60.0...v1.61.0) Updates `tailwindcss` from 4.3.0 to 4.3.1 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.1/packages/tailwindcss) --- updated-dependencies: - dependency-name: astro dependency-version: 6.4.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@playwright/test" dependency-version: 1.61.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: "@tailwindcss/vite" dependency-version: 4.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: oxfmt dependency-version: 0.55.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: oxlint dependency-version: 1.70.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: playwright dependency-version: 1.61.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: tailwindcss dependency-version: 4.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughWalkthroughFive dependencies in ChangesDependency Version Bumps
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@package.json`:
- Line 24: Update the `tailwindcss` dependency version from `^4.3.0` to `^4.3.1`
in package.json to match the version of `@tailwindcss/vite`. This ensures both
the core tailwindcss package and the Vite plugin are using compatible versions,
preventing potential incompatibilities between the two packages.
- Line 23: The `@playwright/test` package has been updated to ^1.61.0 but the
playwright package in package.json is still at ^1.60.0, creating a version
mismatch. Update the version of the playwright package dependency to ^1.61.0 to
match the version of `@playwright/test`, ensuring both packages remain
synchronized and compatible with each other.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: b095b96c-4966-4673-8bf7-ba8f1578dc0e
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (1)
package.json
| "@tailwindcss/vite": "^4.3.0", | ||
| "oxfmt": "^0.54.0", | ||
| "oxlint": "^1.69.0", | ||
| "@playwright/test": "^1.61.0", |
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
# Verify Playwright version compatibility
# Expected: Both `@playwright/test` and playwright at ^1.61.0
echo "Current package.json versions:"
jq '.devDependencies["`@playwright/test`"], .devDependencies["playwright"]' package.json
echo -e "\nPR objectives state both should be at 1.61.0. Confirming package.json reflects this..."Repository: finallyjay/daily-dev-roulette
Length of output: 212
Update playwright to ^1.61.0 to match @playwright/test.
@playwright/test is bumped to ^1.61.0 (line 23), but playwright remains at ^1.60.0 (line 27). These packages must be kept in sync; mismatched versions cause incompatibility between the test runner and browser automation library, leading to missing features, API errors, or runtime failures.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@package.json` at line 23, The `@playwright/test` package has been updated to
^1.61.0 but the playwright package in package.json is still at ^1.60.0, creating
a version mismatch. Update the version of the playwright package dependency to
^1.61.0 to match the version of `@playwright/test`, ensuring both packages remain
synchronized and compatible with each other.
| "oxfmt": "^0.54.0", | ||
| "oxlint": "^1.69.0", | ||
| "@playwright/test": "^1.61.0", | ||
| "@tailwindcss/vite": "^4.3.1", |
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
# Verify Tailwind CSS version consistency
# Expected: Both `@tailwindcss/vite` and tailwindcss at ^4.3.1
echo "Current package.json versions:"
jq '.devDependencies["`@tailwindcss/vite`"], .devDependencies["tailwindcss"]' package.json
echo -e "\nPR objectives state both should be at 4.3.1. Confirming package.json reflects this..."Repository: finallyjay/daily-dev-roulette
Length of output: 209
Update tailwindcss to ^4.3.1 to match @tailwindcss/vite.
@tailwindcss/vite is at ^4.3.1 but tailwindcss is at ^4.3.0. Keep them in sync as specified in the PR objectives to ensure the plugin can rely on all features in the core package and reduce the risk of incompatibilities.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@package.json` at line 24, Update the `tailwindcss` dependency version from
`^4.3.0` to `^4.3.1` in package.json to match the version of
`@tailwindcss/vite`. This ensures both the core tailwindcss package and the Vite
plugin are using compatible versions, preventing potential incompatibilities
between the two packages.
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the npm-dependencies group with 7 updates:
6.4.56.4.71.60.01.61.04.3.04.3.10.54.00.55.01.69.01.70.01.60.01.61.04.3.04.3.1Updates
astrofrom 6.4.5 to 6.4.7Release notes
Sourced from astro's releases.
Changelog
Sourced from astro's changelog.
Commits
910e121[ci] release (#17036)ef771ecfix: improve diagnostics (#17046)0537f5c[ci] format2f4d92aFix prerendered redirect targets inflating SSR bundle in hybrid mode (#17066)360fa3fdocs: fix grammar in container API JSDoc comments (#16984)bbe0e54[ci] format52fc862Supporting numeric id references (#16672)9de80aefeat(cli): Adds wrangler schema to generated wrangler.jsonc file when running...3719765fix(security): iteratively decode multi-level URL encoding instead of rejecti...ff59fcdfix(assets): use getClientOutputDirectory in image generation for static buil...Updates
@playwright/testfrom 1.60.0 to 1.61.0Release notes
Sourced from @playwright/test's releases.
... (truncated)
Commits
1cc5a90cherry-pick(#41295): chore: PLAYWRIGHT_TRACING_NO_WEBSOCKET_FRAMES and PLAYWR...a6772bdcherry-pick(#41280): Revert "fix(trace-viewer): add keyboard navigation to `N...8133dcfcherry-pick(#41283): docs: add Ubuntu 26.04 and Node.js 26.x to system requir...812432echore: mark v1.61.0 (#41277)ac05145fix(fetch): report serverAddr and securityDetails for reused sockets (#41267)056efc9fix(trace-viewer): add keyboard navigation toNetworkFilterscomponent (#41...41f7b9achore: fixes uncovered by the .NET 1.61 roll (#41266)ba50778fix(mcp): assign caps as array for legacy --vision flag (#41253)b8ee5aedocs: release notes for v1.61 (#41261)49c1f69fix(trace viewer): load trace from a local file (#41263)Updates
@tailwindcss/vitefrom 4.3.0 to 4.3.1Release notes
Sourced from @tailwindcss/vite's releases.
Changelog
Sourced from @tailwindcss/vite's changelog.
Commits
8a14a714.3.1 (#20226)73983e1Fix 'Sourcemap is likely to be incorrect' warnings when using `@tailwindcss/v...Updates
oxfmtfrom 0.54.0 to 0.55.0Changelog
Sourced from oxfmt's changelog.
Commits
aa79b5brelease(apps): oxlint v1.70.0 && oxfmt v0.55.0 (#23442)9a2788bfeat(linter/unicorn): implementprefer-export-fromrule (#22935)Updates
oxlintfrom 1.69.0 to 1.70.0Release notes
Sourced from oxlint's releases.
... (truncated)
Changelog
Sourced from oxlint's changelog.
... (truncated)
Commits
aa79b5brelease(apps): oxlint v1.70.0 && oxfmt v0.55.0 (#23442)5cb8d1bfix(linter/jsx-a11y/control-has-associated-label): reject excessive label dep...f682e25docs(linter): remove manually written options doc for `eslint/prefer-arrow-ca...2e8bda4feat(linter/vue): implement no-dupe-keys rule (#23350)64c942cdocs(linter): remove manually written options doc foreslint/no-sequences(...1490a0afeat(linter/react): implement react-compiler rule (#23202)965358erefactor(linter): reuseRuleNoConfigreference for rule schema (#23390)dd560aefeat(linter/unicorn): implementno-array-fill-with-reference-typerule (#23...af36c2ffeat(linter): add schema forreact/jsx-curly-brace-presence(#23400)47d34a3feat(linter): add schema forreact/jsx-handler-names(#23393)Updates
playwrightfrom 1.60.0 to 1.61.0Release notes
Sourced from playwright's releases.
... (truncated)
Commits
1cc5a90cherry-pick(#41295): chore: PLAYWRIGHT_TRACING_NO_WEBSOCKET_FRAMES and PLAYWR...a6772bdcherry-pick(#41280): Revert "fix(trace-viewer): add keyboard navigation to `N...8133dcfcherry-pick(#41283): docs: add Ubuntu 26.04 and Node.js 26.x to system requir...812432echore: mark v1.61.0 (#41277)ac05145fix(fetch): report serverAddr and securityDetails for reused sockets (#41267)056efc9fix(trace-viewer): add keyboard navigation toNetworkFilterscomponent (#41...