@wishket/eslint-config-wishket 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,6 @@
5
5
  { "repo": "wishket/eslint-config-wishket" }
6
6
  ],
7
7
  "commit": true,
8
- "fixed": [],
9
8
  "linked": [],
10
9
  "access": "restricted",
11
10
  "baseBranch": "master",
@@ -4,10 +4,9 @@ on:
4
4
  push:
5
5
  branches:
6
6
  - master
7
- - frontend/deploy/3/ci-cd
8
7
  paths:
9
8
  - '**'
10
- - '.github/workflows/eslint-config-wishket-dev.yml'
9
+ - '.github/workflows/eslint-config-wishket-canary.yml'
11
10
 
12
11
  env:
13
12
  NODE_OPTIONS: --max_old_space_size=4096
@@ -32,7 +31,6 @@ jobs:
32
31
  publish-canary:
33
32
  runs-on: ubuntu-latest
34
33
  needs: [install-dependencies]
35
- if: ${{ github.actor != 'dependabot[bot]' }}
36
34
  steps:
37
35
  - name: Checkout code
38
36
  uses: actions/checkout@v3
@@ -55,11 +53,11 @@ jobs:
55
53
  run: yarn install --frozen-lockfile
56
54
 
57
55
  - name: Open release PR or publish package
58
- uses: changesets/action@master
56
+ uses: changesets/action@v1
59
57
  with:
60
58
  title: Release
61
59
  commit: 'chore: version packages'
62
- version: yarn changeset version --snapshot
60
+ version: yarn changeset version
63
61
  publish: yarn changeset publish --tag canary
64
62
  env:
65
63
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -30,7 +30,6 @@ jobs:
30
30
  publish-dev:
31
31
  runs-on: ubuntu-latest
32
32
  needs: [install-dependencies]
33
- if: ${{ github.actor != 'dependabot[bot]' }}
34
33
  steps:
35
34
  - name: Checkout code
36
35
  uses: actions/checkout@v3
package/.pnp.cjs CHANGED
@@ -29,6 +29,7 @@ const RAW_RUNTIME_STATE =
29
29
  ["@changesets/changelog-github", "npm:0.5.0"],\
30
30
  ["@changesets/cli", "npm:2.27.1"],\
31
31
  ["@typescript-eslint/eslint-plugin", "virtual:b3fec7f1316cc9b1fcc7553208d8ad755f00732caabf063abb7f8d96136062efe36bee1ea31237a35148f21af4ccc7d6ca4887841d1ef2f896631cf69b0b0b4b#npm:6.14.0"],\
32
+ ["dotenv", "npm:16.3.1"],\
32
33
  ["eslint-config-prettier", "virtual:b3fec7f1316cc9b1fcc7553208d8ad755f00732caabf063abb7f8d96136062efe36bee1ea31237a35148f21af4ccc7d6ca4887841d1ef2f896631cf69b0b0b4b#npm:9.1.0"],\
33
34
  ["eslint-config-standard-with-typescript", "virtual:b3fec7f1316cc9b1fcc7553208d8ad755f00732caabf063abb7f8d96136062efe36bee1ea31237a35148f21af4ccc7d6ca4887841d1ef2f896631cf69b0b0b4b#npm:42.0.0"],\
34
35
  ["eslint-plugin-import", "virtual:b3fec7f1316cc9b1fcc7553208d8ad755f00732caabf063abb7f8d96136062efe36bee1ea31237a35148f21af4ccc7d6ca4887841d1ef2f896631cf69b0b0b4b#npm:2.29.0"],\
@@ -800,6 +801,7 @@ const RAW_RUNTIME_STATE =
800
801
  ["@changesets/changelog-github", "npm:0.5.0"],\
801
802
  ["@changesets/cli", "npm:2.27.1"],\
802
803
  ["@typescript-eslint/eslint-plugin", "virtual:b3fec7f1316cc9b1fcc7553208d8ad755f00732caabf063abb7f8d96136062efe36bee1ea31237a35148f21af4ccc7d6ca4887841d1ef2f896631cf69b0b0b4b#npm:6.14.0"],\
804
+ ["dotenv", "npm:16.3.1"],\
803
805
  ["eslint-config-prettier", "virtual:b3fec7f1316cc9b1fcc7553208d8ad755f00732caabf063abb7f8d96136062efe36bee1ea31237a35148f21af4ccc7d6ca4887841d1ef2f896631cf69b0b0b4b#npm:9.1.0"],\
804
806
  ["eslint-config-standard-with-typescript", "virtual:b3fec7f1316cc9b1fcc7553208d8ad755f00732caabf063abb7f8d96136062efe36bee1ea31237a35148f21af4ccc7d6ca4887841d1ef2f896631cf69b0b0b4b#npm:42.0.0"],\
805
807
  ["eslint-plugin-import", "virtual:b3fec7f1316cc9b1fcc7553208d8ad755f00732caabf063abb7f8d96136062efe36bee1ea31237a35148f21af4ccc7d6ca4887841d1ef2f896631cf69b0b0b4b#npm:2.29.0"],\
@@ -1451,6 +1453,13 @@ const RAW_RUNTIME_STATE =
1451
1453
  }]\
1452
1454
  ]],\
1453
1455
  ["dotenv", [\
1456
+ ["npm:16.3.1", {\
1457
+ "packageLocation": "../../../.yarn/berry/cache/dotenv-npm-16.3.1-e6d380a398-10c0.zip/node_modules/dotenv/",\
1458
+ "packageDependencies": [\
1459
+ ["dotenv", "npm:16.3.1"]\
1460
+ ],\
1461
+ "linkType": "HARD"\
1462
+ }],\
1454
1463
  ["npm:8.6.0", {\
1455
1464
  "packageLocation": "../../../.yarn/berry/cache/dotenv-npm-8.6.0-2ce3e9f7bb-10c0.zip/node_modules/dotenv/",\
1456
1465
  "packageDependencies": [\
Binary file
package/CHANGELOG.md ADDED
@@ -0,0 +1,13 @@
1
+ # @wishket/eslint-config-wishket
2
+
3
+ ## 0.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`bf4ac65`](https://github.com/wishket/eslint-config-wishket/commit/bf4ac6508143f146b0b939f76932be69e6e04efb) Thanks [@wishket-pjw](https://github.com/wishket-pjw)! - auto versioning test
8
+
9
+ ## 0.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [`bd09176`](https://github.com/wishket/eslint-config-wishket/commit/bd091760fc15b833603da50482634cf66c767e1b) Thanks [@wishket-pjw](https://github.com/wishket-pjw)! - auto versioning test
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@wishket/eslint-config-wishket",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Wishket's eslint config",
5
5
  "main": "index.js",
6
- "author": "wishket(https://github.com/wishket)",
6
+ "author": "wishket-pjw <pjw@wishket.com> (https://github.com/wishket-pjw)",
7
7
  "license": "MIT",
8
8
  "peerDependencies": {
9
9
  "eslint": ">=8.0.0",
@@ -27,6 +27,7 @@
27
27
  "packageManager": "yarn@4.0.2",
28
28
  "devDependencies": {
29
29
  "@changesets/changelog-github": "^0.5.0",
30
- "@changesets/cli": "^2.27.1"
30
+ "@changesets/cli": "^2.27.1",
31
+ "dotenv": "^16.3.1"
31
32
  }
32
33
  }