Compare commits

..

15 Commits

Author SHA1 Message Date
CrazyMax
cda5497acf
Merge pull request #220 from crazy-max/dependabot/npm_and_yarn/ip-2.0.1
build(deps): bump ip from 2.0.0 to 2.0.1
2024-06-23 17:20:01 +02:00
CrazyMax
d319b0f6ee
Merge pull request #222 from crazy-max/dependabot/npm_and_yarn/tar-6.2.1
build(deps): bump tar from 6.1.14 to 6.2.1
2024-06-23 17:19:52 +02:00
CrazyMax
c4811c5257
Merge pull request #224 from crazy-max/dependabot/github_actions/docker/bake-action-5
build(deps): bump docker/bake-action from 4 to 5
2024-06-23 17:19:43 +02:00
CrazyMax
16f2f922cd
Merge pull request #225 from crazy-max/dependabot/npm_and_yarn/braces-3.0.3
build(deps): bump braces from 3.0.2 to 3.0.3
2024-06-23 17:19:36 +02:00
dependabot[bot]
996d2a074e
build(deps): bump braces from 3.0.2 to 3.0.3
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-19 03:06:44 +00:00
dependabot[bot]
264c8759fe
build(deps): bump docker/bake-action from 4 to 5
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4 to 5.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 16:20:13 +00:00
CrazyMax
27f357aa51
Merge pull request #223 from crazy-max/corepack
chore: use corepack to install yarn
2024-04-27 12:08:45 +02:00
CrazyMax
c1361c724b
chore: use corepack to install yarn 2024-04-27 12:06:39 +02:00
dependabot[bot]
a162fd27f6
build(deps): bump tar from 6.1.14 to 6.2.1
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.14 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.1.14...v6.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 08:36:06 +00:00
dependabot[bot]
3546ab01d2
build(deps): bump ip from 2.0.0 to 2.0.1
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 07:18:00 +00:00
CrazyMax
d71449f326
update README 2024-04-08 09:17:31 +02:00
CrazyMax
d6f1545e19
Merge pull request #216 from crazy-max/dependabot/github_actions/crazy-max/ghaction-github-status-4
Bump crazy-max/ghaction-github-status from 3 to 4
2024-04-08 09:17:00 +02:00
CrazyMax
1459aab76b
Merge pull request #215 from crazy-max/dependabot/github_actions/crazy-max/ghaction-github-labeler-5
Bump crazy-max/ghaction-github-labeler from 4 to 5
2024-04-08 09:16:53 +02:00
dependabot[bot]
ccd98a7787
Bump crazy-max/ghaction-github-status from 3 to 4
Bumps [crazy-max/ghaction-github-status](https://github.com/crazy-max/ghaction-github-status) from 3 to 4.
- [Release notes](https://github.com/crazy-max/ghaction-github-status/releases)
- [Commits](https://github.com/crazy-max/ghaction-github-status/compare/v3...v4)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-github-status
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 16:26:18 +00:00
dependabot[bot]
55055bfcd2
Bump crazy-max/ghaction-github-labeler from 4 to 5
Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) from 4 to 5.
- [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases)
- [Commits](https://github.com/crazy-max/ghaction-github-labeler/compare/v4...v5)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-github-labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 16:26:14 +00:00
8 changed files with 25 additions and 22 deletions

View File

@ -88,7 +88,7 @@ jobs:
tree -f -h ./public tree -f -h ./public
- -
name: Check GitHub Pages status name: Check GitHub Pages status
uses: crazy-max/ghaction-github-status@v3 uses: crazy-max/ghaction-github-status@v4
with: with:
pages_threshold: major_outage pages_threshold: major_outage
- -

View File

@ -25,6 +25,6 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- -
name: Run Labeler name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v4 uses: crazy-max/ghaction-github-labeler@v5
with: with:
dry-run: ${{ github.event_name == 'pull_request' }} dry-run: ${{ github.event_name == 'pull_request' }}

View File

@ -44,6 +44,6 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- -
name: Validate name: Validate
uses: docker/bake-action@v4 uses: docker/bake-action@v5
with: with:
targets: ${{ matrix.target }} targets: ${{ matrix.target }}

Binary file not shown.

View File

@ -11,5 +11,3 @@ nodeLinker: node-modules
plugins: plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools" spec: "@yarnpkg/plugin-interactive-tools"
yarnPath: .yarn/releases/yarn-3.6.3.cjs

View File

@ -45,7 +45,7 @@ jobs:
steps: steps:
- -
name: Checkout name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
- -
name: Gen dummy page name: Gen dummy page
run: | run: |
@ -79,7 +79,7 @@ action along with this one to sign commits:
```yaml ```yaml
- -
name: Import GPG key name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v5 uses: crazy-max/ghaction-import-gpg@v6
with: with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }} passphrase: ${{ secrets.PASSPHRASE }}

View File

@ -4,8 +4,13 @@ ARG NODE_VERSION=20
FROM node:${NODE_VERSION}-alpine AS base FROM node:${NODE_VERSION}-alpine AS base
RUN apk add --no-cache cpio findutils git RUN apk add --no-cache cpio findutils git
RUN yarn config set --home enableTelemetry 0
WORKDIR /src WORKDIR /src
RUN --mount=type=bind,target=.,rw \
--mount=type=cache,target=/src/.yarn/cache <<EOT
corepack enable
yarn --version
yarn config set --home enableTelemetry 0
EOT
FROM base AS deps FROM base AS deps
RUN --mount=type=bind,target=.,rw \ RUN --mount=type=bind,target=.,rw \

View File

@ -617,11 +617,11 @@ __metadata:
linkType: hard linkType: hard
"braces@npm:^3.0.2": "braces@npm:^3.0.2":
version: 3.0.2 version: 3.0.3
resolution: "braces@npm:3.0.2" resolution: "braces@npm:3.0.3"
dependencies: dependencies:
fill-range: ^7.0.1 fill-range: ^7.1.1
checksum: e2a8e769a863f3d4ee887b5fe21f63193a891c68b612ddb4b68d82d1b5f3ff9073af066c343e9867a393fe4c2555dcb33e89b937195feb9c1613d259edfcd459 checksum: b95aa0b3bd909f6cd1720ffcf031aeaf46154dd88b4da01f9a1d3f7ea866a79eba76a6d01cbc3c422b2ee5cdc39a4f02491058d5df0d7bf6e6a162a832df1f69
languageName: node languageName: node
linkType: hard linkType: hard
@ -1129,12 +1129,12 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"fill-range@npm:^7.0.1": "fill-range@npm:^7.1.1":
version: 7.0.1 version: 7.1.1
resolution: "fill-range@npm:7.0.1" resolution: "fill-range@npm:7.1.1"
dependencies: dependencies:
to-regex-range: ^5.0.1 to-regex-range: ^5.0.1
checksum: cc283f4e65b504259e64fd969bcf4def4eb08d85565e906b7d36516e87819db52029a76b6363d0f02d0d532f0033c9603b9e2d943d56ee3b0d4f7ad3328ff917 checksum: b4abfbca3839a3d55e4ae5ec62e131e2e356bf4859ce8480c64c4876100f4df292a63e5bb1618e1d7460282ca2b305653064f01654474aa35c68000980f17798
languageName: node languageName: node
linkType: hard linkType: hard
@ -1477,9 +1477,9 @@ __metadata:
linkType: hard linkType: hard
"ip@npm:^2.0.0": "ip@npm:^2.0.0":
version: 2.0.0 version: 2.0.1
resolution: "ip@npm:2.0.0" resolution: "ip@npm:2.0.1"
checksum: cfcfac6b873b701996d71ec82a7dd27ba92450afdb421e356f44044ed688df04567344c36cbacea7d01b1c39a4c732dc012570ebe9bebfb06f27314bca625349 checksum: d765c9fd212b8a99023a4cde6a558a054c298d640fec1020567494d257afd78ca77e37126b1a3ef0e053646ced79a816bf50621d38d5e768cdde0431fa3b0d35
languageName: node languageName: node
linkType: hard linkType: hard
@ -2352,8 +2352,8 @@ __metadata:
linkType: hard linkType: hard
"tar@npm:^6.1.11, tar@npm:^6.1.2": "tar@npm:^6.1.11, tar@npm:^6.1.2":
version: 6.1.14 version: 6.2.1
resolution: "tar@npm:6.1.14" resolution: "tar@npm:6.2.1"
dependencies: dependencies:
chownr: ^2.0.0 chownr: ^2.0.0
fs-minipass: ^2.0.0 fs-minipass: ^2.0.0
@ -2361,7 +2361,7 @@ __metadata:
minizlib: ^2.1.1 minizlib: ^2.1.1
mkdirp: ^1.0.3 mkdirp: ^1.0.3
yallist: ^4.0.0 yallist: ^4.0.0
checksum: a1be0815a9bdc97dfca7c6c2d71d1b836f8ba9314684e2c412832f0f59cc226d4c13da303d6bc30925e82f634cc793f40da79ae72f3e96fb87c23d0f4efd5207 checksum: f1322768c9741a25356c11373bce918483f40fa9a25c69c59410c8a1247632487edef5fe76c5f12ac51a6356d2f1829e96d2bc34098668a2fc34d76050ac2b6c
languageName: node languageName: node
linkType: hard linkType: hard