Skip to content

Bump globals from 16.5.0 to 17.7.0#264

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/globals-17.7.0
Closed

Bump globals from 16.5.0 to 17.7.0#264
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/globals-17.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 19, 2026

Copy link
Copy Markdown
Contributor

Bumps globals from 16.5.0 to 17.7.0.

Release notes

Sourced from globals's releases.

v17.7.0

  • Update globals (2026-06-22) (#345) 33b75f9

sindresorhus/globals@v17.6.0...v17.7.0

v17.6.0

  • Update globals (2026-05-01) (#343) 00a4dd9

sindresorhus/globals@v17.5.0...v17.6.0

v17.5.0

  • Update globals (2026-04-12) (#342) 5d84602

sindresorhus/globals@v17.4.0...v17.5.0

v17.4.0

  • Update globals (2026-03-01) (#338) d43a051

sindresorhus/globals@v17.3.0...v17.4.0

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

v17.0.0

... (truncated)

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 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 16.5.0 to 17.7.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v16.5.0...v17.7.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-version: 17.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jul 19, 2026
@ocean90

ocean90 commented Jul 19, 2026

Copy link
Copy Markdown
Member

No longer needed — the globals dependency is being removed entirely (the config now follows the WordPress default of not enabling browser globals). See the drop-globals PR.

@dependabot @github

dependabot Bot commented on behalf of github Jul 19, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/globals-17.7.0 branch July 19, 2026 10:42
ocean90 added a commit that referenced this pull request Jul 19, 2026
* Group Dependabot updates and guard against missing changesets

Two low-risk improvements instead of an auto-changeset writer — that writer
would be dormant here, since the published packages have no runtime
dependencies and Dependabot only touches root dev tooling + composer.

- dependabot.yml: group the npm lint toolchain (@wordpress/*, eslint*,
  stylelint*, prettier, typescript) into one weekly PR, and batch all
  github-actions bumps. Composer stays ungrouped on purpose — the PHP stack is
  exact-pinned and each bump is a deliberate review against the PHP_CodeSniffer
  3 ceiling.
- ci.yml: add a "Changeset guard" job that fails a PR when a published
  package's package.json changes without a changeset — the peer/dependency
  class we handled by hand during the v7 alphas (#264/#266/#267). Skips pushes
  and the changesets "Version Packages" PR.

* Changeset guard: only count newly added changesets

Address Copilot review on #272: `changeset_added` came from `git diff
--name-only`, so a merely *modified* (or moved) existing changeset would satisfy
the guard despite the name/message meaning a new one. Editing an existing
changeset does not version a new change (and in pre mode does not trigger a
release), so switch to `git diff --name-status` and require an added (`A`) file.
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