Compare commits

...

3 commits

Author SHA1 Message Date
renovate[bot]
94d9b8815d
chore(deps): update dependency @types/node to v20.16.10 (#68)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-01 11:26:08 +09:00
renovate[bot]
fe45ed3c45
chore(deps): update actions/setup-node digest to 0a44ba7 (#66)
* chore(deps): update actions/setup-node digest to 0a44ba7

* fixed preview dns subdomain from branch ref

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Kohei Watanabe <nebel@fogtype.com>
2024-10-01 11:25:49 +09:00
renovate[bot]
6c9cd422b7 chore(deps): update dependency @playwright/test to v1.47.2 2024-10-01 02:22:21 +00:00
3 changed files with 20 additions and 20 deletions

View file

@ -16,7 +16,7 @@ jobs:
timeout-minutes: 5 timeout-minutes: 5
steps: steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
with: with:
node-version: lts/* node-version: lts/*
- name: Install dependencies - name: Install dependencies
@ -26,7 +26,7 @@ jobs:
- if: github.ref_name != github.event.repository.default_branch - if: github.ref_name != github.event.repository.default_branch
id: set_preview_env id: set_preview_env
shell: bash shell: bash
run: echo url="https://$(echo "${HEAD_REF:0:28}" | sed s/[^_0-9a-z]/-/gi).jwk.pages.dev/" >> "${GITHUB_OUTPUT}" run: echo url="https://$(echo "${HEAD_REF:0:28}" | sed 's/[^_0-9a-z]/-/gi;s/-*$//').jwk.pages.dev/" >> "${GITHUB_OUTPUT}"
env: env:
HEAD_REF: ${{ github.head_ref }} HEAD_REF: ${{ github.head_ref }}
- name: Run tests on ${{ env.BASE_URL }} - name: Run tests on ${{ env.BASE_URL }}

32
package-lock.json generated
View file

@ -10,8 +10,8 @@
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@exampledev/new.css": "1.1.3", "@exampledev/new.css": "1.1.3",
"@playwright/test": "1.47.0", "@playwright/test": "1.47.2",
"@types/node": "20.16.5", "@types/node": "20.16.10",
"esbuild": "0.23.1", "esbuild": "0.23.1",
"jose": "5.8.0" "jose": "5.8.0"
} }
@ -432,13 +432,13 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@playwright/test": { "node_modules/@playwright/test": {
"version": "1.47.0", "version": "1.47.2",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.47.0.tgz", "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.47.2.tgz",
"integrity": "sha512-SgAdlSwYVpToI4e/IH19IHHWvoijAYH5hu2MWSXptRypLSnzj51PcGD+rsOXFayde4P9ZLi+loXVwArg6IUkCA==", "integrity": "sha512-jTXRsoSPONAs8Za9QEQdyjFn+0ZQFjCiIztAIF6bi1HqhBzG9Ma7g1WotyiGqFSBRZjIEqMdT8RUlbk1QVhzCQ==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"playwright": "1.47.0" "playwright": "1.47.2"
}, },
"bin": { "bin": {
"playwright": "cli.js" "playwright": "cli.js"
@ -448,9 +448,9 @@
} }
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "20.16.5", "version": "20.16.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.5.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.10.tgz",
"integrity": "sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==", "integrity": "sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -523,13 +523,13 @@
} }
}, },
"node_modules/playwright": { "node_modules/playwright": {
"version": "1.47.0", "version": "1.47.2",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.47.0.tgz", "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.47.2.tgz",
"integrity": "sha512-jOWiRq2pdNAX/mwLiwFYnPHpEZ4rM+fRSQpRHwEwZlP2PUANvL3+aJOF/bvISMhFD30rqMxUB4RJx9aQbfh4Ww==", "integrity": "sha512-nx1cLMmQWqmA3UsnjaaokyoUpdVaaDhJhMoxX2qj3McpjnsqFHs516QAKYhqHAgOP+oCFTEOCOAaD1RgD/RQfA==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"playwright-core": "1.47.0" "playwright-core": "1.47.2"
}, },
"bin": { "bin": {
"playwright": "cli.js" "playwright": "cli.js"
@ -542,9 +542,9 @@
} }
}, },
"node_modules/playwright-core": { "node_modules/playwright-core": {
"version": "1.47.0", "version": "1.47.2",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.47.0.tgz", "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.47.2.tgz",
"integrity": "sha512-1DyHT8OqkcfCkYUD9zzUTfg7EfTd+6a8MkD/NWOvjo0u/SCNd5YmY/lJwFvUZOxJbWNds+ei7ic2+R/cRz/PDg==", "integrity": "sha512-3JvMfF+9LJfe16l7AbSmU555PaTl2tPyQsVInqm3id16pdDfvZ8TTZ/pyzmkbDrZTQefyzU7AIHlZqQnxpqHVQ==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {

View file

@ -11,8 +11,8 @@
}, },
"devDependencies": { "devDependencies": {
"@exampledev/new.css": "1.1.3", "@exampledev/new.css": "1.1.3",
"@playwright/test": "1.47.0", "@playwright/test": "1.47.2",
"@types/node": "20.16.5", "@types/node": "20.16.10",
"esbuild": "0.23.1", "esbuild": "0.23.1",
"jose": "5.8.0" "jose": "5.8.0"
} }