fix(deps): update dependency marked to v4.0.19 (5.x) (#3328)

* fix(deps): update dependency marked to v4.0.19

* Update e2e-jest-workflow.yml

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
This commit is contained in:
renovate[bot] 2022-08-27 18:45:30 +02:00 committed by GitHub
parent f810cea0cc
commit b80794a46f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 25 additions and 9 deletions

View File

@ -30,7 +30,7 @@ jobs:
run: |
source scripts/e2e-setup-ci.sh
yarn init --yes
yarn add jest --registry http://localhost:4873
yarn add jest@26.0.0 --registry http://localhost:4873
echo "it('should pass', () => { expect(true).toBeTruthy(); });" | tee pass.test.js
yarn jest pass.test.js
@ -97,7 +97,7 @@ jobs:
run: |
source scripts/e2e-setup-ci.sh
npm init --force
npm install jest --registry http://localhost:4873
npm install jest@26.0.0 --registry http://localhost:4873
echo "it('should pass', () => { expect(true).toBeTruthy(); });" | tee pass.test.js
yarn jest pass.test.js
@ -130,7 +130,7 @@ jobs:
run: |
source scripts/e2e-setup-ci.sh
npm init --force
npm install jest --registry http://localhost:4873
npm install jest@26.0.0 --registry http://localhost:4873
echo "it('should pass', () => { expect(true).toBeTruthy(); });" | tee pass.test.js
yarn jest pass.test.js
@ -164,7 +164,7 @@ jobs:
run: |
source scripts/e2e-setup-ci.sh
pnpm init --force
pnpm install jest --registry http://localhost:4873
pnpm install jest@26.0.0 --registry http://localhost:4873
echo "it('should pass', () => { expect(true).toBeTruthy(); });" | tee pass.test.js
yarn jest pass.test.js
@ -197,7 +197,7 @@ jobs:
run: |
source scripts/e2e-setup-ci.sh
pnpm init
pnpm install jest --registry http://localhost:4873
pnpm install jest@26.0.0 --registry http://localhost:4873
echo "it('should pass', () => { expect(true).toBeTruthy(); });" | tee pass.test.js
yarn jest pass.test.js

11
.pnp.js generated
View File

@ -134,7 +134,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
["lodash", "npm:4.17.21"],
["lru-cache", "npm:7.13.1"],
["lunr-mutable-indexes", "npm:2.3.2"],
["marked", "npm:4.0.18"],
["marked", "npm:4.0.19"],
["memoizee", "npm:0.4.15"],
["mime", "npm:3.0.0"],
["minimatch", "npm:5.1.0"],
@ -13607,6 +13607,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
["marked", "npm:4.0.18"]
],
"linkType": "HARD",
}],
["npm:4.0.19", {
"packageLocation": "./.yarn/cache/marked-npm-4.0.19-12036e8cf8-f369284adf.zip/node_modules/marked/",
"packageDependencies": [
["marked", "npm:4.0.19"]
],
"linkType": "HARD",
}]
]],
["media-typer", [
@ -18190,7 +18197,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
["lodash", "npm:4.17.21"],
["lru-cache", "npm:7.13.1"],
["lunr-mutable-indexes", "npm:2.3.2"],
["marked", "npm:4.0.18"],
["marked", "npm:4.0.19"],
["memoizee", "npm:0.4.15"],
["mime", "npm:3.0.0"],
["minimatch", "npm:5.1.0"],

Binary file not shown.

View File

@ -45,7 +45,7 @@
"lodash": "4.17.21",
"lru-cache": "7.13.1",
"lunr-mutable-indexes": "2.3.2",
"marked": "4.0.18",
"marked": "4.0.19",
"memoizee": "0.4.15",
"mime": "3.0.0",
"minimatch": "5.1.0",

View File

@ -10772,6 +10772,15 @@ fsevents@~2.1.2:
languageName: node
linkType: hard
"marked@npm:4.0.19":
version: 4.0.19
resolution: "marked@npm:4.0.19"
bin:
marked: bin/marked.js
checksum: f369284adfcac8eaa495be73c71ccb6c5aff940da49c29b4844271d1769f5ff116d0d1a80fb8a17c00138de52c590b981525cec62a4e8896d910886958da0605
languageName: node
linkType: hard
"media-typer@npm:0.3.0":
version: 0.3.0
resolution: "media-typer@npm:0.3.0"
@ -15096,7 +15105,7 @@ typescript@4.1.3:
lodash: 4.17.21
lru-cache: 7.13.1
lunr-mutable-indexes: 2.3.2
marked: 4.0.18
marked: 4.0.19
memoizee: 0.4.15
mime: 3.0.0
minimatch: 5.1.0