Skip to content

Commit bfa99dd

Browse files
committed
Merge branch 'release/1.1.37'
2 parents 5a58f4b + 05cdb72 commit bfa99dd

File tree

6 files changed

+681
-633
lines changed

6 files changed

+681
-633
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/checkout@v4.1.1 # Action for checking out a repo.
24+
uses: actions/checkout@v4.1.2 # Action for checking out a repo.
2525
with:
2626
fetch-depth: 0 # Fetches all history for all branches and tags
2727

@@ -55,7 +55,7 @@ jobs:
5555

5656
steps: # The sequence of tasks that make up a job.
5757
- name: Checking out repository code
58-
uses: actions/checkout@v4.1.1 # Action for checking out a repo.
58+
uses: actions/checkout@v4.1.2 # Action for checking out a repo.
5959

6060
- name: Setup Node.js ${{ matrix.node-version }} Environment
6161
uses: actions/setup-node@v4.0.2 # Action for setting up Node environment.
@@ -75,7 +75,7 @@ jobs:
7575
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
7676
7777
- name: Cache pnpm Store
78-
uses: actions/cache@v4.0.1 # Action provides caching dependencies and build outputs to improve workflow execution time.
78+
uses: actions/cache@v4.0.2 # Action provides caching dependencies and build outputs to improve workflow execution time.
7979
with:
8080
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }} # The path of the directory to cache.
8181
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} # An explicit key for restoring and saving the cache.
@@ -110,7 +110,7 @@ jobs:
110110
steps:
111111
# Checkout the repository code
112112
- name: Checkout code
113-
uses: actions/checkout@v4.1.1
113+
uses: actions/checkout@v4.1.2
114114
with:
115115
fetch-depth: 0 # Fetches all history for all branches and tags
116116

@@ -145,7 +145,7 @@ jobs:
145145
146146
# Create a new GitHub release using the gathered information
147147
- name: Create the release
148-
uses: nekofar/create-github-release@v1.0.13
148+
uses: nekofar/create-github-release@v1.0.14
149149
with:
150150
tag: v${{ steps.release.outputs.version }} # The name of the tag to be released
151151
title: v${{ steps.release.outputs.version }} # The title for the release

.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/checkout@v4.1.1
25+
uses: actions/checkout@v4.1.2
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: 1 addition & 1 deletion
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/checkout@v4.1.1
28+
uses: actions/checkout@v4.1.2
2929

3030
# Set up Node.js environment.
3131
- name: Set up Node.js environment

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.37] - 2024-03-28
6+
7+
### Bug Fixes
8+
9+
- Solve some minor issues and update dependencies
10+
511
## [1.1.36] - 2024-03-06
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.36",
3+
"version": "1.1.37",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -14,46 +14,46 @@
1414
},
1515
"dependencies": {
1616
"@headlessui/react": "1.7.18",
17-
"@heroicons/react": "2.1.1",
18-
"@lingui/core": "4.7.1",
19-
"@lingui/detect-locale": "4.7.1",
20-
"@lingui/react": "4.7.1",
21-
"autoprefixer": "10.4.18",
17+
"@heroicons/react": "2.1.3",
18+
"@lingui/core": "4.5.0",
19+
"@lingui/detect-locale": "4.5.0",
20+
"@lingui/react": "4.5.0",
21+
"autoprefixer": "10.4.19",
2222
"clsx": "2.1.0",
23-
"cssnano": "6.0.5",
23+
"cssnano": "6.1.2",
2424
"langs": "2.0.0",
25-
"next": "14.1.2",
26-
"postcss": "8.4.35",
25+
"next": "14.1.4",
26+
"postcss": "8.4.38",
2727
"react": "18.2.0",
2828
"react-dom": "18.2.0",
2929
"react-use": "17.5.0",
30-
"tailwind-merge": "2.2.1",
31-
"tailwindcss": "3.4.1"
30+
"tailwind-merge": "2.2.2",
31+
"tailwindcss": "3.4.3"
3232
},
3333
"devDependencies": {
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",
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",
3939
"@lingui/swc-plugin": "4.0.6",
4040
"@testing-library/jest-dom": "6.4.2",
41-
"@testing-library/react": "14.2.1",
41+
"@testing-library/react": "14.2.2",
4242
"@testing-library/user-event": "14.5.2",
43-
"@types/eslint": "8.56.5",
43+
"@types/eslint": "8.56.6",
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.24",
49-
"@types/react": "18.2.63",
50-
"@types/react-dom": "18.2.20",
48+
"@types/node": "20.11.30",
49+
"@types/react": "18.2.73",
50+
"@types/react-dom": "18.2.22",
5151
"eslint": "8.57.0",
52-
"eslint-config-next": "14.1.2",
52+
"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",
56-
"eslint-plugin-tailwindcss": "3.14.3",
56+
"eslint-plugin-tailwindcss": "3.15.1",
5757
"eslint-plugin-unicorn": "51.0.1",
5858
"husky": "9.0.11",
5959
"jest": "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.11",
66+
"prettier-plugin-tailwindcss": "0.5.13",
6767
"serve": "14.2.1",
68-
"typescript": "5.3.3"
68+
"typescript": "5.4.3"
6969
},
7070
"resolutions": {
7171
"@babel/traverse": ">=7.23.2"

0 commit comments

Comments
 (0)