Skip to content

Commit ae55554

Browse files
committed
Upgrade "$schema" URLs for Heft 0.52.x release
1 parent 4cd55a4 commit ae55554

File tree

86 files changed

+90
-82
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+90
-82
lines changed

apps/api-extractor/config/heft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Defines configuration used by core Heft.
33
*/
44
{
5-
"$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json",
5+
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/v0/heft.schema.json",
66

77
/**
88
* Optionally specifies another JSON config file that this file extends from. This provides a way for standard

apps/heft/src/schemas/templates/heft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Defines configuration used by core Heft.
33
*/
44
{
5-
"$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json",
5+
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft.schema.json",
66

77
/**
88
* Optionally specifies another JSON config file that this file extends from. This provides a way for standard

apps/lockfile-explorer-web/config/heft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Defines configuration used by core Heft.
33
*/
44
{
5-
"$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json",
5+
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft.schema.json",
66

77
/**
88
* Optionally specifies another JSON config file that this file extends from. This provides a way for standard

apps/lockfile-explorer/config/heft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Defines configuration used by core Heft.
33
*/
44
{
5-
"$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json",
5+
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft.schema.json",
66

77
/**
88
* Optionally specifies another JSON config file that this file extends from. This provides a way for standard

apps/lockfile-explorer/config/node-service.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Heft will watch for changes and restart the service process whenever it gets rebuilt.
44
*/
55
{
6-
"$schema": "https://developer.microsoft.com/json-schemas/heft/node-service.schema.json"
6+
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/node-service.schema.json"
77

88
/**
99
* Optionally specifies another JSON config file that this file extends from. This provides a way for standard

build-tests-samples/heft-node-basic-tutorial/config/heft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Defines configuration used by core Heft.
33
*/
44
{
5-
"$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json",
5+
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft.schema.json",
66

77
// TODO: Add comments
88
"phasesByName": {

build-tests-samples/heft-node-jest-tutorial/config/heft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json",
2+
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft.schema.json",
33

44
// TODO: Add comments
55
"phasesByName": {

build-tests-samples/heft-serverless-stack-tutorial/config/heft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Defines configuration used by core Heft.
33
*/
44
{
5-
"$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json",
5+
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft.schema.json",
66

77
// TODO: Add comments
88
"phasesByName": {

build-tests-samples/heft-storybook-react-tutorial/config/heft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Defines configuration used by core Heft.
33
*/
44
{
5-
"$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json",
5+
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft.schema.json",
66

77
// TODO: Add comments
88
"phasesByName": {

build-tests-samples/heft-storybook-react-tutorial/config/typescript.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Configures the TypeScript plugin for Heft. This plugin also manages linting.
33
*/
44
{
5-
"$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json",
5+
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/typescript.schema.json",
66

77
/**
88
* If provided, emit these module kinds in addition to the modules specified in the tsconfig.

0 commit comments

Comments
 (0)