Skip to content

Commit 98b9564

Browse files
committed
Merge branch 'release/1.1.35'
2 parents 61b1579 + c8bbc14 commit 98b9564

File tree

5 files changed

+627
-659
lines changed

5 files changed

+627
-659
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858
uses: actions/[email protected] # Action for checking out a repo.
5959

6060
- name: Setup Node.js ${{ matrix.node-version }} Environment
61-
uses: actions/[email protected].1 # Action for setting up Node environment.
61+
uses: actions/[email protected].2 # Action for setting up Node environment.
6262
with:
6363
node-version: ${{ matrix.node-version }}
6464

6565
- name: Install pnpm package manager
66-
uses: pnpm/action-setup@v2.4.0 # Action for setting up pnpm.
66+
uses: pnpm/action-setup@v3.0.0 # Action for setting up pnpm.
6767
id: pnpm-install
6868
with:
6969
version: ^8
@@ -116,7 +116,7 @@ jobs:
116116

117117
# Generate a changelog for the new release using Git
118118
- name: Generate a changelog
119-
uses: orhun/git-cliff-action@v2.3.0
119+
uses: orhun/git-cliff-action@v3.0.1
120120
id: git-cliff
121121
with:
122122
config: cliff.toml # The configuration file for git-cliff

.github/workflows/template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929

3030
# Set up Node.js environment.
3131
- name: Set up Node.js environment
32-
uses: actions/[email protected].1
32+
uses: actions/[email protected].2
3333

3434
# Install pnpm package manager.
3535
- name: Install pnpm package manager
36-
uses: pnpm/action-setup@v2.4.0
36+
uses: pnpm/action-setup@v3.0.0
3737
with:
3838
version: ^8
3939
run_install: false

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.1.35]] - 2024-02-24
6+
7+
### Bug Fixes
8+
9+
- Solve some minor issues and update dependencies
10+
511
## [1.1.34] - 2024-02-05
612

713
### Bug Fixes

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-lingui-template",
3-
"version": "1.1.34",
3+
"version": "1.1.35",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -15,51 +15,51 @@
1515
"dependencies": {
1616
"@headlessui/react": "1.7.18",
1717
"@heroicons/react": "2.1.1",
18-
"@lingui/core": "4.7.0",
19-
"@lingui/detect-locale": "4.7.0",
20-
"@lingui/react": "4.7.0",
18+
"@lingui/core": "4.7.1",
19+
"@lingui/detect-locale": "4.7.1",
20+
"@lingui/react": "4.7.1",
2121
"autoprefixer": "10.4.17",
2222
"clsx": "2.1.0",
23-
"cssnano": "6.0.3",
23+
"cssnano": "6.0.4",
2424
"langs": "2.0.0",
2525
"next": "14.1.0",
26-
"postcss": "8.4.33",
26+
"postcss": "8.4.35",
2727
"react": "18.2.0",
2828
"react-dom": "18.2.0",
2929
"react-use": "17.5.0",
3030
"tailwind-merge": "2.2.1",
3131
"tailwindcss": "3.4.1"
3232
},
3333
"devDependencies": {
34-
"@lingui/cli": "4.7.0",
35-
"@lingui/conf": "4.7.0",
36-
"@lingui/format-po": "4.7.0",
37-
"@lingui/loader": "4.7.0",
38-
"@lingui/macro": "4.7.0",
39-
"@lingui/swc-plugin": "4.0.4",
40-
"@testing-library/jest-dom": "6.4.1",
34+
"@lingui/cli": "4.7.1",
35+
"@lingui/conf": "4.7.1",
36+
"@lingui/format-po": "4.7.1",
37+
"@lingui/loader": "4.7.1",
38+
"@lingui/macro": "4.7.1",
39+
"@lingui/swc-plugin": "4.0.6",
40+
"@testing-library/jest-dom": "6.4.2",
4141
"@testing-library/react": "14.2.1",
4242
"@testing-library/user-event": "14.5.2",
43-
"@types/eslint": "8.56.2",
43+
"@types/eslint": "8.56.3",
4444
"@types/eslint-config-prettier": "6.11.3",
4545
"@types/jest": "29.5.12",
46-
"@types/langs": "2.0.4",
46+
"@types/langs": "2.0.5",
4747
"@types/lint-staged": "13.3.0",
48-
"@types/node": "20.11.16",
49-
"@types/react": "18.2.51",
50-
"@types/react-dom": "18.2.18",
48+
"@types/node": "20.11.20",
49+
"@types/react": "18.2.57",
50+
"@types/react-dom": "18.2.19",
5151
"eslint": "8.56.0",
5252
"eslint-config-next": "14.1.0",
5353
"eslint-config-prettier": "9.1.0",
5454
"eslint-plugin-prettier": "5.1.3",
55-
"eslint-plugin-lingui": "0.2.2",
56-
"eslint-plugin-tailwindcss": "3.14.1",
57-
"eslint-plugin-unicorn": "50.0.1",
58-
"husky": "9.0.10",
55+
"eslint-plugin-lingui": "0.3.0",
56+
"eslint-plugin-tailwindcss": "3.14.3",
57+
"eslint-plugin-unicorn": "51.0.1",
58+
"husky": "9.0.11",
5959
"jest": "29.7.0",
6060
"jest-environment-jsdom": "29.7.0",
61-
"lint-staged": "15.2.1",
62-
"prettier": "3.2.4",
61+
"lint-staged": "15.2.2",
62+
"prettier": "3.2.5",
6363
"prettier-plugin-jsdoc": "1.3.0",
6464
"prettier-plugin-organize-attributes": "1.0.0",
6565
"prettier-plugin-organize-imports": "3.2.4",

0 commit comments

Comments
 (0)