Skip to content

Version Packages (alpha)#269

Merged
ocean90 merged 1 commit into
masterfrom
changeset-release/master
Jul 19, 2026
Merged

Version Packages (alpha)#269
ocean90 merged 1 commit into
masterfrom
changeset-release/master

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

master is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on master.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@wearerequired/eslint-config@7.0.0-alpha.1

Major Changes

  • c4a8a1f: Do not enable browser globals. This matches the WordPress default — @wordpress/eslint-plugin deliberately does not enable the browser environment (the v6 config added env: { browser: true }). It also removes the globals dependency, so the package now ships with no runtime dependencies.

    In .js / .jsx files, bare DOM-only globals (MutationObserver, getComputedStyle, IntersectionObserver, ResizeObserver, …) are no longer predefined; add them per project via languageOptions.globals or access them through window.. .ts / .tsx files are unaffected (no-undef is off for TypeScript).

@wearerequired/stylelint-config@7.0.0-alpha.1

Major Changes

  • 6b3fe4a: Raise the @wordpress/stylelint-config peer dependency from ^23 to ^24. 24.0.0 is a drop-in for our purposes — it keeps the same stylelint (^16.8.2) and stylelint-scss (^6.4.0) peers and the same ., /scss, /stylistic and /scss-stylistic exports. Verified against required's stylistic overrides (@stylistic/max-line-length etc.) and the BEM selector-class-pattern.

@github-actions
github-actions Bot force-pushed the changeset-release/master branch 5 times, most recently from 3ef17b2 to ba79fcd Compare July 19, 2026 12:07
@github-actions
github-actions Bot force-pushed the changeset-release/master branch from ba79fcd to a8c214a Compare July 19, 2026 16:35
@ocean90
ocean90 merged commit 0cf7947 into master Jul 19, 2026
7 checks passed
@ocean90
ocean90 deleted the changeset-release/master branch July 19, 2026 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant