Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 14, 2025

Bumps tmp to 0.2.5 and updates ancestor dependencies tmp, @lingui/cli and @lingui/vite-plugin. These dependencies need to be updated together.

Updates tmp from 0.2.3 to 0.2.5

Commits

Updates @lingui/cli from 5.2.0 to 5.4.1

Release notes

Sourced from @​lingui/cli's releases.

v5.4.1

5.4.1 (2025-08-11)

Bug Fixes

  • extractor: sort placeholders to keep them stable between runs (#2307) (decf4cd)
  • vite-plugin: add error handling for dynamic import of @lingui/core/macro (#2056) (c863faa)
  • remove @messageformat/date-skeleton from bundledDependencies (#2293) (9601701)

v5.4.0

5.4.0 (2025-08-01)

Features

  • cli: full concurrency for extract / compile commands (#2299) (489fb3a)

Bug Fixes

  • react: remove VFC, FC type usage (#2290) (30e5242)
  • metro-transformer: remove metro peer dep from metro-transformer (#2287) (eb8a429)

Docs

v5.3.3

5.3.3 (2025-07-11)

Bug Fixes

  • cli: remove unused dependency babel-plugin-macros (#2266) (d6906cc)
  • core: remove unraw dependency (#2271) (494c152)
  • cli: replace chalk with picocolors (#2268) (73f867c)
  • update Vite peer dependence to include v7 (#2280) (d5c2086)
  • standardize repository field format across all packages (#2269) (a03a984)

v5.3.2

5.3.2 (2025-05-28)

Bug Fixes

  • cli: catalogsMergePath generates only one compiled locale (#2238) (b1c7aac)
  • macro: map injected imports to original statements (improves support for Expo SDK 53 & React Native 0.79) (#2252) (73b081e)
  • cli: use makePathRegexSafe with globSync (#2242) (7a8256c)

v5.3.1

5.3.1 (2025-04-14)

Bug Fixes

... (truncated)

Changelog

Sourced from @​lingui/cli's changelog.

5.4.1 (2025-08-11)

Bug Fixes

  • extractor: sort placeholders to keep them stable between runs (#2307) (decf4cd)

5.4.0 (2025-08-01)

Features

  • full concurrency for extract / compile commands (#2299) (489fb3a)

5.3.3 (2025-07-11)

Bug Fixes

  • cli: remove unused dependency babel-plugin-macros (#2266) (d6906cc)
  • standardize repository field format across all packages (#2269) (a03a984)

5.3.2 (2025-05-27)

Bug Fixes

  • cli: catalogsMergePath generates only one compiled locale (#2238) (b1c7aac)
  • use makePathRegexSafe with globSync (#2242) (7a8256c)

5.3.1 (2025-04-14)

Bug Fixes

5.3.0 (2025-03-21)

Features

  • failOnMissing & failOnCompileError for loaders + compiler (#2198) (68c29ab)
Commits
  • 296f115 chore(release): published v5.4.1 [skip ci] (#2310)
  • decf4cd fix(extractor): sort placeholders to keep them stable between runs (#2307)
  • ce0d17b chore(release): published v5.4.0 [skip ci] (#2302)
  • 489fb3a feat: full concurrency for extract / compile commands (#2299)
  • 24d5e08 chore: add homepage field to package.json for all packages (#2294)
  • f8dc4af chore(release): published v5.3.3 [skip ci] (#2281)
  • 73f867c chore: replace chalk with picocolors (#2268)
  • a03a984 fix: standardize repository field format across all packages (#2269)
  • d6906cc fix(cli): remove unused dependency babel-plugin-macros (#2266)
  • 37f40ec chore(release): published v5.3.2 [skip ci] (#2255)
  • Additional commits viewable in compare view

Updates @lingui/vite-plugin from 5.2.0 to 5.4.1

Release notes

Sourced from @​lingui/vite-plugin's releases.

v5.4.1

5.4.1 (2025-08-11)

Bug Fixes

  • extractor: sort placeholders to keep them stable between runs (#2307) (decf4cd)
  • vite-plugin: add error handling for dynamic import of @lingui/core/macro (#2056) (c863faa)
  • remove @messageformat/date-skeleton from bundledDependencies (#2293) (9601701)

v5.4.0

5.4.0 (2025-08-01)

Features

  • cli: full concurrency for extract / compile commands (#2299) (489fb3a)

Bug Fixes

  • react: remove VFC, FC type usage (#2290) (30e5242)
  • metro-transformer: remove metro peer dep from metro-transformer (#2287) (eb8a429)

Docs

v5.3.3

5.3.3 (2025-07-11)

Bug Fixes

  • cli: remove unused dependency babel-plugin-macros (#2266) (d6906cc)
  • core: remove unraw dependency (#2271) (494c152)
  • cli: replace chalk with picocolors (#2268) (73f867c)
  • update Vite peer dependence to include v7 (#2280) (d5c2086)
  • standardize repository field format across all packages (#2269) (a03a984)

v5.3.2

5.3.2 (2025-05-28)

Bug Fixes

  • cli: catalogsMergePath generates only one compiled locale (#2238) (b1c7aac)
  • macro: map injected imports to original statements (improves support for Expo SDK 53 & React Native 0.79) (#2252) (73b081e)
  • cli: use makePathRegexSafe with globSync (#2242) (7a8256c)

v5.3.1

5.3.1 (2025-04-14)

Bug Fixes

... (truncated)

Changelog

Sourced from @​lingui/vite-plugin's changelog.

5.4.1 (2025-08-11)

Note: Version bump only for package @​lingui/vite-plugin

5.4.0 (2025-08-01)

Note: Version bump only for package @​lingui/vite-plugin

5.3.3 (2025-07-11)

Bug Fixes

  • standardize repository field format across all packages (#2269) (a03a984)

5.3.2 (2025-05-27)

Note: Version bump only for package @​lingui/vite-plugin

5.3.1 (2025-04-14)

Note: Version bump only for package @​lingui/vite-plugin

5.3.0 (2025-03-21)

Features

  • failOnMissing & failOnCompileError for loaders + compiler (#2198) (68c29ab)
  • babel-plugin-lingui-macro: allow to configure macro packages (#2196) (583dd05)
Commits
  • 296f115 chore(release): published v5.4.1 [skip ci] (#2310)
  • c863faa chore(vite-plugin): add error handling for dynamic import of @​lingui/core/mac...
  • ce0d17b chore(release): published v5.4.0 [skip ci] (#2302)
  • 24d5e08 chore: add homepage field to package.json for all packages (#2294)
  • f8dc4af chore(release): published v5.3.3 [skip ci] (#2281)
  • d5c2086 chore: update vite peer dependence to include v7 (#2280)
  • a03a984 fix: standardize repository field format across all packages (#2269)
  • 37f40ec chore(release): published v5.3.2 [skip ci] (#2255)
  • f2cccd1 chore(release): published v5.3.1 [skip ci] (#2227)
  • ed491cc chore(release): published v5.3.0 [skip ci] (#2205)
  • Additional commits viewable 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

This change is Reviewable

Bumps [tmp](https://github.com/raszi/node-tmp) to 0.2.5 and updates ancestor dependencies [tmp](https://github.com/raszi/node-tmp), [@lingui/cli](https://github.com/lingui/js-lingui/tree/HEAD/packages/cli) and [@lingui/vite-plugin](https://github.com/lingui/js-lingui/tree/HEAD/packages/vite-plugin). These dependencies need to be updated together.


Updates `tmp` from 0.2.3 to 0.2.5
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](raszi/node-tmp@v0.2.3...v0.2.5)

Updates `@lingui/cli` from 5.2.0 to 5.4.1
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/lingui/js-lingui/commits/v5.4.1/packages/cli)

Updates `@lingui/vite-plugin` from 5.2.0 to 5.4.1
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/packages/vite-plugin/CHANGELOG.md)
- [Commits](https://github.com/lingui/js-lingui/commits/v5.4.1/packages/vite-plugin)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.5
  dependency-type: indirect
- dependency-name: "@lingui/cli"
  dependency-version: 5.4.1
  dependency-type: direct:development
- dependency-name: "@lingui/vite-plugin"
  dependency-version: 5.4.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 14, 2025
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