Conversation
d2ab2d7 to
9996b1e
Compare
There was a problem hiding this comment.
Pull request overview
This PR bumps the globals package from version 15.15.0 to 17.0.0, a major version upgrade that includes breaking changes related to the audioWorklet environment. The update is applied to the root package.json but not to the Client subdirectory which uses the package.
Changes:
- Updated
globalsdependency from^15.11.0to^17.0.0in rootpackage.json - Updated corresponding entries in
pnpm-lock.yamlto reflect version 17.0.0
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Bumped globals devDependency specifier from ^15.11.0 to ^17.0.0 |
| pnpm-lock.yaml | Updated lock file entries for globals package version and integrity hash |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
package.json
Outdated
| "@eslint/js": "^9.12.0", | ||
| "eslint": "^9.12.0", | ||
| "globals": "^15.11.0", | ||
| "globals": "^17.0.0", |
There was a problem hiding this comment.
The globals package has been updated to version 17.0.0 in the root package.json, but the Client/package.json still uses version ^16.5.0. This version mismatch could lead to inconsistent ESLint behavior between the root and Client projects. Consider updating the Client's globals dependency to match, or document why different versions are needed.
| "globals": "^17.0.0", | |
| "globals": "^16.5.0", |
9996b1e to
c978cc7
Compare
Bumps [globals](https://github.com/sindresorhus/globals) from 15.15.0 to 17.0.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.15.0...v17.0.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
c978cc7 to
1a6a091
Compare
Bumps globals from 15.15.0 to 17.0.0.
Release notes
Sourced from globals's releases.
... (truncated)
Commits
bb89b1817.0.0ebe1063Update globals (2026-01-01) (#329)e3d8da3Revert "Automate script forpaintWorkletenvironment (#325)" (#328)e7c0453Automate script forpaintWorkletenvironment (#325)1bc6e3bAddbunBuiltinanddenoBuiltin(#324)4b78f56AddpaintWorkletenvironment (#323)59ceff8Get all browser globals from bothchromeandfirefox(#321)4a02a85AddsharedWorkerenvironment (#322)7bc293eSplitaudioWorkletenvironment frombrowser(#320)814075fFix browser launch (#319)You can trigger a rebase of this PR 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)