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

Commit

Permalink
Release 1.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Aug 3, 2020
1 parent f5b5532 commit f3fb9ac
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 27 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v1.26.3 (2020-08-03)

## v1.26.2 (2020-08-03)

## v1.26.1 (2020-08-03)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"volta": {
"node": "14.7.0"
},
"version": "1.26.2"
"version": "1.26.3"
}
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": "1.26.2",
"version": "1.26.3",
"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": "^1.26.2"
"@clark/eslint-config": "^1.26.3"
},
"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": "1.26.2",
"version": "1.26.3",
"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": "^1.26.2"
"@clark/eslint-plugin-import-helpers-with-package": "^1.26.3"
},
"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": "1.26.2",
"version": "1.26.3",
"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": "^1.26.2",
"@clark/eslint-config-typescript": "^1.26.2"
"@clark/eslint-config-ember": "^1.26.3",
"@clark/eslint-config-typescript": "^1.26.3"
},
"peerDependencies": {
"typescript": "^3.3.3"
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": "1.26.2",
"version": "1.26.3",
"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": "^1.26.2",
"@clark/eslint-config-browser": "^1.26.2",
"@clark/eslint-config-ember-order-imports": "^1.26.2",
"@clark/eslint-config": "^1.26.3",
"@clark/eslint-config-browser": "^1.26.3",
"@clark/eslint-config-ember-order-imports": "^1.26.3",
"eslint-plugin-ember": "^8.9.2",
"eslint-plugin-ember-best-practices": "^1.1.2",
"eslint-plugin-qunit": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-node-order-imports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clark/eslint-config-node-order-imports",
"version": "1.26.2",
"version": "1.26.3",
"description": "Sorts ES module imports for Node.js projects",
"keywords": [
"eslint",
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": "1.26.2",
"version": "1.26.3",
"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": "^1.26.2",
"@clark/eslint-config-typescript": "^1.26.2"
"@clark/eslint-config-node": "^1.26.3",
"@clark/eslint-config-typescript": "^1.26.3"
},
"peerDependencies": {
"typescript": "^3.3.3"
Expand Down
6 changes: 3 additions & 3 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": "1.26.2",
"version": "1.26.3",
"description": "Clark's eslint-config for Node.js",
"keywords": [
"eslint",
Expand All @@ -26,8 +26,8 @@
"test": "printf '' | yarn eslint -c ./index.js --stdin"
},
"dependencies": {
"@clark/eslint-config": "^1.26.2",
"@clark/eslint-config-node-order-imports": "^1.26.2",
"@clark/eslint-config": "^1.26.3",
"@clark/eslint-config-node-order-imports": "^1.26.3",
"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": "1.26.2",
"version": "1.26.3",
"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": "^1.26.2",
"@clark/eslint-config": "^1.26.3",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clark/eslint-config",
"version": "1.26.2",
"version": "1.26.3",
"description": "Clark's base eslint-config",
"keywords": [
"eslint",
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": "1.26.2",
"version": "1.26.3",
"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": "^1.26.2",
"@clark/eslint-util-get-package": "^1.26.3",
"eslint-plugin-import-helpers": "^1.1.0"
},
"devDependencies": {
"@clark/eslint-config-node-typescript": "^1.26.2",
"@clark/eslint-config-node-typescript": "^1.26.3",
"@types/eslint": "^7.2.0",
"@types/estree": "^0.0.45",
"eslint": "^7.6.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": "1.26.2",
"version": "1.26.3",
"description": "Finds the `package.json` a source file belongs to",
"keywords": [
"eslint",
Expand Down Expand Up @@ -35,7 +35,7 @@
"type-fest": "^0.16.0"
},
"devDependencies": {
"@clark/eslint-config-node-typescript": "^1.26.2",
"@clark/eslint-config-node-typescript": "^1.26.3",
"eslint": "^7.6.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
Expand Down

0 comments on commit f3fb9ac

Please sign in to comment.