Skip to content

Commit

Permalink
Merge branch 'release/1.1.29'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Jan 15, 2024
2 parents bf43705 + 9ee39d5 commit 9d3aa5a
Show file tree
Hide file tree
Showing 5 changed files with 160 additions and 59 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
],
"rules": {
"unicorn/prevent-abbreviations": "off"
}
},
"plugins": ["lingui"]
}
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
- name: Cache pnpm Store
uses: actions/cache@v3.3.2 # Action provides caching dependencies and build outputs to improve workflow execution time.
uses: actions/cache@v3.3.3 # Action provides caching dependencies and build outputs to improve workflow execution time.
with:
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }} # The path of the directory to cache.
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} # An explicit key for restoring and saving the cache.
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.29] - 2024-01-15

### Miscellaneous Tasks

- Add `lingui` to the `eslint` plugins

## [1.1.28] - 2024-01-10

### Bug Fixes
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-lingui-template",
"version": "1.1.28",
"version": "1.1.29",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -40,24 +40,25 @@
"@testing-library/jest-dom": "6.2.0",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.2",
"@types/eslint": "8.56.1",
"@types/eslint": "8.56.2",
"@types/eslint-config-prettier": "6.11.3",
"@types/jest": "29.5.11",
"@types/langs": "2.0.4",
"@types/lint-staged": "13.3.0",
"@types/node": "20.10.8",
"@types/node": "20.11.0",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-lingui": "0.2.2",
"eslint-plugin-tailwindcss": "3.13.1",
"eslint-plugin-unicorn": "50.0.1",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "15.2.0",
"prettier": "3.1.1",
"prettier": "3.2.1",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "3.2.4",
Expand Down
Loading

0 comments on commit 9d3aa5a

Please sign in to comment.