Skip to content

Commit 98f1b4b

Browse files
Bump core from 37cb72f to a894bbb (#4244)
Bumps [core](https://github.com/microsoft/typespec) from `37cb72f` to `a894bbb`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/typespec/commit/a894bbb4b43039fd33001ff695241253ebfbe8de"><code>a894bbb</code></a> build: set test-job pipeline default node version to v24.x (<a href="https://redirect.github.com/microsoft/typespec/issues/10330">#10330</a>)</li> <li>See full diff in <a href="https://github.com/microsoft/typespec/compare/37cb72fb843d9965e983e07214447d535c86698d...a894bbb4b43039fd33001ff695241253ebfbe8de">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Timothee Guerin <tiguerin@microsoft.com>
1 parent aeecf69 commit 98f1b4b

7 files changed

Lines changed: 365 additions & 205 deletions

File tree

.github/workflows/consistency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- run: pnpm install
126126
name: Install dependencies
127127

128-
- run: pnpm run check-version-mismatch
128+
- run: pnpm deps check
129129
name: Check catalog is in sync
130130

131131
# Verify Arm OpenAPI common types are up to date

.github/workflows/dependabot-core-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: pnpm install --no-frozen-lockfile
2727
name: Install dependencies
2828

29-
- run: pnpm sync-catalog
29+
- run: pnpm deps fix
3030
name: Sync catalog versions from core
3131

3232
- run: pnpm install --no-frozen-lockfile

core

Submodule core updated 25 files

eng/scripts/sync-catalog.ts

Lines changed: 0 additions & 179 deletions
This file was deleted.

0 commit comments

Comments
 (0)