File tree 37 files changed +193
-95
lines changed
babel-plugin-lingui-macro
37 files changed +193
-95
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.3.0] ( https://github.com/lingui/js-lingui/compare/v5.2.0...v5.3.0 ) (2025-03-21)
7
+
8
+ ### Bug Fixes
9
+
10
+ * incorrect index for placeholders in useLingui macro ([ #2204 ] ( https://github.com/lingui/js-lingui/issues/2204 ) ) ([ 6688f72] ( https://github.com/lingui/js-lingui/commit/6688f72688bc93fe5b14802c898ff42ab88940fa ) )
11
+
12
+ ### Features
13
+
14
+ * ` failOnMissing ` & ` failOnCompileError ` for loaders + compiler ([ #2198 ] ( https://github.com/lingui/js-lingui/issues/2198 ) ) ([ 68c29ab] ( https://github.com/lingui/js-lingui/commit/68c29abf23974d8bffb6cadaacafc88e4760d3cb ) )
15
+ * ** babel-plugin-lingui-macro:** allow to configure macro packages ([ #2196 ] ( https://github.com/lingui/js-lingui/issues/2196 ) ) ([ 583dd05] ( https://github.com/lingui/js-lingui/commit/583dd05578b63f26576cf8ebdead83639afdb4b9 ) )
16
+
6
17
# [ 5.2.0] ( https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0 ) (2025-01-31)
7
18
8
19
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 5.2 .0" ,
2
+ "version" : " 5.3 .0" ,
3
3
"packages" : [" packages/*" ],
4
4
"npmClient" : " yarn" ,
5
5
"command" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.3.0] ( https://github.com/lingui/js-lingui/compare/v5.2.0...v5.3.0 ) (2025-03-21)
7
+
8
+ ** Note:** Version bump only for package @lingui/babel-plugin-extract-messages
9
+
6
10
# [ 5.2.0] ( https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0 ) (2025-01-31)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lingui/babel-plugin-extract-messages" ,
3
- "version" : " 5.2 .0" ,
3
+ "version" : " 5.3 .0" ,
4
4
"description" : " Babel plugin for collecting messages from source code for internationalization" ,
5
5
"main" : " ./dist/index.cjs" ,
6
6
"module" : " ./dist/index.mjs" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.3.0] ( https://github.com/lingui/js-lingui/compare/v5.2.0...v5.3.0 ) (2025-03-21)
7
+
8
+ ### Bug Fixes
9
+
10
+ * incorrect index for placeholders in useLingui macro ([ #2204 ] ( https://github.com/lingui/js-lingui/issues/2204 ) ) ([ 6688f72] ( https://github.com/lingui/js-lingui/commit/6688f72688bc93fe5b14802c898ff42ab88940fa ) )
11
+
12
+ ### Features
13
+
14
+ * ** babel-plugin-lingui-macro:** allow to configure macro packages ([ #2196 ] ( https://github.com/lingui/js-lingui/issues/2196 ) ) ([ 583dd05] ( https://github.com/lingui/js-lingui/commit/583dd05578b63f26576cf8ebdead83639afdb4b9 ) )
15
+
6
16
# [ 5.2.0] ( https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0 ) (2025-01-31)
7
17
8
18
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lingui/babel-plugin-lingui-macro" ,
3
- "version" : " 5.2 .0" ,
3
+ "version" : " 5.3 .0" ,
4
4
"description" : " Babel plugin for transforming Lingui Macros" ,
5
5
"main" : " ./dist/index.cjs" ,
6
6
"module" : " ./dist/index.mjs" ,
84
84
"@babel/core" : " ^7.20.12" ,
85
85
"@babel/runtime" : " ^7.20.13" ,
86
86
"@babel/types" : " ^7.20.7" ,
87
- "@lingui/conf" : " 5.2 .0" ,
88
- "@lingui/core" : " 5.2 .0" ,
89
- "@lingui/message-utils" : " 5.2 .0"
87
+ "@lingui/conf" : " 5.3 .0" ,
88
+ "@lingui/core" : " 5.3 .0" ,
89
+ "@lingui/message-utils" : " 5.3 .0"
90
90
},
91
91
"peerDependencies" : {
92
92
"babel-plugin-macros" : " 2 || 3"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.3.0] ( https://github.com/lingui/js-lingui/compare/v5.2.0...v5.3.0 ) (2025-03-21)
7
+
8
+ ### Features
9
+
10
+ * ` failOnMissing ` & ` failOnCompileError ` for loaders + compiler ([ #2198 ] ( https://github.com/lingui/js-lingui/issues/2198 ) ) ([ 68c29ab] ( https://github.com/lingui/js-lingui/commit/68c29abf23974d8bffb6cadaacafc88e4760d3cb ) )
11
+
6
12
# [ 5.2.0] ( https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0 ) (2025-01-31)
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lingui/cli" ,
3
- "version" : " 5.2 .0" ,
3
+ "version" : " 5.3 .0" ,
4
4
"description" : " CLI for working wit message catalogs" ,
5
5
"keywords" : [
6
6
" cli" ,
57
57
"@babel/parser" : " ^7.22.0" ,
58
58
"@babel/runtime" : " ^7.21.0" ,
59
59
"@babel/types" : " ^7.21.2" ,
60
- "@lingui/babel-plugin-extract-messages" : " 5.2 .0" ,
61
- "@lingui/babel-plugin-lingui-macro" : " 5.2 .0" ,
62
- "@lingui/conf" : " 5.2 .0" ,
63
- "@lingui/core" : " 5.2 .0" ,
64
- "@lingui/format-po" : " 5.2 .0" ,
65
- "@lingui/message-utils" : " 5.2 .0" ,
60
+ "@lingui/babel-plugin-extract-messages" : " 5.3 .0" ,
61
+ "@lingui/babel-plugin-lingui-macro" : " 5.3 .0" ,
62
+ "@lingui/conf" : " 5.3 .0" ,
63
+ "@lingui/core" : " 5.3 .0" ,
64
+ "@lingui/format-po" : " 5.3 .0" ,
65
+ "@lingui/message-utils" : " 5.3 .0" ,
66
66
"babel-plugin-macros" : " ^3.0.1" ,
67
67
"chalk" : " ^4.1.0" ,
68
68
"chokidar" : " 3.5.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.3.0] ( https://github.com/lingui/js-lingui/compare/v5.2.0...v5.3.0 ) (2025-03-21)
7
+
8
+ ### Features
9
+
10
+ * ** babel-plugin-lingui-macro:** allow to configure macro packages ([ #2196 ] ( https://github.com/lingui/js-lingui/issues/2196 ) ) ([ 583dd05] ( https://github.com/lingui/js-lingui/commit/583dd05578b63f26576cf8ebdead83639afdb4b9 ) )
11
+
6
12
# [ 5.2.0] ( https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0 ) (2025-01-31)
7
13
8
14
** Note:** Version bump only for package @lingui/conf
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lingui/conf" ,
3
- "version" : " 5.2 .0" ,
3
+ "version" : " 5.3 .0" ,
4
4
"sideEffects" : false ,
5
5
"description" : " Get lingui configuration from package.json" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.3.0] ( https://github.com/lingui/js-lingui/compare/v5.2.0...v5.3.0 ) (2025-03-21)
7
+
8
+ ** Note:** Version bump only for package @lingui/core
9
+
6
10
# [ 5.2.0] ( https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0 ) (2025-01-31)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lingui/core" ,
3
- "version" : " 5.2 .0" ,
3
+ "version" : " 5.3 .0" ,
4
4
"sideEffects" : false ,
5
5
"description" : " I18n tools for javascript" ,
6
6
"main" : " ./dist/index.cjs" ,
60
60
],
61
61
"dependencies" : {
62
62
"@babel/runtime" : " ^7.20.13" ,
63
- "@lingui/message-utils" : " 5.2 .0" ,
63
+ "@lingui/message-utils" : " 5.3 .0" ,
64
64
"unraw" : " ^3.0.0"
65
65
},
66
66
"devDependencies" : {
69
69
"unbuild" : " 2.0.0"
70
70
},
71
71
"peerDependencies" : {
72
- "@lingui/babel-plugin-lingui-macro" : " 5.2 .0" ,
72
+ "@lingui/babel-plugin-lingui-macro" : " 5.3 .0" ,
73
73
"babel-plugin-macros" : " 2 || 3"
74
74
},
75
75
"peerDependenciesMeta" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.3.0] ( https://github.com/lingui/js-lingui/compare/v5.2.0...v5.3.0 ) (2025-03-21)
7
+
8
+ ** Note:** Version bump only for package @lingui/detect-locale
9
+
6
10
# [ 5.2.0] ( https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0 ) (2025-01-31)
7
11
8
12
** Note:** Version bump only for package @lingui/detect-locale
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lingui/detect-locale" ,
3
- "version" : " 5.2 .0" ,
3
+ "version" : " 5.3 .0" ,
4
4
"sideEffects" : false ,
5
5
"description" : " @Lingui package to help you find the correct browser/server locale" ,
6
6
"main" : " ./dist/index.cjs" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.3.0] ( https://github.com/lingui/js-lingui/compare/v5.2.0...v5.3.0 ) (2025-03-21)
7
+
8
+ ** Note:** Version bump only for package @lingui/extractor-vue
9
+
6
10
# [ 5.2.0] ( https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0 ) (2025-01-31)
7
11
8
12
** Note:** Version bump only for package @lingui/extractor-vue
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lingui/extractor-vue" ,
3
- "version" : " 5.2 .0" ,
3
+ "version" : " 5.3 .0" ,
4
4
"description" : " Custom Vue.js extractor to be used with the CLI tool" ,
5
5
"main" : " ./dist/index.cjs" ,
6
6
"module" : " ./dist/index.mjs" ,
38
38
" /dist"
39
39
],
40
40
"dependencies" : {
41
- "@lingui/cli" : " 5.2 .0" ,
42
- "@lingui/conf" : " 5.2 .0" ,
41
+ "@lingui/cli" : " 5.3 .0" ,
42
+ "@lingui/conf" : " 5.3 .0" ,
43
43
"@vue/compiler-sfc" : " ^3.2.47"
44
44
},
45
45
"devDependencies" : {
46
- "@lingui/babel-plugin-extract-messages" : " 5.2 .0" ,
46
+ "@lingui/babel-plugin-extract-messages" : " 5.3 .0" ,
47
47
"unbuild" : " 2.0.0"
48
48
}
49
49
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.3.0] ( https://github.com/lingui/js-lingui/compare/v5.2.0...v5.3.0 ) (2025-03-21)
7
+
8
+ ** Note:** Version bump only for package @lingui/format-csv
9
+
6
10
# [ 5.2.0] ( https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0 ) (2025-01-31)
7
11
8
12
** Note:** Version bump only for package @lingui/format-csv
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lingui/format-csv" ,
3
- "version" : " 5.2 .0" ,
3
+ "version" : " 5.3 .0" ,
4
4
"description" : " CSV format for Lingui Catalogs" ,
5
5
"main" : " ./dist/csv.cjs" ,
6
6
"module" : " ./dist/csv.mjs" ,
39
39
" dist/"
40
40
],
41
41
"dependencies" : {
42
- "@lingui/conf" : " 5.2 .0" ,
42
+ "@lingui/conf" : " 5.3 .0" ,
43
43
"papaparse" : " ^5.4.0"
44
44
},
45
45
"devDependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.3.0] ( https://github.com/lingui/js-lingui/compare/v5.2.0...v5.3.0 ) (2025-03-21)
7
+
8
+ ** Note:** Version bump only for package @lingui/format-json
9
+
6
10
# [ 5.2.0] ( https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0 ) (2025-01-31)
7
11
8
12
** Note:** Version bump only for package @lingui/format-json
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lingui/format-json" ,
3
- "version" : " 5.2 .0" ,
3
+ "version" : " 5.3 .0" ,
4
4
"description" : " JSON format for Lingui Catalogs" ,
5
5
"main" : " ./dist/json.cjs" ,
6
6
"module" : " ./dist/json.mjs" ,
39
39
" dist/"
40
40
],
41
41
"dependencies" : {
42
- "@lingui/conf" : " 5.2 .0"
42
+ "@lingui/conf" : " 5.3 .0"
43
43
},
44
44
"devDependencies" : {
45
45
"tsd" : " ^0.28.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.3.0] ( https://github.com/lingui/js-lingui/compare/v5.2.0...v5.3.0 ) (2025-03-21)
7
+
8
+ ** Note:** Version bump only for package @lingui/format-po-gettext
9
+
6
10
# [ 5.2.0] ( https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0 ) (2025-01-31)
7
11
8
12
** Note:** Version bump only for package @lingui/format-po-gettext
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lingui/format-po-gettext" ,
3
- "version" : " 5.2 .0" ,
3
+ "version" : " 5.3 .0" ,
4
4
"description" : " Gettext PO format with gettext-style plurals for Lingui Catalogs" ,
5
5
"main" : " ./dist/po-gettext.cjs" ,
6
6
"module" : " ./dist/po-gettext.mjs" ,
41
41
" dist/"
42
42
],
43
43
"dependencies" : {
44
- "@lingui/conf" : " 5.2 .0" ,
45
- "@lingui/format-po" : " 5.2 .0" ,
46
- "@lingui/message-utils" : " 5.2 .0" ,
44
+ "@lingui/conf" : " 5.3 .0" ,
45
+ "@lingui/format-po" : " 5.3 .0" ,
46
+ "@lingui/message-utils" : " 5.3 .0" ,
47
47
"@messageformat/parser" : " ^5.0.0" ,
48
48
"cldr-core" : " ^45.0.0" ,
49
49
"node-gettext" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.3.0] ( https://github.com/lingui/js-lingui/compare/v5.2.0...v5.3.0 ) (2025-03-21)
7
+
8
+ ** Note:** Version bump only for package @lingui/format-po
9
+
6
10
# [ 5.2.0] ( https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0 ) (2025-01-31)
7
11
8
12
** Note:** Version bump only for package @lingui/format-po
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lingui/format-po" ,
3
- "version" : " 5.2 .0" ,
3
+ "version" : " 5.3 .0" ,
4
4
"description" : " Gettext PO format for Lingui Catalogs" ,
5
5
"main" : " ./dist/po.cjs" ,
6
6
"module" : " ./dist/po.mjs" ,
41
41
" dist/"
42
42
],
43
43
"dependencies" : {
44
- "@lingui/conf" : " 5.2 .0" ,
45
- "@lingui/message-utils" : " 5.2 .0" ,
44
+ "@lingui/conf" : " 5.3 .0" ,
45
+ "@lingui/message-utils" : " 5.3 .0" ,
46
46
"date-fns" : " ^3.6.0" ,
47
47
"pofile" : " ^1.1.4"
48
48
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.3.0] ( https://github.com/lingui/js-lingui/compare/v5.2.0...v5.3.0 ) (2025-03-21)
7
+
8
+ ### Features
9
+
10
+ * ` failOnMissing ` & ` failOnCompileError ` for loaders + compiler ([ #2198 ] ( https://github.com/lingui/js-lingui/issues/2198 ) ) ([ 68c29ab] ( https://github.com/lingui/js-lingui/commit/68c29abf23974d8bffb6cadaacafc88e4760d3cb ) )
11
+
6
12
# [ 5.2.0] ( https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0 ) (2025-01-31)
7
13
8
14
** Note:** Version bump only for package @lingui/loader
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lingui/loader" ,
3
- "version" : " 5.2 .0" ,
3
+ "version" : " 5.3 .0" ,
4
4
"description" : " webpack loader for lingui message catalogs" ,
5
5
"types" : " ./dist/index.d.ts" ,
6
6
"main" : " ./dist/index.cjs" ,
43
43
],
44
44
"dependencies" : {
45
45
"@babel/runtime" : " ^7.20.13" ,
46
- "@lingui/cli" : " 5.2 .0" ,
47
- "@lingui/conf" : " 5.2 .0"
46
+ "@lingui/cli" : " 5.3 .0" ,
47
+ "@lingui/conf" : " 5.3 .0"
48
48
},
49
49
"devDependencies" : {
50
- "@lingui/format-json" : " 5.2 .0" ,
50
+ "@lingui/format-json" : " 5.3 .0" ,
51
51
"unbuild" : " 2.0.0" ,
52
52
"webpack" : " ^5.76.1"
53
53
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.3.0] ( https://github.com/lingui/js-lingui/compare/v5.2.0...v5.3.0 ) (2025-03-21)
7
+
8
+ ** Note:** Version bump only for package @lingui/macro
9
+
6
10
# [ 5.2.0] ( https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0 ) (2025-01-31)
7
11
8
12
** Note:** Version bump only for package @lingui/macro
You can’t perform that action at this time.
0 commit comments