Skip to content

Commit

Permalink
chore(deps-dev): bump eslint from 7.21.0 to 7.22.0 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 19, 2021
1 parent 0176d5f commit 0abf1cb
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 87 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Expand Up @@ -12,17 +12,19 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Install dependencies
run: yarn install --check-files --frozen-lockfile
- name: Synthesize project files
run: npx projen
- name: Anti-tamper check
run: git diff --exit-code
- name: Set git identity
run: |-
git config user.name "Auto-bump"
git config user.email "github-actions@github.com"
- name: Build
run: npx projen build
- name: Anti-tamper check
run: git diff --exit-code
- name: Commit and push changes (if any)
run: 'git diff --exit-code || (git commit -am "chore: self mutation" && git push
origin HEAD:${{ github.event.pull_request.head.ref }})'
56 changes: 0 additions & 56 deletions .github/workflows/rebuild-bot.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Expand Up @@ -32,10 +32,10 @@ jobs:
run: npx projen build
- name: Anti-tamper check
run: git diff --exit-code
- name: Push changes
run: git push --follow-tags origin $BRANCH
env:
BRANCH: ${{ github.ref }}
- name: Push commits
run: git push origin HEAD:${{ github.ref }}
- name: Push tags
run: git push --follow-tags origin ${{ github.ref }}
- name: Upload artifact
uses: actions/upload-artifact@v2.1.1
with:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -31,7 +31,6 @@ yarn-error.log*
!/.github/dependabot.yml
!/.github/pull_request_template.md
!/.github/workflows/build.yml
!/.github/workflows/rebuild-bot.yml
!/.github/workflows/release.yml
!/.mergify.yml
!/.npmignore
Expand Down
4 changes: 3 additions & 1 deletion .mergify.yml
Expand Up @@ -29,5 +29,7 @@ pull_request_rules:
- status-success=build
actions:
merge:
method: merge
method: squash
commit_message: title+body
strict: smart
strict_method: merge
7 changes: 2 additions & 5 deletions .projen/deps.json
Expand Up @@ -11,12 +11,10 @@
},
{
"name": "@typescript-eslint/eslint-plugin",
"version": "^4.3.0",
"type": "build"
},
{
"name": "@typescript-eslint/parser",
"version": "^4.3.0",
"type": "build"
},
{
Expand Down Expand Up @@ -50,12 +48,12 @@
},
{
"name": "projen",
"version": "^0.16.3",
"version": "^0.17.16",
"type": "build"
},
{
"name": "standard-version",
"version": "^9.0.0",
"version": "^9",
"type": "build"
},
{
Expand All @@ -64,7 +62,6 @@
},
{
"name": "typescript",
"version": "^3.9.5",
"type": "build"
},
{
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -47,8 +47,8 @@
"jest": "^26.6.3",
"jest-junit": "^12",
"json-schema": "^0.3.0",
"projen": "^0.16.3",
"standard-version": "^9.0.0",
"projen": "^0.17.16",
"standard-version": "^9",
"ts-jest": "^26.5.0",
"typescript": "^3.9.5"
},
Expand Down
40 changes: 26 additions & 14 deletions yarn.lock
Expand Up @@ -1935,9 +1935,9 @@ eslint-visitor-keys@^2.0.0:
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==

eslint@^7.19.0:
version "7.21.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.21.0.tgz#4ecd5b8c5b44f5dedc9b8a110b01bbfeb15d1c83"
integrity sha512-W2aJbXpMNofUp0ztQaF40fveSsJBjlSCSWpy//gzfTvwC+USs/nceBrKmlJOiM8r1bLwP2EuYkCqArn/6QTIgg==
version "7.22.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.22.0.tgz#07ecc61052fec63661a2cab6bd507127c07adc6f"
integrity sha512-3VawOtjSJUQiiqac8MQc+w457iGLfuNGLFn8JmF051tTKbh5/x/0vlcEj8OgDCaw7Ysa2Jn8paGshV7x2abKXg==
dependencies:
"@babel/code-frame" "7.12.11"
"@eslint/eslintrc" "^0.4.0"
Expand All @@ -1956,15 +1956,15 @@ eslint@^7.19.0:
file-entry-cache "^6.0.1"
functional-red-black-tree "^1.0.1"
glob-parent "^5.0.0"
globals "^12.1.0"
globals "^13.6.0"
ignore "^4.0.6"
import-fresh "^3.0.0"
imurmurhash "^0.1.4"
is-glob "^4.0.0"
js-yaml "^3.13.1"
json-stable-stringify-without-jsonify "^1.0.1"
levn "^0.4.1"
lodash "^4.17.20"
lodash "^4.17.21"
minimatch "^3.0.4"
natural-compare "^1.4.0"
optionator "^0.9.1"
Expand Down Expand Up @@ -2462,6 +2462,13 @@ globals@^12.1.0:
dependencies:
type-fest "^0.8.1"

globals@^13.6.0:
version "13.6.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-13.6.0.tgz#d77138e53738567bb96a3916ff6f6b487af20ef7"
integrity sha512-YFKCX0SiPg7l5oKYCJ2zZGxcXprVXHcSnVuvzrT3oSENQonVLqM5pf9fN5dLGZGyCjhw8TN8Btwe/jKnZ0pjvQ==
dependencies:
type-fest "^0.20.2"

globby@^11.0.1:
version "11.0.2"
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
Expand Down Expand Up @@ -3674,10 +3681,10 @@ lodash.templatesettings@^4.0.0:
dependencies:
lodash._reinterpolate "^3.0.0"

lodash@4.x, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20:
version "4.17.20"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
lodash@4.x, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==

loud-rejection@^1.0.0:
version "1.6.0"
Expand Down Expand Up @@ -4366,10 +4373,10 @@ progress@^2.0.0:
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==

projen@^0.16.3:
version "0.16.3"
resolved "https://registry.yarnpkg.com/projen/-/projen-0.16.3.tgz#68df9b02e8725f3efae4c91148285fed28d7c094"
integrity sha512-FjJip+KrDVBYdbv40cR0ZJ3Tz+y3lkd5tgdSqw9/Q6eAjY889dJ1twm20U7K0H8JUJFo09MO8i33D5oPdr28FA==
projen@^0.17.16:
version "0.17.16"
resolved "https://registry.yarnpkg.com/projen/-/projen-0.17.16.tgz#40d109f74bf82280ee1dbc836635d199d80e2fd6"
integrity sha512-WPTvT7uK3mBrHt5CemkS791/3++OzyIcaTB2vPUt/6KViULkjpRIYYNknTXBp7hGJHKPn6NJ05/eRNATjiaiiw==
dependencies:
"@iarna/toml" "^2.2.5"
chalk "^4.1.0"
Expand Down Expand Up @@ -5005,7 +5012,7 @@ stack-utils@^2.0.2:
dependencies:
escape-string-regexp "^2.0.0"

standard-version@^9.0.0:
standard-version@^9:
version "9.1.1"
resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-9.1.1.tgz#7561df6351b075a44544ce3d3ebcffcb9582ba5a"
integrity sha512-PF9JnRauBwH7DAkmefYu1mB2Kx0MVG13udqDTFmDUiogbyikBAHBdMrVuauxtAb2YIkyZ3FMYCNv0hqUKMOPww==
Expand Down Expand Up @@ -5407,6 +5414,11 @@ type-fest@^0.18.0:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f"
integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==

type-fest@^0.20.2:
version "0.20.2"
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==

type-fest@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
Expand Down

0 comments on commit 0abf1cb

Please sign in to comment.