Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Feb 15, 2021
1 parent 015c0c7 commit 4f503ae
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.0",
"version": "2.2.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clark/eslint-config-browser",
"version": "2.1.0",
"version": "2.2.0",
"description": "CLARK's eslint-config for browsers",
"keywords": [
"eslint",
Expand All @@ -26,7 +26,7 @@
"test": "printf '' | yarn eslint -c ./index.js --stdin"
},
"dependencies": {
"@clark/eslint-config": "^2.1.0"
"@clark/eslint-config": "^2.2.0"
},
"engines": {
"node": "^10.0 || ^12.0 || ^13.0 || >=14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-ember-order-imports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clark/eslint-config-ember-order-imports",
"version": "2.1.0",
"version": "2.2.0",
"description": "Sorts ES module imports for Ember.js projects",
"keywords": [
"eslint",
Expand Down Expand Up @@ -30,7 +30,7 @@
"test": "printf '' | yarn eslint -c ./index.js --stdin"
},
"dependencies": {
"@clark/eslint-plugin-import-helpers-with-package": "^2.1.0"
"@clark/eslint-plugin-import-helpers-with-package": "^2.2.0"
},
"engines": {
"node": "^10.0 || ^12.0 || ^13.0 || >=14.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-ember-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clark/eslint-config-ember-typescript",
"version": "2.1.0",
"version": "2.2.0",
"description": "CLARK's eslint-config for Ember.js using TypeScript",
"keywords": [
"eslint",
Expand Down Expand Up @@ -28,8 +28,8 @@
"test": "printf '' | yarn eslint -c ./index.js --stdin && printf '' | yarn eslint -c ./test.js --stdin"
},
"dependencies": {
"@clark/eslint-config-ember": "^2.1.0",
"@clark/eslint-config-typescript": "^2.1.0"
"@clark/eslint-config-ember": "^2.2.0",
"@clark/eslint-config-typescript": "^2.2.0"
},
"peerDependencies": {
"typescript": "^3.3.3 || ^4.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-ember/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clark/eslint-config-ember",
"version": "2.1.0",
"version": "2.2.0",
"description": "CLARK's eslint-config for Ember.js",
"keywords": [
"eslint",
Expand All @@ -26,9 +26,9 @@
"test": "printf '' | yarn eslint -c ./index.js --stdin && printf '' | yarn eslint -c ./test.js --stdin"
},
"dependencies": {
"@clark/eslint-config": "^2.1.0",
"@clark/eslint-config-browser": "^2.1.0",
"@clark/eslint-config-ember-order-imports": "^2.1.0",
"@clark/eslint-config": "^2.2.0",
"@clark/eslint-config-browser": "^2.2.0",
"@clark/eslint-config-ember-order-imports": "^2.2.0",
"eslint-plugin-ember": "^10.2.0",
"eslint-plugin-ember-best-practices": "^1.1.2",
"eslint-plugin-qunit": "^5.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-node-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clark/eslint-config-node-typescript",
"version": "2.1.0",
"version": "2.2.0",
"description": "CLARK's eslint-config for Node.js using TypeScript",
"keywords": [
"eslint",
Expand Down Expand Up @@ -28,8 +28,8 @@
"test": "printf '' | yarn eslint -c ./index.js --stdin"
},
"dependencies": {
"@clark/eslint-config-node": "^2.1.0",
"@clark/eslint-config-typescript": "^2.1.0"
"@clark/eslint-config-node": "^2.2.0",
"@clark/eslint-config-typescript": "^2.2.0"
},
"peerDependencies": {
"typescript": "^3.3.3 || ^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clark/eslint-config-node",
"version": "2.1.0",
"version": "2.2.0",
"description": "CLARK's eslint-config for Node.js",
"keywords": [
"eslint",
Expand All @@ -26,7 +26,7 @@
"test": "printf '' | yarn eslint -c ./index.js --stdin"
},
"dependencies": {
"@clark/eslint-config": "^2.1.0",
"@clark/eslint-config": "^2.2.0",
"@clark/eslint-config-node-order-imports": "^2.0.0",
"eslint-plugin-node": "^11.1.0",
"lodash.merge": "^4.6.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clark/eslint-config-typescript",
"version": "2.1.0",
"version": "2.2.0",
"description": "CLARK's eslint-config for TypeScript",
"keywords": [
"eslint",
Expand All @@ -27,7 +27,7 @@
"test": "printf '' | yarn eslint -c ./index.js --stdin"
},
"dependencies": {
"@clark/eslint-config": "^2.1.0",
"@clark/eslint-config": "^2.2.0",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clark/eslint-config",
"version": "2.1.0",
"version": "2.2.0",
"description": "CLARK's base eslint-config",
"keywords": [
"eslint",
Expand All @@ -25,7 +25,7 @@
"test": "printf '' | yarn eslint -c ./index.js --stdin"
},
"dependencies": {
"@clark/prettier-config": "^2.1.0",
"@clark/prettier-config": "^2.2.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-config-xo-space": "^0.26.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clark/eslint-plugin-import-helpers-with-package",
"version": "2.1.0",
"version": "2.2.0",
"description": "Extends `import-helpers/order-imports` so that it can infer the name of the package the file belongs to",
"keywords": [
"eslint",
Expand Down Expand Up @@ -36,11 +36,11 @@
"postpack": "yarn clean && yarn patch-main-dev"
},
"dependencies": {
"@clark/eslint-util-get-package": "^2.1.0",
"@clark/eslint-util-get-package": "^2.2.0",
"eslint-plugin-import-helpers": "^1.1.0"
},
"devDependencies": {
"@clark/eslint-config-node-typescript": "^2.1.0",
"@clark/eslint-config-node-typescript": "^2.2.0",
"@types/eslint": "^7.2.6",
"@types/estree": "^0.0.46",
"eslint": "^7.20.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-util-get-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clark/eslint-util-get-package",
"version": "2.1.0",
"version": "2.2.0",
"description": "Finds the `package.json` a source file belongs to",
"keywords": [
"eslint",
Expand Down Expand Up @@ -35,7 +35,7 @@
"type-fest": "^0.21.1"
},
"devDependencies": {
"@clark/eslint-config-node-typescript": "^2.1.0",
"@clark/eslint-config-node-typescript": "^2.2.0",
"eslint": "^7.20.0",
"ts-node": "^9.1.1",
"typescript": "^4.1.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clark/prettier-config",
"version": "2.1.0",
"version": "2.2.0",
"description": "CLARK's config for Prettier",
"keywords": [
"prettier",
Expand Down

0 comments on commit 4f503ae

Please sign in to comment.