Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
chore(deps-dev): bump @types/webpack-env from 1.14.0 to 1.16.3 (#769)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump @types/webpack-env from 1.14.0 to 1.16.3

Bumps [@types/webpack-env](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack-env) from 1.14.0 to 1.16.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack-env)

---
updated-dependencies:
- dependency-name: "@types/webpack-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix(github-actions): fix dependabot to push to the non-detached branch

* fix(github-actions): fix dependabot to push to the non-detached branch

* fix(github-actions): fix dependabot to push to the non-detached branch

* chore(yarn): update yarn offline mirror

* chore(yarn): update yarn offline mirror

* fix(github-actions): move checkout to non-detached to lower commands

* fix(github-actions): move checkout to non-detached to lower commands

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeff Chew <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 10, 2021
1 parent 75c4786 commit f3f6f0f
Show file tree
Hide file tree
Showing 23 changed files with 7 additions and 17 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/dependabot-yarn-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,19 @@ jobs:
node-version: ['14.x']
steps:
- uses: actions/checkout@v2
with:
token: ${{secrets.GH_TOKEN}}
- uses: fregante/setup-git-user@v1
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- name: Get branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: get_branch
- name: Update yarn offline mirror
if: contains(github.event.pull_request.labels.*.name, 'dependencies')
run: |
git checkout -b ${{github.event.pull_request.head.ref}}
yarn
git add -A
if [[ ! -z $(git status -s) ]] ; then
git commit -m "chore(yarn): update yarn offline mirror"
git push origin ${{ steps.get_branch.outputs.branch }}
git push origin ${{ github.head_ref }}
fi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/offline-mirror/@types-webpack-env-1.14.0.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/@types-webpack-env-1.16.0.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"@types/bluebird": "^3.5.36",
"@types/jasmine": "^3.10.2",
"@types/lodash-es": "^4.17.5",
"@types/webpack-env": "^1.14.0",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"@webcomponents/custom-elements": "^1.5.0",
Expand Down
13 changes: 4 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5654,15 +5654,10 @@
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e"
integrity sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==

"@types/webpack-env@^1.14.0":
version "1.14.0"
resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.14.0.tgz#8edfc5f8e6eae20eeed3ca0d02974ed4ee5e4efc"
integrity sha512-Fv+0gYJzE/czLoRKq+gnXWr4yBpPM3tO3C8pDLFwqVKlMICQUq5OsxwwFZYDaVr7+L6mgNDp16iOcJHEz3J5RQ==

"@types/webpack-env@^1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.16.0.tgz#8c0a9435dfa7b3b1be76562f3070efb3f92637b4"
integrity sha512-Fx+NpfOO0CpeYX2g9bkvX8O5qh9wrU1sOF4g8sft4Mu7z+qfe387YlyY8w8daDyDsKY5vUxM0yxkAYnbkRbZEw==
"@types/webpack-env@^1.16.0", "@types/webpack-env@^1.16.3":
version "1.16.3"
resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.16.3.tgz#b776327a73e561b71e7881d0cd6d34a1424db86a"
integrity sha512-9gtOPPkfyNoEqCQgx4qJKkuNm/x0R2hKR7fdl7zvTJyHnIisuE/LfvXOsYWL0o3qq6uiBnKZNNNzi3l0y/X+xw==

"@types/webpack-sources@*":
version "1.4.2"
Expand Down

0 comments on commit f3f6f0f

Please sign in to comment.