Skip to content

Commit 6ec5b54

Browse files
committed
Merge branch 'release/1.1.38'
2 parents bfa99dd + 9ea0b7f commit 6ec5b54

File tree

6 files changed

+5835
-4711
lines changed

6 files changed

+5835
-4711
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
# The first step is to check out the repository code
2323
- name: Checking out repository code
24-
uses: actions/[email protected].2 # Action for checking out a repo.
24+
uses: actions/[email protected].4 # Action for checking out a repo.
2525
with:
2626
fetch-depth: 0 # Fetches all history for all branches and tags
2727

@@ -50,12 +50,12 @@ jobs:
5050

5151
strategy: # Allows you to create a matrix for job configuration.
5252
matrix:
53-
node-version: [18.x, 19.x, 20.x] # Running tests across different environments.
53+
node-version: [18.x, 19.x, 20.x, 21.x] # Running tests across different environments.
5454
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
5555

5656
steps: # The sequence of tasks that make up a job.
5757
- name: Checking out repository code
58-
uses: actions/[email protected].2 # Action for checking out a repo.
58+
uses: actions/[email protected].4 # Action for checking out a repo.
5959

6060
- name: Setup Node.js ${{ matrix.node-version }} Environment
6161
uses: actions/[email protected] # Action for setting up Node environment.
@@ -66,7 +66,7 @@ jobs:
6666
uses: pnpm/[email protected] # Action for setting up pnpm.
6767
id: pnpm-install
6868
with:
69-
version: ^8
69+
version: ^9
7070
run_install: false
7171

7272
- name: Capture pnpm store directory
@@ -110,7 +110,7 @@ jobs:
110110
steps:
111111
# Checkout the repository code
112112
- name: Checkout code
113-
uses: actions/[email protected].2
113+
uses: actions/[email protected].4
114114
with:
115115
fetch-depth: 0 # Fetches all history for all branches and tags
116116

.github/workflows/git-flow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
# Checks out the repository code under $GITHUB_WORKSPACE, so the job can access it
2424
- name: Checkout Repository Code
25-
uses: actions/[email protected].2
25+
uses: actions/[email protected].4
2626

2727
# This step uses the Git Flow Action to create PRs based on branch types
2828
- name: Execute Git Flow Action

.github/workflows/template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
# Checkout the code.
2727
- name: Checkout code
28-
uses: actions/[email protected].2
28+
uses: actions/[email protected].4
2929

3030
# Set up Node.js environment.
3131
- name: Set up Node.js environment
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install pnpm package manager
3636
uses: pnpm/[email protected]
3737
with:
38-
version: ^8
38+
version: ^9
3939
run_install: false
4040

4141
# Clean up the repository.

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.38] - 2024-04-27
6+
7+
### Miscellaneous Tasks
8+
9+
- Bump pnpm version from ^8 to ^9 on workflows
10+
511
## [1.1.37] - 2024-03-28
612

713
### Bug Fixes

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-lingui-template",
3-
"version": "1.1.37",
3+
"version": "1.1.38",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -13,48 +13,48 @@
1313
"prepare": "husky install"
1414
},
1515
"dependencies": {
16-
"@headlessui/react": "1.7.18",
16+
"@headlessui/react": "1.7.19",
1717
"@heroicons/react": "2.1.3",
18-
"@lingui/core": "4.5.0",
19-
"@lingui/detect-locale": "4.5.0",
20-
"@lingui/react": "4.5.0",
18+
"@lingui/core": "4.10.0",
19+
"@lingui/detect-locale": "4.10.0",
20+
"@lingui/react": "4.10.0",
2121
"autoprefixer": "10.4.19",
22-
"clsx": "2.1.0",
23-
"cssnano": "6.1.2",
22+
"clsx": "2.1.1",
23+
"cssnano": "7.0.1",
2424
"langs": "2.0.0",
2525
"next": "14.1.4",
2626
"postcss": "8.4.38",
27-
"react": "18.2.0",
28-
"react-dom": "18.2.0",
27+
"react": "18.3.1",
28+
"react-dom": "18.3.1",
2929
"react-use": "17.5.0",
30-
"tailwind-merge": "2.2.2",
30+
"tailwind-merge": "2.3.0",
3131
"tailwindcss": "3.4.3"
3232
},
3333
"devDependencies": {
34-
"@lingui/cli": "4.5.0",
35-
"@lingui/conf": "4.5.0",
36-
"@lingui/format-po": "4.5.0",
37-
"@lingui/loader": "4.5.0",
38-
"@lingui/macro": "4.5.0",
34+
"@lingui/cli": "4.10.0",
35+
"@lingui/conf": "4.10.0",
36+
"@lingui/format-po": "4.10.0",
37+
"@lingui/loader": "4.10.0",
38+
"@lingui/macro": "4.10.0",
3939
"@lingui/swc-plugin": "4.0.6",
4040
"@testing-library/jest-dom": "6.4.2",
41-
"@testing-library/react": "14.2.2",
41+
"@testing-library/react": "15.0.5",
4242
"@testing-library/user-event": "14.5.2",
43-
"@types/eslint": "8.56.6",
43+
"@types/eslint": "8.56.10",
4444
"@types/eslint-config-prettier": "6.11.3",
4545
"@types/jest": "29.5.12",
4646
"@types/langs": "2.0.5",
4747
"@types/lint-staged": "13.3.0",
48-
"@types/node": "20.11.30",
49-
"@types/react": "18.2.73",
50-
"@types/react-dom": "18.2.22",
51-
"eslint": "8.57.0",
48+
"@types/node": "20.12.7",
49+
"@types/react": "18.3.1",
50+
"@types/react-dom": "18.3.0",
51+
"eslint": "9.1.1",
5252
"eslint-config-next": "14.1.4",
5353
"eslint-config-prettier": "9.1.0",
5454
"eslint-plugin-prettier": "5.1.3",
5555
"eslint-plugin-lingui": "0.3.0",
5656
"eslint-plugin-tailwindcss": "3.15.1",
57-
"eslint-plugin-unicorn": "51.0.1",
57+
"eslint-plugin-unicorn": "52.0.0",
5858
"husky": "9.0.11",
5959
"jest": "29.7.0",
6060
"jest-environment-jsdom": "29.7.0",
@@ -63,9 +63,9 @@
6363
"prettier-plugin-jsdoc": "1.3.0",
6464
"prettier-plugin-organize-attributes": "1.0.0",
6565
"prettier-plugin-organize-imports": "3.2.4",
66-
"prettier-plugin-tailwindcss": "0.5.13",
67-
"serve": "14.2.1",
68-
"typescript": "5.4.3"
66+
"prettier-plugin-tailwindcss": "0.5.14",
67+
"serve": "14.2.3",
68+
"typescript": "5.4.5"
6969
},
7070
"resolutions": {
7171
"@babel/traverse": ">=7.23.2"

0 commit comments

Comments
 (0)