-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/2.0.0: (40 commits) (#609) Revert to earlier node-fetch (build) Update to latest TypeScript Bump typescript from 4.5.2 to 4.5.3 Bump @types/node from 16.11.11 to 16.11.12 Bump @types/node-fetch from 2.5.12 to 3.0.3 Bump adm-zip from 0.5.5 to 0.5.9 Bump mocha from 9.0.3 to 9.1.3 (build) Fix up typescript errors (#515) Automatically enable Omnisharp usage (maint) Remove unnecessary whitespace (#591) Remove deprecated runner support (maint) Fix typo in code (#514) Automatically download Cake.Bakery (maint) Add npm log to .gitignore (build) Re-ran npm audit fix (build) Ran npm audit fix Bump ini from 1.3.6 to 2.0.0 (build) Update to latest TypeScript Bump typescript from 4.3.5 to 4.5.2 (GH-476) Fix incorrect link generated for the cake-vscode extension ...
- Loading branch information
Showing
21 changed files
with
3,708 additions
and
1,116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: npm | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
time: "04:00" | ||
open-pull-requests-limit: 10 | ||
reviewers: | ||
- gep13 | ||
assignees: | ||
- gep13 | ||
labels: | ||
- dependabot | ||
ignore: | ||
- dependency-name: "@types/vscode" | ||
versions: | ||
- "> 1.50.0" | ||
- dependency-name: "@types/node" | ||
versions: | ||
- 14.14.22 | ||
- 14.14.24 | ||
- 14.14.25 | ||
- 14.14.26 | ||
- 14.14.28 | ||
- 14.14.30 | ||
- 14.14.31 | ||
- 14.14.32 | ||
- 14.14.33 | ||
- 14.14.34 | ||
- 14.14.35 | ||
- 14.14.36 | ||
- 14.14.37 | ||
- 14.14.39 | ||
- 14.14.41 | ||
- 15.0.0 | ||
- dependency-name: y18n | ||
versions: | ||
- 4.0.1 | ||
- 4.0.2 | ||
- dependency-name: "@types/node-fetch" | ||
versions: | ||
- 2.5.8 | ||
- 2.5.9 | ||
- dependency-name: adm-zip | ||
versions: | ||
- 0.5.2 | ||
- 0.5.3 | ||
- 0.5.4 | ||
- dependency-name: mocha | ||
versions: | ||
- 8.3.0 | ||
- 8.3.1 | ||
- dependency-name: typescript | ||
versions: | ||
- 4.1.3 | ||
- 4.1.4 | ||
- 4.1.5 | ||
- 4.2.2 | ||
- 4.2.3 | ||
- dependency-name: "@types/mocha" | ||
versions: | ||
- 8.2.0 | ||
- 8.2.1 | ||
- dependency-name: vscode-test | ||
versions: | ||
- 1.5.0 | ||
- 1.5.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,5 @@ yarn.lock | |
|
||
# Mac OS X files | ||
.DS_Store | ||
|
||
npm-debug.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.