Skip to content

Bump the lingui group with 4 updates#224

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/lingui-87e19c8cda
Closed

Bump the lingui group with 4 updates#224
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/lingui-87e19c8cda

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2025

Bumps the lingui group with 4 updates: @lingui/core, @lingui/react, @lingui/babel-plugin-lingui-macro and @lingui/cli.

Updates @lingui/core from 5.1.2 to 5.3.0

Release notes

Sourced from @​lingui/core's releases.

v5.3.0

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)

Bug Fixes

  • incorrect index for placeholders in useLingui macro (#2204) (6688f72)

v5.2.0

5.2.0 (2025-01-31)

Features

  • core: support short/default/long/full date time formats (#2117) (8020427)
  • core: add ph() and explicit labels for placeholders (#2092) (2026c83)
  • core: add meaningful error when locale is not set (#2131) (5ae8363)
  • react: preserve newlines during string formatting (#2158) (f0566fb)

Bug Fixes

  • cli: allow empty translations for pseudo locale in compile --strict (#2129) (8cae5e0)
  • core: remove runtime whitespace trimming aligned with v5 (#2169) (47a1ad7)
  • don't use anything from @babel/types in runtime (#2132) (7ebb88d)
  • react: remove children property from runtime Trans (#2151) (7540adb)
Changelog

Sourced from @​lingui/core's changelog.

5.3.0 (2025-03-21)

Bug Fixes

  • incorrect index for placeholders in useLingui macro (#2204) (6688f72)

Features

  • failOnMissing & failOnCompileError for loaders + compiler (#2198) (68c29ab)
  • babel-plugin-lingui-macro: allow to configure macro packages (#2196) (583dd05)

5.2.0 (2025-01-31)

Bug Fixes

  • Allow empty translations for pseudo locale in compile --strict (#2129) (8cae5e0)
  • core: remove runtime whitespace trimming aligned with v5 (#2169) (47a1ad7)
  • don't use anything from "@​babel/types" in runtime (#2132) (7ebb88d)
  • react: remove children property from runtime Trans (#2151) (7540adb)

Features

  • add meaningful error when locale is not set (#2131) (5ae8363)
  • add ph() and explicit labels for placeholders (#2092) (2026c83)
  • react: preserve newlines during string formatting (#2158) (f0566fb)
  • support short/default/long/full date time formats (#2117) (8020427)
Commits
  • ed491cc chore(release): published v5.3.0 [skip ci] (#2205)
  • 68c29ab feat: failOnMissing & failOnCompileError for loaders + compiler (#2198)
  • 583dd05 feat(babel-plugin-lingui-macro): allow to configure macro packages (#2196)
  • 9e5f044 docs(examples): Updates create react app to use lingui v5 (#2190)
  • 6688f72 fix: incorrect index for placeholders in useLingui macro (#2204)
  • d36c323 docs: various minor updates (#2177)
  • f668c5c docs: add strip non essential fields option to SWC plugin doc (#2175)
  • 76bcd1e chore: replace legacy .md issue templates with YAML-based forms (#2174)
  • 9c50b48 chore(release): published v5.2.0 [skip ci] (#2172)
  • c3a5275 docs: fix mobile view of the main page (#2171)
  • Additional commits viewable in compare view

Updates @lingui/react from 5.1.2 to 5.3.0

Release notes

Sourced from @​lingui/react's releases.

v5.3.0

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)

Bug Fixes

  • incorrect index for placeholders in useLingui macro (#2204) (6688f72)

v5.2.0

5.2.0 (2025-01-31)

Features

  • core: support short/default/long/full date time formats (#2117) (8020427)
  • core: add ph() and explicit labels for placeholders (#2092) (2026c83)
  • core: add meaningful error when locale is not set (#2131) (5ae8363)
  • react: preserve newlines during string formatting (#2158) (f0566fb)

Bug Fixes

  • cli: allow empty translations for pseudo locale in compile --strict (#2129) (8cae5e0)
  • core: remove runtime whitespace trimming aligned with v5 (#2169) (47a1ad7)
  • don't use anything from @babel/types in runtime (#2132) (7ebb88d)
  • react: remove children property from runtime Trans (#2151) (7540adb)
Changelog

Sourced from @​lingui/react's changelog.

5.3.0 (2025-03-21)

Bug Fixes

  • incorrect index for placeholders in useLingui macro (#2204) (6688f72)

Features

  • failOnMissing & failOnCompileError for loaders + compiler (#2198) (68c29ab)
  • babel-plugin-lingui-macro: allow to configure macro packages (#2196) (583dd05)

5.2.0 (2025-01-31)

Bug Fixes

  • Allow empty translations for pseudo locale in compile --strict (#2129) (8cae5e0)
  • core: remove runtime whitespace trimming aligned with v5 (#2169) (47a1ad7)
  • don't use anything from "@​babel/types" in runtime (#2132) (7ebb88d)
  • react: remove children property from runtime Trans (#2151) (7540adb)

Features

  • add meaningful error when locale is not set (#2131) (5ae8363)
  • add ph() and explicit labels for placeholders (#2092) (2026c83)
  • react: preserve newlines during string formatting (#2158) (f0566fb)
  • support short/default/long/full date time formats (#2117) (8020427)
Commits
  • ed491cc chore(release): published v5.3.0 [skip ci] (#2205)
  • 68c29ab feat: failOnMissing & failOnCompileError for loaders + compiler (#2198)
  • 583dd05 feat(babel-plugin-lingui-macro): allow to configure macro packages (#2196)
  • 9e5f044 docs(examples): Updates create react app to use lingui v5 (#2190)
  • 6688f72 fix: incorrect index for placeholders in useLingui macro (#2204)
  • d36c323 docs: various minor updates (#2177)
  • f668c5c docs: add strip non essential fields option to SWC plugin doc (#2175)
  • 76bcd1e chore: replace legacy .md issue templates with YAML-based forms (#2174)
  • 9c50b48 chore(release): published v5.2.0 [skip ci] (#2172)
  • c3a5275 docs: fix mobile view of the main page (#2171)
  • Additional commits viewable in compare view

Updates @lingui/babel-plugin-lingui-macro from 5.1.2 to 5.3.0

Release notes

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

v5.3.0

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)

Bug Fixes

  • incorrect index for placeholders in useLingui macro (#2204) (6688f72)

v5.2.0

5.2.0 (2025-01-31)

Features

  • core: support short/default/long/full date time formats (#2117) (8020427)
  • core: add ph() and explicit labels for placeholders (#2092) (2026c83)
  • core: add meaningful error when locale is not set (#2131) (5ae8363)
  • react: preserve newlines during string formatting (#2158) (f0566fb)

Bug Fixes

  • cli: allow empty translations for pseudo locale in compile --strict (#2129) (8cae5e0)
  • core: remove runtime whitespace trimming aligned with v5 (#2169) (47a1ad7)
  • don't use anything from @babel/types in runtime (#2132) (7ebb88d)
  • react: remove children property from runtime Trans (#2151) (7540adb)
Changelog

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

5.3.0 (2025-03-21)

Bug Fixes

  • incorrect index for placeholders in useLingui macro (#2204) (6688f72)

Features

  • failOnMissing & failOnCompileError for loaders + compiler (#2198) (68c29ab)
  • babel-plugin-lingui-macro: allow to configure macro packages (#2196) (583dd05)

5.2.0 (2025-01-31)

Bug Fixes

  • Allow empty translations for pseudo locale in compile --strict (#2129) (8cae5e0)
  • core: remove runtime whitespace trimming aligned with v5 (#2169) (47a1ad7)
  • don't use anything from "@​babel/types" in runtime (#2132) (7ebb88d)
  • react: remove children property from runtime Trans (#2151) (7540adb)

Features

  • add meaningful error when locale is not set (#2131) (5ae8363)
  • add ph() and explicit labels for placeholders (#2092) (2026c83)
  • react: preserve newlines during string formatting (#2158) (f0566fb)
  • support short/default/long/full date time formats (#2117) (8020427)
Commits
  • ed491cc chore(release): published v5.3.0 [skip ci] (#2205)
  • 68c29ab feat: failOnMissing & failOnCompileError for loaders + compiler (#2198)
  • 583dd05 feat(babel-plugin-lingui-macro): allow to configure macro packages (#2196)
  • 9e5f044 docs(examples): Updates create react app to use lingui v5 (#2190)
  • 6688f72 fix: incorrect index for placeholders in useLingui macro (#2204)
  • d36c323 docs: various minor updates (#2177)
  • f668c5c docs: add strip non essential fields option to SWC plugin doc (#2175)
  • 76bcd1e chore: replace legacy .md issue templates with YAML-based forms (#2174)
  • 9c50b48 chore(release): published v5.2.0 [skip ci] (#2172)
  • c3a5275 docs: fix mobile view of the main page (#2171)
  • Additional commits viewable in compare view

Updates @lingui/cli from 5.1.2 to 5.3.0

Release notes

Sourced from @​lingui/cli's releases.

v5.3.0

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)

Bug Fixes

  • incorrect index for placeholders in useLingui macro (#2204) (6688f72)

v5.2.0

5.2.0 (2025-01-31)

Features

  • core: support short/default/long/full date time formats (#2117) (8020427)
  • core: add ph() and explicit labels for placeholders (#2092) (2026c83)
  • core: add meaningful error when locale is not set (#2131) (5ae8363)
  • react: preserve newlines during string formatting (#2158) (f0566fb)

Bug Fixes

  • cli: allow empty translations for pseudo locale in compile --strict (#2129) (8cae5e0)
  • core: remove runtime whitespace trimming aligned with v5 (#2169) (47a1ad7)
  • don't use anything from @babel/types in runtime (#2132) (7ebb88d)
  • react: remove children property from runtime Trans (#2151) (7540adb)
Changelog

Sourced from @​lingui/cli's changelog.

5.3.0 (2025-03-21)

Bug Fixes

  • incorrect index for placeholders in useLingui macro (#2204) (6688f72)

Features

  • failOnMissing & failOnCompileError for loaders + compiler (#2198) (68c29ab)
  • babel-plugin-lingui-macro: allow to configure macro packages (#2196) (583dd05)

5.2.0 (2025-01-31)

Bug Fixes

  • Allow empty translations for pseudo locale in compile --strict (#2129) (8cae5e0)
  • core: remove runtime whitespace trimming aligned with v5 (#2169) (47a1ad7)
  • don't use anything from "@​babel/types" in runtime (#2132) (7ebb88d)
  • react: remove children property from runtime Trans (#2151) (7540adb)

Features

  • add meaningful error when locale is not set (#2131) (5ae8363)
  • add ph() and explicit labels for placeholders (#2092) (2026c83)
  • react: preserve newlines during string formatting (#2158) (f0566fb)
  • support short/default/long/full date time formats (#2117) (8020427)
Commits
  • ed491cc chore(release): published v5.3.0 [skip ci] (#2205)
  • 68c29ab feat: failOnMissing & failOnCompileError for loaders + compiler (#2198)
  • 583dd05 feat(babel-plugin-lingui-macro): allow to configure macro packages (#2196)
  • 9e5f044 docs(examples): Updates create react app to use lingui v5 (#2190)
  • 6688f72 fix: incorrect index for placeholders in useLingui macro (#2204)
  • d36c323 docs: various minor updates (#2177)
  • f668c5c docs: add strip non essential fields option to SWC plugin doc (#2175)
  • 76bcd1e chore: replace legacy .md issue templates with YAML-based forms (#2174)
  • 9c50b48 chore(release): published v5.2.0 [skip ci] (#2172)
  • c3a5275 docs: fix mobile view of the main page (#2171)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 <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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 31, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lingui-87e19c8cda branch from 8c333ce to 380e674 Compare June 16, 2025 06:03
@himdel
Copy link
Collaborator

himdel commented Jul 22, 2025

@dependabot rebase

Bumps the lingui group with 4 updates: [@lingui/core](https://github.com/lingui/js-lingui), [@lingui/react](https://github.com/lingui/js-lingui), [@lingui/babel-plugin-lingui-macro](https://github.com/lingui/js-lingui) and [@lingui/cli](https://github.com/lingui/js-lingui).


Updates `@lingui/core` from 5.1.2 to 5.3.0
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md)
- [Commits](lingui/js-lingui@v5.1.2...v5.3.0)

Updates `@lingui/react` from 5.1.2 to 5.3.0
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md)
- [Commits](lingui/js-lingui@v5.1.2...v5.3.0)

Updates `@lingui/babel-plugin-lingui-macro` from 5.1.2 to 5.3.0
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md)
- [Commits](lingui/js-lingui@v5.1.2...v5.3.0)

Updates `@lingui/cli` from 5.1.2 to 5.3.0
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md)
- [Commits](lingui/js-lingui@v5.1.2...v5.3.0)

---
updated-dependencies:
- dependency-name: "@lingui/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lingui
- dependency-name: "@lingui/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lingui
- dependency-name: "@lingui/babel-plugin-lingui-macro"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lingui
- dependency-name: "@lingui/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lingui
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lingui-87e19c8cda branch from 380e674 to 72e04f3 Compare July 22, 2025 23:15
@himdel himdel closed this Jul 22, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 22, 2025

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/lingui-87e19c8cda branch July 22, 2025 23:20
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