-
Notifications
You must be signed in to change notification settings - Fork 21
Bump globals from 16.4.0 to 16.5.0 #236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✓ Safe to upgradeI recommend merging this upgrade because it is a minor version bump in a development-only ESLint configuration dependency that adds new global variable definitions without breaking existing functionality. The package is exclusively used in the ESLint configuration to define JavaScript runtime environments (Node.js, Mocha, and browser globals), and since the upgrade only adds new features without modifying or removing existing globals, there is no risk to the action's runtime behavior or code quality checks. This is a purely additive update to the global variable definitions database. What we checked
Dependency UsageThe
ChangesThe
View 3 more changesReferences (4)[1]: The globals package is declared as a devDependency at version ^16.5.0, confirming it only affects development-time linting and does not impact runtime behavior Line 34 in c84c53b
[2]: The globals package is imported and used exclusively in ESLint configuration fossa-action/eslint.config.mjs Line 6 in c84c53b
[3]: Usage limited to accessing globals.browser (disabled), globals.node, and globals.mocha properties for defining valid runtime variables in linting rules fossa-action/eslint.config.mjs Line 39 in c84c53b
[4]: Version 16.5.0 is properly resolved in the lock file with integrity hash, indicating successful installation without conflicts Line 1263 in c84c53b
fossabot analyzed this PR using dependency research. |
8e66cf9 to
dae34f1
Compare
Bumps [globals](https://github.com/sindresorhus/globals) from 16.4.0 to 16.5.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v16.4.0...v16.5.0) --- updated-dependencies: - dependency-name: globals dependency-version: 16.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dae34f1 to
e3a644c
Compare
Bumps globals from 16.4.0 to 16.5.0.
Release notes
Sourced from globals's releases.
Commits
46fdf1816.5.06d441caUpdate globals (2025-11-01) (#316)d323da6Add test for keys and values (#315)ea31521Add Vue, Svelte, and Astro globals (#314)fa8aaaeAdd date to automated PR title (#311)b777f09Update Puppeteer (#310)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 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)