chore(deps-dev): bump @playwright/test from 1.59.0-alpha-2026-03-01 to 1.59.0-alpha-1773608981000#199
Conversation
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.59.0-alpha-2026-03-01 to 1.59.0-alpha-1773608981000. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/commits) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.59.0-alpha-1773608981000 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
AssigneesThe following users could not be added as assignees: LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryDependabot PR to bump
Confidence Score: 2/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["package.json specifier<br/>^1.59.0-alpha-1773608981000"] --> B{"npm ci"}
A --> C{"npm install (fresh)"}
D["package-lock.json resolved<br/>1.59.0-alpha-2026-03-01"] --> B
B --> E["Installs 2026-03-01 ❌<br/>(ignores package.json intent)"]
C --> F["Resolves 1773608981000 from registry<br/>(inconsistent with lock)"]
style E fill:#f96,stroke:#333
style F fill:#ff9,stroke:#333
Last reviewed commit: e4371cc |
| }, | ||
| "devDependencies": { | ||
| "@playwright/test": "^1.59.0-alpha-2026-03-15", | ||
| "@playwright/test": "^1.59.0-alpha-2026-03-01", |
There was a problem hiding this comment.
package-lock.json out of sync with package.json
The package.json specifier was updated to ^1.59.0-alpha-1773608981000, but the lock file's specifier was changed to ^1.59.0-alpha-2026-03-01 (a different, older alpha tag). Additionally, the resolved version in the lock file is 1.59.0-alpha-2026-03-01, not 1.59.0-alpha-1773608981000.
This mismatch means:
npm ciwill use the lock file's resolved2026-03-01version (ignoring the package.json intent).npm installin a fresh checkout will resolve^1.59.0-alpha-1773608981000from the registry, which may differ from what's locked here.
This lock file should be regenerated so the specifier and resolved version both reflect 1.59.0-alpha-1773608981000.
Bumps @playwright/test from 1.59.0-alpha-2026-03-01 to 1.59.0-alpha-1773608981000.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by cubic
Upgrade
@playwright/testto 1.59.0-alpha-1773608981000 to keep e2e tests current and CI stable. Dev-only change with no production impact.@playwright/testinapps/backend.package-lock.jsonwith incidental@commitlint/*patch updates.Written for commit e4371cc. Summary will update on new commits.