Skip to content

Commit b3336fc

Browse files
committed
feat: upgraded yarn to v2.4.2
chore(deps): updated dependencies and dev-dependencies feat: added "react/require-default-props": "off" to typescript rules BREAKING CHANGES: feat: changed react/function-component-definition to arrow-function feat: disabled import/no-unused-modules
1 parent 4c6c37a commit b3336fc

File tree

18 files changed

+1540
-43759
lines changed

18 files changed

+1540
-43759
lines changed

.github/workflows/semantic-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@ jobs:
5050
${{ runner.os }}-yarn-
5151
5252
- name: "install"
53-
run: "yarn install"
53+
run: "yarn install --immutable"
5454

5555
- name: "test and coverage"
5656
run: "yarn run test:coverage"
5757

5858
- name: "test stylelint config"
59-
run: "yarn test:stylelint"
59+
run: "yarn run test:stylelint"
6060

6161
- name: "test babel config"
62-
run: "yarn test:babel"
62+
run: "yarn run test:babel"
6363

6464
- name: "Semantic Release"
6565
env:
6666
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
6767
NPM_TOKEN: "${{ secrets.NPM_AUTH_TOKEN }}"
68-
run: "yarn multi-semantic-release"
68+
run: "yarn run multi-semantic-release"

.pnp.cjs

Lines changed: 0 additions & 38240 deletions
This file was deleted.

.yarn/build-state.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.yarn/cache/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.yarn/install-state.gz

-2.13 MB
Binary file not shown.
Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
yarnPath: .yarn/releases/yarn-2.4.1.cjs
1+
nodeLinker: node-modules
2+
3+
yarnPath: .yarn/releases/yarn-2.4.2.cjs

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
}
4141
},
4242
"dependencies": {
43-
"@babel/cli": "^7.13.14",
44-
"@babel/core": "^7.14.0",
45-
"@babel/preset-env": "^7.14.1",
43+
"@babel/cli": "^7.14.3",
44+
"@babel/core": "^7.14.3",
45+
"@babel/preset-env": "^7.14.4",
4646
"@commitlint/cli": "12.1.4",
4747
"@commitlint/config-conventional": "12.1.4",
4848
"@commitlint/core": "12.1.4",
@@ -57,18 +57,18 @@
5757
"@textlint-rule/textlint-rule-no-invalid-control-character": "2.0.0",
5858
"@textlint-rule/textlint-rule-no-unmatched-pair": "1.0.8",
5959
"@textlint-rule/textlint-rule-preset-google": "0.1.2",
60-
"babel-jest": "^27.0.0",
60+
"babel-jest": "^27.0.2",
6161
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
6262
"commitizen": "4.2.4",
6363
"conventional-changelog-conventionalcommits": "4.6.0",
6464
"cz-conventional-changelog": "3.3.0",
6565
"husky": "6.0.0",
6666
"jest": "27.0.4",
6767
"jest-snapshot-serializer-raw": "1.2.0",
68-
"lint-staged": "10.5.4",
68+
"lint-staged": "^11.0.0",
6969
"lodash": "^4.17.21",
70-
"postcss": "^8.2.14",
71-
"prettier": "2.3.0",
70+
"postcss": "^8.3.0",
71+
"prettier": "2.3.1",
7272
"pretty-quick": "3.1.0",
7373
"sort-package-json": "1.50.0",
7474
"stylelint": "13.13.1",
@@ -86,12 +86,12 @@
8686
"textlint-rule-no-todo": "2.0.1",
8787
"textlint-rule-terminology": "2.1.5",
8888
"textlint-rule-write-good": "2.0.0",
89-
"ts-jest": "26.5.6",
90-
"typescript": "4.2.4",
89+
"ts-jest": "27.0.3",
90+
"typescript": "4.3.2",
9191
"write-good": "1.0.8"
9292
},
9393
"devDependencies": {
9494
"@types/jest": "26.0.23",
95-
"@types/node": "14.17.1"
95+
"@types/node": "15.12.2"
9696
}
9797
}

packages/babel-preset/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,34 +32,34 @@
3232
"dependencies": {
3333
"@babel/helper-plugin-utils": "^7.13.0",
3434
"@babel/plugin-proposal-class-properties": "^7.13.0",
35-
"@babel/plugin-proposal-decorators": "^7.13.15",
36-
"@babel/plugin-proposal-export-namespace-from": "^7.12.13",
37-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
38-
"@babel/plugin-proposal-numeric-separator": "^7.12.13",
39-
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
40-
"@babel/plugin-proposal-optional-catch-binding": "^7.13.8",
41-
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
35+
"@babel/plugin-proposal-decorators": "^7.14.2",
36+
"@babel/plugin-proposal-export-namespace-from": "^7.14.2",
37+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2",
38+
"@babel/plugin-proposal-numeric-separator": "^7.14.2",
39+
"@babel/plugin-proposal-object-rest-spread": "^7.14.4",
40+
"@babel/plugin-proposal-optional-catch-binding": "^7.14.2",
41+
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
4242
"@babel/plugin-proposal-private-methods": "^7.13.0",
4343
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
4444
"@babel/plugin-syntax-async-generators": "^7.8.4",
4545
"@babel/plugin-syntax-bigint": "^7.8.3",
4646
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
47-
"@babel/plugin-transform-classes": "^7.13.0",
47+
"@babel/plugin-transform-classes": "^7.14.4",
4848
"@babel/plugin-transform-computed-properties": "^7.13.0",
4949
"@babel/plugin-transform-exponentiation-operator": "^7.12.13",
5050
"@babel/plugin-transform-jscript": "^7.12.13",
5151
"@babel/plugin-transform-member-expression-literals": "^7.12.13",
52-
"@babel/plugin-transform-parameters": "^7.13.0",
52+
"@babel/plugin-transform-parameters": "^7.14.2",
5353
"@babel/plugin-transform-property-literals": "^7.12.13",
5454
"@babel/plugin-transform-property-mutators": "^7.12.13",
55-
"@babel/plugin-transform-runtime": "^7.13.15",
55+
"@babel/plugin-transform-runtime": "^7.14.3",
5656
"@babel/plugin-transform-template-literals": "^7.13.0",
57-
"@babel/preset-env": "^7.13.15",
57+
"@babel/preset-env": "^7.14.4",
5858
"babel-plugin-dynamic-import-node": "^2.3.3",
59-
"babel-plugin-macros": "^3.0.1"
59+
"babel-plugin-macros": "^3.1.0"
6060
},
6161
"devDependencies": {
62-
"@babel/cli": "^7.13.14",
62+
"@babel/cli": "^7.14.3",
6363
"@babel/core": "7.14.3",
6464
"@babel/plugin-syntax-jsx": "7.12.13",
6565
"@babel/plugin-transform-typescript": "7.14.3",
@@ -69,12 +69,12 @@
6969
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
7070
},
7171
"peerDependencies": {
72-
"@babel/core": "^7.13.15",
73-
"@babel/runtime": "^7.13.10"
72+
"@babel/core": "^7.14.3",
73+
"@babel/runtime": "^7.14.0"
7474
},
7575
"optionalDependencies": {
7676
"@babel/plugin-syntax-jsx": "^7.12.13",
77-
"@babel/plugin-transform-typescript": "^7.13.0",
77+
"@babel/plugin-transform-typescript": "^7.14.4",
7878
"@babel/preset-react": "^7.13.13",
7979
"@babel/preset-typescript": "^7.13.0",
8080
"babel-plugin-transform-react-remove-prop-types": "^0.4.24"

packages/browserslist-config-anolilab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"devDependencies": {
2727
"browserslist": "4.16.6",
28-
"caniuse-lite": "^1.0.30001211"
28+
"caniuse-lite": "^1.0.30001236"
2929
},
3030
"engines": {
3131
"node": ">=12"

0 commit comments

Comments
 (0)