Skip to content

chore(deps,web-ui)(deps): bump next-intl from 4.13.4 to 4.13.5 in /web-ui in the runtime-patches group - #630

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web-ui/runtime-patches-c390e7c0b4
Closed

chore(deps,web-ui)(deps): bump next-intl from 4.13.4 to 4.13.5 in /web-ui in the runtime-patches group#630
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web-ui/runtime-patches-c390e7c0b4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the runtime-patches group in /web-ui with 1 update: next-intl.

Updates next-intl from 4.13.4 to 4.13.5

Release notes

Sourced from next-intl's releases.

v4.13.5

4.13.5 (2026-08-04)

Bug Fixes

Changelog

Sourced from next-intl's changelog.

4.13.5 (2026-08-04)

Bug Fixes

Commits
  • 672b4b6 v4.13.5
  • 1446d0d fix: Deprecate setRequestLocale and add blog post on next/root-params (#1...
  • e671f92 docs: Add guidance for messages defined outside of components (#2367)
  • a2da470 docs: Add studio link to footer (#2366)
  • 14e7406 docs: Update eloqnt/cli links
  • 567afd1 ci: Rename root publish script to release (#2365)
  • 87b1a2a ci: Fix release recovery to run from release.yml (Trusted Publishing) (#2364)
  • 49005db ci: Add manual recovery workflow for partial npm publishes (#2363)
  • See full diff in compare view

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 <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

View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

Bumps the runtime-patches group in /web-ui with 1 update: [next-intl](https://github.com/amannn/next-intl).


Updates `next-intl` from 4.13.4 to 4.13.5
- [Release notes](https://github.com/amannn/next-intl/releases)
- [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md)
- [Commits](amannn/next-intl@v4.13.4...v4.13.5)

---
updated-dependencies:
- dependency-name: next-intl
  dependency-version: 4.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-patches
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added deps Dependency updates (Dependabot) web-ui web-ui/ workspace labels Aug 10, 2026
@Weegy

Weegy commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Superseded by #638, which consolidates the whole 2026-08-10 Dependabot run into a single verified change (Node 22.22.3, CI job order: npm ci → build → lint → typecheck → test; middleware 6094 pass / 0 fail, web-ui 657 pass / 0 fail, npm audit 0 high / 0 critical in both workspaces).

Closing this one so the batch is reviewed once instead of nine times. Reopen if #638 is dropped.

@Weegy Weegy closed this Aug 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/web-ui/runtime-patches-c390e7c0b4 branch August 10, 2026 08:09
Weegy added a commit that referenced this pull request Aug 10, 2026
Consolidates the 2026-08-10 Dependabot run into one verified change,
superseding #628, #629, #630, #631, #632, #633, #634, #635 and #636.

middleware: @azure/msal-node 5.5.0, typescript-eslint 8.66.0, ws 8.21.3,
@types/pg 8.21.0 (dev), tsx 4.23.12 (dev), csv-parse 7.0.2.
web-ui: next 16.3.0, next-intl 4.13.5, framer-motion 13.0.0,
lucide-react 1.31.0, eslint-config-next 16.3.0 (dev),
@testing-library/user-event 14.6.3 (dev).

ws, @types/pg, tsx and lucide-react take the current resolution rather
than the bot's, which had already gone stale.

framer-motion 13's only breaking change is the removal of automatic
@emotion/is-prop-valid loading; that package is absent from the tree and
MotionConfig/isValidProp appear nowhere in the repo, so the bump is inert.

Also mirrors the typescript major-version ignore from the /web-ui
dependabot block into /middleware, which lacked it and therefore
re-raised a TypeScript 7 bump every Monday (see #595).

Excludes #637 (better-sqlite3 13): v13 dropped its install hook and needs
a Docker builder toolchain, which #615 already carries.

Verified on Node 22.22.3 in CI job order: middleware 6094 pass / 0 fail,
web-ui 657 pass / 0 fail, both lint 0 errors, typecheck clean, web-ui
build and i18n:check pass, and npm audit reports 0 high / 0 critical in
both workspaces.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deps Dependency updates (Dependabot) web-ui web-ui/ workspace

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant