Skip to content

Commit c7726f8

Browse files
chore(deps): bump the github-actions group with 3 updates (#1523)
Bumps the github-actions group with 3 updates: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) and [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli). Updates `astro` from 5.16.15 to 5.16.16 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/[email protected]/packages/astro) Updates `@actions/core` from 2.0.3 to 3.0.0 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Updates `vercel` from 50.8.1 to 50.9.1 - [Release notes](https://github.com/vercel/vercel/releases) - [Changelog](https://github.com/vercel/vercel/blob/main/packages/cli/CHANGELOG.md) - [Commits](https://github.com/vercel/vercel/commits/[email protected]/packages/cli) --- updated-dependencies: - dependency-name: astro dependency-version: 5.16.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: "@actions/core" dependency-version: 3.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: github-actions - dependency-name: vercel dependency-version: 50.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: github-actions ... --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Julien Déramond <[email protected]>
1 parent a6d71d4 commit c7726f8

3 files changed

Lines changed: 32 additions & 32 deletions

File tree

package-lock.json

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"@astrojs/starlight": "^0.37.4",
2121
"@astrojs/vercel": "^9.0.4",
2222
"@vercel/analytics": "^1.6.1",
23-
"astro": "^5.16.15"
23+
"astro": "^5.16.16"
2424
},
2525
"devDependencies": {
26-
"@actions/core": "^2.0.3",
26+
"@actions/core": "^3.0.0",
2727
"@faker-js/faker": "^10.2.0",
2828
"@octokit/graphql": "^9.0.3",
2929
"@octokit/graphql-schema": "^15.26.1",
@@ -40,7 +40,7 @@
4040
"starlight-links-validator": "^0.19.2",
4141
"starlight-showcases": "^0.3.1",
4242
"tsx": "^4.21.0",
43-
"vercel": "^50.8.1",
43+
"vercel": "^50.9.1",
4444
"vitest": "^4.0.18"
4545
}
4646
}

scripts/libs/showcaseScrapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import { graphql } from '@octokit/graphql';
55
import type { Repository } from '@octokit/graphql-schema';
6-
import ghActions from '@actions/core';
6+
import * as ghActions from '@actions/core';
77
import { nameToEmoji } from 'gemoji';
88
import { parseHTML } from 'linkedom';
99
import fs from 'node:fs/promises';

0 commit comments

Comments
 (0)