Skip to content

chore(deps-dev): bump globals from 17.0.0 to 17.3.0 in /apps/admin#865

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apps/admin/globals-17.3.0
Open

chore(deps-dev): bump globals from 17.0.0 to 17.3.0 in /apps/admin#865
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apps/admin/globals-17.3.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps globals from 17.0.0 to 17.3.0.

Release notes

Sourced from globals's releases.

v17.3.0

  • Update globals (2026-02-01) (#336) 295fba9

sindresorhus/globals@v17.2.0...v17.3.0

v17.2.0

  • jasmine: Add throwUnless and throwUnlessAsync globals (#335) 97f23a7

sindresorhus/globals@v17.1.0...v17.2.0

v17.1.0

  • Add webpack and rspack globals (#333) 65cae73

sindresorhus/globals@v17.0.0...v17.1.0

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [globals](https://github.com/sindresorhus/globals) from 17.0.0 to 17.3.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.0.0...v17.3.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-version: 17.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 2, 2026
@dependabot dependabot bot requested a review from fingertips18 as a code owner February 2, 2026 08:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 2, 2026
@fingertips18
Copy link
Owner

@coderabbitai Are there any breaking changes in this dependency update? Is it safe to merge?

@coderabbitai
Copy link

coderabbitai bot commented Feb 2, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai
Copy link

coderabbitai bot commented Feb 2, 2026

Tip

For best results, initiate chat on the files or code changes.

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash

# Find and read the package.json in apps/admin to understand dependencies
echo "=== package.json in apps/admin ==="
cat apps/admin/package.json

echo -e "\n=== Searching for usage of 'globals' package in apps/admin ==="
# Search for imports/requires of globals package
rg -n --type ts --type js --type json -C 3 "from ['\"]globals['\"]|require\(['\"]globals['\"]" apps/admin/

echo -e "\n=== Checking for ESLint or other config files that might use globals ==="
# Check for config files that might reference globals
fd -e js -e ts -e json -e cjs -e mjs "eslint|prettier|tsconfig" apps/admin/ --exec cat {}

Length of output: 5727


@fingertips18, I've analyzed the dependency update and here's my assessment:

Breaking Changes: None

This is a minor version update (17.0.0 → 17.3.0), which follows semantic versioning and contains no breaking changes.

Changes Summary:

  • v17.1.0: Added webpack and rspack globals
  • v17.2.0: Added jasmine test framework globals (throwUnless, throwUnlessAsync)
  • v17.3.0: General globals update (February 2026)

All changes are additive only — no globals were removed or modified.

Usage in Your Codebase:

The globals package is used in apps/admin/eslint.config.js:

languageOptions: {
  globals: globals.browser,
}

You're only using globals.browser for ESLint configuration, which is a stable API that hasn't been affected by these updates.

Safety Assessment:

Safe to merge because:

  • It's a devDependency (only affects linting, not runtime)
  • Changes are backward compatible
  • Your usage (globals.browser) is unaffected
  • No modifications to existing globals

You can proceed with merging this PR confidently!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant