Skip to content

Commit 72883a5

Browse files
committed
Merge branch 'release/1.0.25'
2 parents 4b6206c + 192cdf6 commit 72883a5

File tree

5 files changed

+294
-247
lines changed

5 files changed

+294
-247
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ 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/setup-node@v3.7.0 # Action for setting up Node environment.
61+
uses: actions/setup-node@v3.8.1 # Action for setting up Node environment.
6262
with:
6363
node-version: ${{ matrix.node-version }}
6464

.github/workflows/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
# Set up Node.js environment.
3131
- name: Set up Node.js environment
32-
uses: actions/setup-node@v3.7.0
32+
uses: actions/setup-node@v3.8.1
3333

3434
# Install pnpm package manager.
3535
- name: Install pnpm package manager

CHANGELOG.md

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

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

5+
## [1.0.25] - 2023-08-19
6+
7+
### <!-- 07 -->Continuous Integrations
8+
9+
- Bump actions/setup-node from 3.7.0 to 3.8.1
10+
11+
### <!-- 08 -->Miscellaneous Tasks
12+
13+
- Bump eslint from 8.46.0 to 8.47.0
14+
- Bump @types/node from 20.4.9 to 20.4.10
15+
- Bump prettier-plugin-tailwindcss from 0.5.1 to 0.5.2
16+
- Bump lint-staged from 13.2.3 to 14.0.0
17+
- Bump autoprefixer from 10.4.14 to 10.4.15
18+
- Bump @testing-library/jest-dom from 5.17.0 to 6.0.0
19+
- Bump prettier-plugin-tailwindcss from 0.5.2 to 0.5.3
20+
- Bump @headlessui/react from 1.7.16 to 1.7.17
21+
- Bump @types/node from 20.4.10 to 20.5.0
22+
- Bump prettier from 3.0.1 to 3.0.2
23+
- Bump eslint-config-next from 13.4.13 to 13.4.18
24+
- Bump postcss from 8.4.27 to 8.4.28
25+
- Bump @types/node from 20.5.0 to 20.5.1
26+
527
## [1.0.24] - 2023-08-11
628

729
### <!-- 07 -->Continuous Integrations

package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-lingui-template",
3-
"version": "1.0.24",
3+
"version": "1.0.25",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -13,7 +13,7 @@
1313
"prepare": "husky install"
1414
},
1515
"dependencies": {
16-
"@headlessui/react": "1.7.16",
16+
"@headlessui/react": "1.7.17",
1717
"@heroicons/react": "2.0.18",
1818
"@lingui/core": "4.4.0",
1919
"@lingui/detect-locale": "4.4.0",
@@ -30,29 +30,30 @@
3030
"@lingui/loader": "4.4.0",
3131
"@lingui/macro": "4.4.0",
3232
"@lingui/swc-plugin": "4.0.4",
33-
"@testing-library/jest-dom": "5.17.0",
33+
"@testing-library/jest-dom": "6.0.0",
3434
"@testing-library/react": "14.0.0",
3535
"@testing-library/user-event": "14.4.3",
3636
"@types/eslint": "8.44.2",
3737
"@types/eslint-config-prettier": "6.11.0",
3838
"@types/jest": "29.5.3",
3939
"@types/langs": "2.0.1",
40-
"@types/node": "20.4.9",
40+
"@types/lint-staged": "13.2.0",
41+
"@types/node": "20.5.1",
4142
"@types/react": "18.2.20",
4243
"@types/react-dom": "18.2.7",
4344
"@types/testing-library__jest-dom": "5.14.9",
44-
"autoprefixer": "10.4.14",
45-
"eslint": "8.46.0",
46-
"eslint-config-next": "13.4.13",
45+
"autoprefixer": "10.4.15",
46+
"eslint": "8.47.0",
47+
"eslint-config-next": "13.4.18",
4748
"eslint-config-prettier": "9.0.0",
4849
"husky": "8.0.3",
4950
"jest": "29.6.2",
5051
"jest-environment-jsdom": "29.6.2",
51-
"lint-staged": "13.2.3",
52-
"postcss": "8.4.27",
53-
"prettier": "3.0.1",
52+
"lint-staged": "14.0.0",
53+
"postcss": "8.4.28",
54+
"prettier": "3.0.2",
5455
"prettier-plugin-organize-imports": "3.2.3",
55-
"prettier-plugin-tailwindcss": "0.5.1",
56+
"prettier-plugin-tailwindcss": "0.5.3",
5657
"serve": "14.2.0",
5758
"tailwindcss": "3.3.3",
5859
"typescript": "5.1.6"

0 commit comments

Comments
 (0)