Граф коммитов

312 Коммитов

Автор SHA1 Сообщение Дата
Tommy Nguyen b99f6f82a6
fix: `rush.json` is missed in repos using Rush + Yarn (#100)
* fix: Rush is not correctly detected in some setups

In certain repos, Rush is set up to be run in postinstall so people
can't avoid running the correct thing. This means that the repo is
littered with lock files from other package managers. `workspace-tools`
fails to detect Rush because it finds these lock files first.

* add/fix tests

* move gpg fix out of real code
2022-04-09 08:50:27 -07:00
dependabot[bot] e0a79ffe0a
Bump node-fetch from 2.6.1 to 2.6.7 in /src/__fixtures__/basic-yarn (#96)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 22:13:36 -08:00
dependabot[bot] 3633c6f744
Bump shelljs from 0.8.4 to 0.8.5 in /src/__fixtures__/basic-yarn (#87)
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases)
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5)

---
updated-dependencies:
- dependency-name: shelljs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 22:13:07 -08:00
dependabot[bot] c9c1bdb828
Bump ajv from 6.12.2 to 6.12.6 (#89)
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.2...v6.12.6)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 20:55:57 -08:00
dependabot[bot] 1c38d84bfd
Bump ajv from 6.12.2 to 6.12.6 in /src/__fixtures__/basic-yarn (#90)
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.2...v6.12.6)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 20:34:34 -08:00
dependabot[bot] 2796151b45
Bump follow-redirects in /src/__fixtures__/basic-yarn (#91)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.11.0 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.11.0...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 20:34:15 -08:00
dependabot[bot] 74da217fa6
Bump prismjs from 1.25.0 to 1.27.0 in /src/__fixtures__/basic-yarn (#93)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.25.0...v1.27.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 20:34:06 -08:00
dependabot[bot] c512d0605e
Bump url-parse from 1.5.3 to 1.5.10 in /src/__fixtures__/basic-yarn (#94)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 20:33:57 -08:00
Ken Chau b7fff70ae4 applying package updates 2022-01-07 18:15:36 +00:00
Ria Nicole Carmin caf984c0c5
Makes the output of parseLockFile for npm v7+ lock file compatible with queryLockFile (#85)
* Makes parseLockFile and queryLockFile compatible

* Adds annotation

* Amends .gitignore

* Change files

* Adds a change message

Co-authored-by: Ria Carmin <riacarmin@microsoft.com>
2022-01-07 10:14:46 -08:00
Ken Chau db441af92c applying package updates 2022-01-07 17:07:22 +00:00
Kenneth Chau 253384a2c9
Bump TS to 4.5! (#86)
* bump ts to 4.5 and fixed typing issues with caught errors as unknown

* Change files
2022-01-07 09:06:32 -08:00
Ken Chau c547e6a008 applying package updates 2022-01-07 00:04:32 +00:00
Kenneth Chau 6105a8eb81
Speed up workspace-tools! (#84)
* speed up workspace-tools - reducing weight and adding caches - lazy load pkg mgr helpers

* Change files

* fixed incompatibility

* fixed up the incompatibility
2022-01-06 16:03:40 -08:00
Ken Chau 7363d49534 applying package updates 2021-12-02 17:11:12 +00:00
Ria Nicole Carmin 0d9b3bd5c0
Adds npm 7 package-lock.json parser (#82)
* Adds npm 7 package-lock.json parcer

* Adds a check for unsupported package-lock version

* Updates error message

* Adds tests for parseLockFile with npm 7 workspaces

* Updates README with npm workspaces

* Style cleanup

* Changes the error message language

* Rewrites types in a different style

* Change files

* Adds changelog file.

Co-authored-by: Ria Carmin <riacarmin@microsoft.com>
2021-12-02 09:10:14 -08:00
dependabot[bot] 1c825bab65
Bump tmpl from 1.0.4 to 1.0.5 (#73)
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 13:07:15 -07:00
dependabot[bot] 53ea210571
Bump ws from 7.3.0 to 7.5.5 (#80)
Bumps [ws](https://github.com/websockets/ws) from 7.3.0 to 7.5.5.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.3.0...7.5.5)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 13:07:09 -07:00
dependabot[bot] 577a010649
Bump path-parse from 1.0.6 to 1.0.7 (#69)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 13:06:44 -07:00
dependabot[bot] 17a30a5c73
Bump hosted-git-info from 2.8.8 to 2.8.9 (#54)
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 13:05:46 -07:00
dependabot[bot] a9d7f04e9e
Bump glob-parent from 5.1.1 to 5.1.2 (#65)
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 13:05:31 -07:00
dependabot[bot] 48c520d56f
Bump y18n from 4.0.0 to 4.0.3 (#50)
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/y18n-v4.0.3/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/compare/v4.0.0...y18n-v4.0.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 13:03:33 -07:00
dependabot[bot] 8490038ada
Bump lodash from 4.17.19 to 4.17.21 (#53)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 13:02:54 -07:00
Ken Chau 0774311b84 applying package updates 2021-10-21 20:01:33 +00:00
Elizabeth Craig 1aca866df2
Update beachball and add ignorePatterns (#81)
* Update beachball and add ignorePatterns

* Change files
2021-10-21 13:00:48 -07:00
dependabot[bot] 446d9df662
Bump color-string from 1.5.3 to 1.6.0 in /src/__fixtures__/basic-yarn (#77)
Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.6.0.
- [Release notes](https://github.com/Qix-/color-string/releases)
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Qix-/color-string/commits/1.6.0)

---
updated-dependencies:
- dependency-name: color-string
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 12:52:08 -07:00
dependabot[bot] 97e1b843c9
Bump url-parse from 1.4.7 to 1.5.3 in /src/__fixtures__/basic-yarn (#74)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 12:43:02 -07:00
dependabot[bot] 53ab8f199e
Bump ws from 6.2.1 to 6.2.2 in /src/__fixtures__/basic-yarn (#64)
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/commits)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 12:42:32 -07:00
dependabot[bot] dd18475eb2
Bump lodash from 4.17.15 to 4.17.21 in /src/__fixtures__/basic-yarn (#56)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 12:42:21 -07:00
dependabot[bot] 15acfa6373
Bump postcss from 7.0.30 to 7.0.39 in /src/__fixtures__/basic-yarn (#79)
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.30 to 7.0.39.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/7.0.39/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.30...7.0.39)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 12:42:04 -07:00
dependabot[bot] 39da0f082e
Bump jszip from 3.5.0 to 3.7.1 in /src/__fixtures__/basic-yarn (#78)
Bumps [jszip](https://github.com/Stuk/jszip) from 3.5.0 to 3.7.1.
- [Release notes](https://github.com/Stuk/jszip/releases)
- [Changelog](https://github.com/Stuk/jszip/blob/master/CHANGES.md)
- [Commits](https://github.com/Stuk/jszip/compare/v3.5.0...v3.7.1)

---
updated-dependencies:
- dependency-name: jszip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 12:41:54 -07:00
dependabot[bot] c9f1a2e3d4
Bump prismjs from 1.20.0 to 1.25.0 in /src/__fixtures__/basic-yarn (#72)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.20.0 to 1.25.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.20.0...v1.25.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 12:41:36 -07:00
dependabot[bot] d367fc94f1
Bump tar from 6.0.5 to 6.1.11 in /src/__fixtures__/basic-yarn (#71)
Bumps [tar](https://github.com/npm/node-tar) from 6.0.5 to 6.1.11.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v6.0.5...v6.1.11)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 12:41:05 -07:00
dependabot[bot] 153b72e6f2
Bump path-parse from 1.0.6 to 1.0.7 in /src/__fixtures__/basic-yarn (#70)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 12:40:50 -07:00
dependabot[bot] 3e89ec4bc5
Bump dns-packet from 1.3.1 to 1.3.4 in /src/__fixtures__/basic-yarn (#61)
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 12:40:29 -07:00
dependabot[bot] e0d6553479
Bump browserslist from 4.12.0 to 4.16.6 in /src/__fixtures__/basic-yarn (#59)
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.12.0 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.12.0...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 12:40:23 -07:00
dependabot[bot] e4ec4ebf97
Bump hosted-git-info from 2.8.8 to 2.8.9 in /src/__fixtures__/basic-yarn (#55)
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 12:40:08 -07:00
dependabot[bot] 3b8a3d25a7
Bump redis from 3.0.2 to 3.1.2 in /src/__fixtures__/basic-yarn (#51)
Bumps [redis](https://github.com/NodeRedis/node-redis) from 3.0.2 to 3.1.2.
- [Release notes](https://github.com/NodeRedis/node-redis/releases)
- [Changelog](https://github.com/NodeRedis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NodeRedis/node-redis/compare/v3.0.2...v3.1.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 12:39:52 -07:00
dependabot[bot] 5f44b47aab
Bump y18n from 4.0.0 to 4.0.3 in /src/__fixtures__/basic-yarn (#47)
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/y18n-v4.0.3/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/compare/v4.0.0...y18n-v4.0.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 12:39:39 -07:00
dependabot[bot] a05f0ac3bb
Bump node-fetch from 2.6.0 to 2.6.1 in /src/__fixtures__/basic-yarn (#46)
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 12:39:02 -07:00
dependabot[bot] add31f8475
Bump ssri from 6.0.1 to 6.0.2 in /src/__fixtures__/basic-yarn (#45)
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 12:38:54 -07:00
dependabot[bot] a2b9f2911a
Bump elliptic from 6.5.2 to 6.5.4 in /src/__fixtures__/basic-yarn (#43)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 12:38:43 -07:00
dependabot[bot] ddaaf8eb2a
Bump highlight.js from 10.1.1 to 10.7.2 in /src/__fixtures__/basic-yarn (#42)
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.1.1 to 10.7.2.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/10.7.2/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/compare/10.1.1...10.7.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 12:38:15 -07:00
Ken Chau 7fdc307c3f applying package updates 2021-06-03 20:23:22 +00:00
Kenneth Chau cb3c26d432
get the right default remote branch (#63)
* get the right default remote branch

* Change files
2021-06-03 13:22:19 -07:00
Ken Chau 2bf07d6ace applying package updates 2021-05-27 20:04:05 +00:00
Kenneth Chau 7f47e421c1
getting rid of console logs from the library (#60)
* getting rid of console logs from the library

* Change files
2021-05-27 13:03:13 -07:00
Ken Chau 87c6e0b523 applying package updates 2021-05-25 21:47:27 +00:00
dannyvv 83546ce7c0
Fix #24: Add support for reading default branch from git config (#58) 2021-05-25 14:46:31 -07:00
Ken Chau e80b237222 applying package updates 2021-05-19 21:05:10 +00:00