Skip to content

Commit

Permalink
Merge branch 'release/1.1.38'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Apr 27, 2024
2 parents bfa99dd + 9ea0b7f commit 6ec5b54
Show file tree
Hide file tree
Showing 6 changed files with 5,835 additions and 4,711 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
# The first step is to check out the repository code
- name: Checking out repository code
uses: actions/[email protected].2 # Action for checking out a repo.
uses: actions/[email protected].4 # Action for checking out a repo.
with:
fetch-depth: 0 # Fetches all history for all branches and tags

Expand Down Expand Up @@ -50,12 +50,12 @@ jobs:

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

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

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

- name: Capture pnpm store directory
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
steps:
# Checkout the repository code
- name: Checkout code
uses: actions/[email protected].2
uses: actions/[email protected].4
with:
fetch-depth: 0 # Fetches all history for all branches and tags

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/git-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
# Checks out the repository code under $GITHUB_WORKSPACE, so the job can access it
- name: Checkout Repository Code
uses: actions/[email protected].2
uses: actions/[email protected].4

# This step uses the Git Flow Action to create PRs based on branch types
- name: Execute Git Flow Action
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
# Checkout the code.
- name: Checkout code
uses: actions/[email protected].2
uses: actions/[email protected].4

# Set up Node.js environment.
- name: Set up Node.js environment
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Install pnpm package manager
uses: pnpm/[email protected]
with:
version: ^8
version: ^9
run_install: false

# Clean up the repository.
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [1.1.38] - 2024-04-27

### Miscellaneous Tasks

- Bump pnpm version from ^8 to ^9 on workflows

## [1.1.37] - 2024-03-28

### Bug Fixes
Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-lingui-template",
"version": "1.1.37",
"version": "1.1.38",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -13,48 +13,48 @@
"prepare": "husky install"
},
"dependencies": {
"@headlessui/react": "1.7.18",
"@headlessui/react": "1.7.19",
"@heroicons/react": "2.1.3",
"@lingui/core": "4.5.0",
"@lingui/detect-locale": "4.5.0",
"@lingui/react": "4.5.0",
"@lingui/core": "4.10.0",
"@lingui/detect-locale": "4.10.0",
"@lingui/react": "4.10.0",
"autoprefixer": "10.4.19",
"clsx": "2.1.0",
"cssnano": "6.1.2",
"clsx": "2.1.1",
"cssnano": "7.0.1",
"langs": "2.0.0",
"next": "14.1.4",
"postcss": "8.4.38",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-use": "17.5.0",
"tailwind-merge": "2.2.2",
"tailwind-merge": "2.3.0",
"tailwindcss": "3.4.3"
},
"devDependencies": {
"@lingui/cli": "4.5.0",
"@lingui/conf": "4.5.0",
"@lingui/format-po": "4.5.0",
"@lingui/loader": "4.5.0",
"@lingui/macro": "4.5.0",
"@lingui/cli": "4.10.0",
"@lingui/conf": "4.10.0",
"@lingui/format-po": "4.10.0",
"@lingui/loader": "4.10.0",
"@lingui/macro": "4.10.0",
"@lingui/swc-plugin": "4.0.6",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.2",
"@testing-library/react": "15.0.5",
"@testing-library/user-event": "14.5.2",
"@types/eslint": "8.56.6",
"@types/eslint": "8.56.10",
"@types/eslint-config-prettier": "6.11.3",
"@types/jest": "29.5.12",
"@types/langs": "2.0.5",
"@types/lint-staged": "13.3.0",
"@types/node": "20.11.30",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.22",
"eslint": "8.57.0",
"@types/node": "20.12.7",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"eslint": "9.1.1",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-lingui": "0.3.0",
"eslint-plugin-tailwindcss": "3.15.1",
"eslint-plugin-unicorn": "51.0.1",
"eslint-plugin-unicorn": "52.0.0",
"husky": "9.0.11",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand All @@ -63,9 +63,9 @@
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "3.2.4",
"prettier-plugin-tailwindcss": "0.5.13",
"serve": "14.2.1",
"typescript": "5.4.3"
"prettier-plugin-tailwindcss": "0.5.14",
"serve": "14.2.3",
"typescript": "5.4.5"
},
"resolutions": {
"@babel/traverse": ">=7.23.2"
Expand Down
Loading

0 comments on commit 6ec5b54

Please sign in to comment.