Skip to content

Commit

Permalink
Merge branch 'dev' into renovate/commitizen-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dezren39 authored Feb 4, 2021
2 parents 549d8f8 + 706286c commit 90f47d1
Show file tree
Hide file tree
Showing 15 changed files with 4,523 additions and 451 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.preview-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
run: |
git fetch --prune --unshallow --tags
- name: Preview release notes (head=>base)
uses: snyk/[email protected].1
uses: snyk/[email protected].2
with:
releaseBranch: ${{ github.event.pull_request.head.ref }}
env:
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
run: |
git fetch --prune --unshallow --tags
- name: Preview release notes (head=>main)
uses: snyk/[email protected].1
uses: snyk/[email protected].2
with:
releaseBranch: main
env:
Expand Down
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.
4,958 changes: 4,515 additions & 443 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"husky": "4.3.0",
"json": "10.0.0",
"prettier": "2.1.2",
"semantic-release": "17.1.2",
"semantic-release": "17.2.3",
"sleep-atomic": "1.0.0"
},
"config": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7184,9 +7184,9 @@ resolve@^1.10.0:
languageName: node
linkType: hard

"semantic-release@npm:17.1.2":
version: 17.1.2
resolution: "semantic-release@npm:17.1.2"
"semantic-release@npm:17.2.3":
version: 17.2.3
resolution: "semantic-release@npm:17.2.3"
dependencies:
"@semantic-release/commit-analyzer": ^8.0.0
"@semantic-release/error": ^2.2.0
Expand Down Expand Up @@ -7218,7 +7218,7 @@ resolve@^1.10.0:
yargs: ^15.0.1
bin:
semantic-release: bin/semantic-release.js
checksum: f5126d7f310c8f79996cf13d469ae6b0b8142ff1009988174253fbc36bf1590755cbf7b8e97799d5f0f279e1d026e7693c62b820219b09918544716ed575d9d1
checksum: 9a7d1b2803fdebfea95d85a5378739220b5b262a1fffe809266f8aa1751292038a01233453a627349c522063602d441d7f81d6b5fec4a333eb84e1a5103b3ea9
languageName: node
linkType: hard

Expand Down Expand Up @@ -8251,7 +8251,7 @@ resolve@^1.10.0:
prettier: 2.1.2
replace-special-characters: ^1.0.2
runes: ^0.4.3
semantic-release: 17.1.2
semantic-release: 17.2.3
sleep-atomic: 1.0.0
timeout: ^0.2.1
translitro: ^0.2.3
Expand Down

0 comments on commit 90f47d1

Please sign in to comment.