Skip to content

Commit

Permalink
chore(deps): update deps and fix lodash import (#136)
Browse files Browse the repository at this point in the history
* chore(deps): update deps and fix lodash import

* Publish

 - @m6web/eslint-plugin-i18n@2.0.3
 - @m6web/i18n-lint@2.3.2
 - @m6web/react-i18n@3.1.2

* docs(changelog): update version in changelog

* chore(devDependencies): restore jest version for babel / enzyme

* ci(deps): update github ci node and action versions

---------

Co-authored-by: Yoann Frommelt <yoann.frommelt@bedrockstreaming.com>
  • Loading branch information
yfrommelt and yfrommelt committed Jan 3, 2024
1 parent 122e024 commit 983ab5c
Show file tree
Hide file tree
Showing 9 changed files with 122 additions and 62 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -14,12 +14,12 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [14.x, 16.x, 18.x, 20.x, 21.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
Expand All @@ -28,6 +28,6 @@ jobs:
- run: yarn build

- name: Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
],
"devDependencies": {
"@m6web/eslint-plugin": "2.0.0",
"coveralls": "^3.1.0",
"coveralls": "^3.1.1",
"eslint-plugin-monorepo": "^0.3.2",
"lerna": "^4.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin-i18n/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


## [2.0.3](https://github.com/M6Web/eslint-plugin-m6web-i18n/compare/@m6web/eslint-plugin-i18n@2.0.2...@m6web/eslint-plugin-i18n@2.0.3) (2023-12-22)

### Chore

* **eslint-plugin-i18n:** update dependencies


## [2.0.2](https://github.com/M6Web/eslint-plugin-m6web-i18n/compare/@m6web/eslint-plugin-i18n@2.0.1...@m6web/eslint-plugin-i18n@2.0.2) (2023-11-28)

### Performance
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-i18n/package.json
@@ -1,6 +1,6 @@
{
"name": "@m6web/eslint-plugin-i18n",
"version": "2.0.2",
"version": "2.0.3",
"description": "eslint plugin for generic i18n",
"author": "m6web",
"main": "lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/i18n-lint/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


## [2.3.2](https://github.com/BedrockStreaming/i18n-tools/compare/@m6web/i18n-lint@2.3.1...@m6web/i18n-lint@2.3.2) (2023-12-22)

### Chore

* **i18n-lint:** update dependencies


## [2.3.1](https://github.com/BedrockStreaming/i18n-tools/compare/@m6web/i18n-lint@2.3.0...@m6web/i18n-lint@2.3.1) (2023-11-28)

### Performance
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n-lint/package.json
@@ -1,6 +1,6 @@
{
"name": "@m6web/i18n-lint",
"version": "2.3.1",
"version": "2.3.2",
"description": "i18n translation files linter",
"main": "lib/index.js",
"author": "m6web",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"chalk": "2.4.2",
"is-html": "1.1.0",
"lodash": "4.17.19"
"lodash": "4.17.21"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/react-i18n/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


## [3.1.2](https://github.com/BedrockStreaming/i18n-tools/compare/@m6web/react-i18n@3.1.1...@m6web/react-i18n@3.1.2) (2023-12-22)

### Chore

* **react-i18n:** update dependencies


## [3.1.1](https://github.com/BedrockStreaming/i18n-tools/compare/@m6web/react-i18n@3.1.0...@m6web/react-i18n@3.1.1) (2023-11-28)

### Performance
Expand Down
5 changes: 2 additions & 3 deletions packages/react-i18n/package.json
@@ -1,6 +1,6 @@
{
"name": "@m6web/react-i18n",
"version": "3.1.1",
"version": "3.1.2",
"description": "Provider and utils for translation in a react app",
"main": "lib/index.js",
"types": "types.d.ts",
Expand All @@ -13,7 +13,6 @@
"types.d.ts"
],
"peerDependencies": {
"lodash": "^4.17.0",
"prop-types": "^15.7.1",
"react": "^16.8.0 || ^17.0.0"
},
Expand All @@ -29,13 +28,13 @@
"enzyme": "3.8.0",
"enzyme-to-json": "3.3.5",
"jest": "23.6.0",
"lodash": "4.17.21",
"prop-types": "15.7.1",
"react": "17.0.2",
"react-addons-test-utils": "15.6.2",
"react-dom": "17.0.2"
},
"dependencies": {
"lodash": "4.17.21",
"sprintf-js": "1.1.2"
},
"publishConfig": {
Expand Down

0 comments on commit 983ab5c

Please sign in to comment.