Skip to content

Bump the npm-non-major group across 1 directory with 3 updates#1579

Open
dependabot[bot] wants to merge 1 commit into
1.8from
dependabot/npm_and_yarn/assets/npm-non-major-94b7a95e3c
Open

Bump the npm-non-major group across 1 directory with 3 updates#1579
dependabot[bot] wants to merge 1 commit into
1.8from
dependabot/npm_and_yarn/assets/npm-non-major-94b7a95e3c

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm-non-major group with 3 updates in the /assets directory: intl-messageformat, stimulus-use and webpack-cli.

Updates intl-messageformat from 11.2.9 to 11.2.12

Release notes

Sourced from intl-messageformat's releases.

intl-messageformat: 11.2.12

11.2.12 (2026-07-16)

What's Changed

New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/intl-messageformat@11.2.11...intl-messageformat@11.2.12

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​formatjs/icu-messageformat-parser bumped to 3.5.15

intl-messageformat: 11.2.11

11.2.11 (2026-07-11)

What's Changed

... (truncated)

Commits
  • b53acd0 chore: release main (#6859)
  • 3c35519 fix(deps): update dependency babel-plugin-formatjs to v11.3.15 (#6884)
  • 9177648 fix(icu_messageformat_parser): dedupe structural variables (#6883)
  • 9ae12c9 fix(deps): update example TypeScript to v7 (#6881)
  • d0ed2a9 chore(deps): update dependency rolldown to v1.1.5 (#6878)
  • ce3ca53 chore(deps): update pnpm to v11.10.0 (#6866)
  • 7eccce0 chore(deps): update dependency rolldown-plugin-dts to ^0.27.0 (#6825)
  • 91801e3 chore(deps): update dependency oxfmt to ^0.58.0 (#6875)
  • 4d43017 chore(deps): adopt TypeScript 7 (#6819)
  • 4196710 feat(babel-plugin-formatjs): require Babel 8 (#6869)
  • Additional commits viewable in compare view

Updates stimulus-use from 0.52.3 to 0.53.0

Release notes

Sourced from stimulus-use's releases.

v0.53.0

Added

Changed

Fixed

Docs

Internal

Dependencies

... (truncated)

Commits
  • 209b96d v0.53.0
  • 5f0b183 fix(debug): follow application.debug and deprecate stimulusUseDebug (#606)
  • 273914e docs(useClickOutside): document multiple-instance usage and mutual exclusivity
  • 046d698 docs(useClickOutside): stop recommending event.preventDefault in clickOutside
  • 1e305c4 fix(useMemo): memoize getters lazily on first access (#605)
  • 4a181db feat(useResize): support the box option for observation (#604)
  • 3903e46 test(useResize): cover dispatched event, observe/unobserve, and element option
  • c0922df fix(useResize): avoid ResizeObserver loop warning (#603)
  • 09fc694 docs(useClickOutside): clarify clickOutside method vs click:outside event
  • 320c71a fix(useHotkeys): only unbind the disconnecting controller's handlers (#602)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for stimulus-use since your current version.


Updates webpack-cli from 7.1.0 to 7.2.1

Release notes

Sourced from webpack-cli's releases.

webpack-cli@7.2.1

Patch Changes

webpack-cli@7.2.0

Minor Changes

  • feat: allow webpack-dev-server v6 as an optional peer dependency (^5.0.0 || ^6.0.0) (by @​bjohansebas in #4793)

  • Support tsx as a fallback loader for TypeScript and JSX configuration files (.ts, .tsx, .cts, .mts and .jsx), used when none of the loaders known to interpret (such as ts-node) are installed. (by @​alexander-akait in #4796)

Changelog

Sourced from webpack-cli's changelog.

7.2.1

Patch Changes

7.2.0

Minor Changes

  • feat: allow webpack-dev-server v6 as an optional peer dependency (^5.0.0 || ^6.0.0) (by @​bjohansebas in #4793)

  • Support tsx as a fallback loader for TypeScript and JSX configuration files (.ts, .tsx, .cts, .mts and .jsx), used when none of the loaders known to interpret (such as ts-node) are installed. (by @​alexander-akait in #4796)

Commits
  • 71e34db chore(release): new release (#4800)
  • 97c5541 fix: CLIPlugin dynamic import interop under Bun (#4799)
  • 40b631f chore(release): new release (#4794)
  • f896a9c chore(deps-dev): bump the dependencies group across 1 directory with 4 update...
  • b4ea5a7 test: update target flag tests for webpack 5.108 (#4797)
  • 9a5fef9 feat: support tsx as a fallback loader for TypeScript and JSX configs (#4796)
  • 6cafa00 chore(deps): bump http-proxy-middleware from 2.0.9 to 2.0.10 (#4795)
  • 3bfa81c docs: update (#4789)
  • d122911 chore: update webpack-dev-server peer dependency version (#4793)
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-non-major group with 3 updates in the /assets directory: [intl-messageformat](https://github.com/formatjs/formatjs), [stimulus-use](https://github.com/stimulus-use/stimulus-use) and [webpack-cli](https://github.com/webpack/webpack-cli).


Updates `intl-messageformat` from 11.2.9 to 11.2.12
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/intl-messageformat@11.2.9...intl-messageformat@11.2.12)

Updates `stimulus-use` from 0.52.3 to 0.53.0
- [Release notes](https://github.com/stimulus-use/stimulus-use/releases)
- [Commits](stimulus-use/stimulus-use@v0.52.3...v0.53.0)

Updates `webpack-cli` from 7.1.0 to 7.2.1
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@7.1.0...webpack-cli@7.2.1)

---
updated-dependencies:
- dependency-name: intl-messageformat
  dependency-version: 11.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-non-major
- dependency-name: stimulus-use
  dependency-version: 0.53.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-non-major
- dependency-name: webpack-cli
  dependency-version: 7.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-non-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 23, 2026
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.

0 participants