Skip to content

Commit

Permalink
fix(deps,mp3-encoder): Yarn resolution of lamejs (#731)
Browse files Browse the repository at this point in the history
* Upgrade Yarn

* Bypass yarn's GitHub plugin to fetch `lamejs`
  • Loading branch information
tassoevan authored May 25, 2022
1 parent f04e65a commit c6c4e21
Show file tree
Hide file tree
Showing 6 changed files with 806 additions and 778 deletions.
768 changes: 0 additions & 768 deletions .yarn/releases/yarn-3.1.0.cjs

This file was deleted.

786 changes: 786 additions & 0 deletions .yarn/releases/yarn-3.2.1.cjs

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
defaultSemverRangePrefix: ~

nodeLinker: node-modules
defaultSemverRangePrefix: "~"

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
Expand All @@ -11,4 +12,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"

yarnPath: .yarn/releases/yarn-3.1.0.cjs
yarnPath: .yarn/releases/yarn-3.2.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"node": "14.17.6",
"yarn": "1.22.11"
},
"packageManager": "yarn@3.1.0"
"packageManager": "yarn@3.2.1"
}
2 changes: 1 addition & 1 deletion packages/mp3-encoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"access": "public"
},
"dependencies": {
"lamejs": "https://github.com/zhuker/lamejs.git#commit=564612b5b57336238a5920ba4c301b49f7cb2bab"
"lamejs": "git+https://git@github.com/zhuker/lamejs.git#commit=564612b5b57336238a5920ba4c301b49f7cb2bab"
},
"devDependencies": {
"@babel/core": "~7.17.2",
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manual changes might be lost - proceed with caution!

__metadata:
version: 5
version: 6
cacheKey: 8

"@ampproject/remapping@npm:^2.0.0":
Expand Down Expand Up @@ -5905,7 +5905,7 @@ __metadata:
bump: "workspace:~"
eslint: ~8.8.0
jest: ~27.5.1
lamejs: "https://github.com/zhuker/lamejs.git#commit=564612b5b57336238a5920ba4c301b49f7cb2bab"
lamejs: "git+https://git@github.com/zhuker/lamejs.git#commit=564612b5b57336238a5920ba4c301b49f7cb2bab"
lint-all: "workspace:~"
lint-staged: ~12.3.3
prettier: ~2.5.1
Expand Down Expand Up @@ -9336,6 +9336,15 @@ __metadata:
languageName: node
linkType: hard

"acorn@npm:^8.5.0":
version: 8.7.1
resolution: "acorn@npm:8.7.1"
bin:
acorn: bin/acorn
checksum: aca0aabf98826717920ac2583fdcad0a6fbe4e583fdb6e843af2594e907455aeafe30b1e14f1757cd83ce1776773cf8296ffc3a4acf13f0bd3dfebcf1db6ae80
languageName: node
linkType: hard

"acorn@npm:^8.7.0":
version: 8.7.0
resolution: "acorn@npm:8.7.0"
Expand Down Expand Up @@ -18858,9 +18867,9 @@ fsevents@~2.1.2:
languageName: node
linkType: hard

"lamejs@https://github.com/zhuker/lamejs.git#commit=564612b5b57336238a5920ba4c301b49f7cb2bab":
"lamejs@git+https://git@github.com/zhuker/lamejs.git#commit=564612b5b57336238a5920ba4c301b49f7cb2bab":
version: 1.2.0
resolution: "lamejs@https://github.com/zhuker/lamejs.git#commit=564612b5b57336238a5920ba4c301b49f7cb2bab"
resolution: "lamejs@https://git@github.com/zhuker/lamejs.git#commit=564612b5b57336238a5920ba4c301b49f7cb2bab"
dependencies:
use-strict: 1.0.1
checksum: ebf4cf6699b71a06e84975f48343fb0cd70bfea2c9a7d0c307484da8b13444762f0fcade70d6b1b59ac9816c26588629f0ce0a4766a76fad5666d30a47fca6ba
Expand Down Expand Up @@ -27303,11 +27312,11 @@ resolve@^2.0.0-next.3:

"typescript@patch:typescript@~4.3.5#~builtin<compat/typescript>":
version: 4.3.5
resolution: "typescript@patch:typescript@npm%3A4.3.5#~builtin<compat/typescript>::version=4.3.5&hash=ddd1e8"
resolution: "typescript@patch:typescript@npm%3A4.3.5#~builtin<compat/typescript>::version=4.3.5&hash=7ad353"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 61fc1a2ca5037420de5bbe17c6ddc4cbcc0d52301ed94f0a7b5821c55ff9eb96307f0816f745ca8f0fc87ed92f3951cde6d97cd6fd6bc6920c02ea63b5b26259
checksum: 365df18cf979c971ef9543b2acaa8694377a803f98e1804c41d0ede0b09d7046cb0cd98f2eaf3884b0fe923c01a60af1f653841bd8805c9715d5479c09a4ebe4
languageName: node
linkType: hard

Expand Down

0 comments on commit c6c4e21

Please sign in to comment.