-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from jared-fraser/feat/nodejs22-runtime
enhancement: add support for nodejs 22 runtime
- Loading branch information
Showing
25 changed files
with
20,033 additions
and
12,799 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"create-sst": patch | ||
"@sst/console": patch | ||
"sst": patch | ||
--- | ||
|
||
Update CDK to 2.171.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ import { extract, patch, install } from "create-sst"; | |
export default [ | ||
extract(), | ||
install({ | ||
packages: ["sst@^2", "aws-cdk-lib@2.161.1", "[email protected]"], | ||
packages: ["sst@^2", "aws-cdk-lib@2.171.1", "[email protected]"], | ||
dev: true, | ||
}), | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ export default [ | |
install({ | ||
packages: [ | ||
"sst@^2", | ||
"aws-cdk-lib@2.161.1", | ||
"aws-cdk-lib@2.171.1", | ||
"[email protected]", | ||
"astro-sst", | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ import { patch, append, extract, install } from "create-sst"; | |
export default [ | ||
extract(), | ||
install({ | ||
packages: ["sst@^2", "aws-cdk-lib@2.161.1", "[email protected]"], | ||
packages: ["sst@^2", "aws-cdk-lib@2.171.1", "[email protected]"], | ||
dev: true, | ||
}), | ||
patch({ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ import { patch, append, extract, install } from "create-sst"; | |
export default [ | ||
extract(), | ||
install({ | ||
packages: ["sst@^2", "aws-cdk-lib@2.161.1", "[email protected]"], | ||
packages: ["sst@^2", "aws-cdk-lib@2.171.1", "[email protected]"], | ||
dev: true, | ||
}), | ||
patch({ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ import { patch, append, extract, install } from "create-sst"; | |
export default [ | ||
extract(), | ||
install({ | ||
packages: ["sst@^2", "aws-cdk-lib@2.161.1", "[email protected]"], | ||
packages: ["sst@^2", "aws-cdk-lib@2.171.1", "[email protected]"], | ||
dev: true, | ||
}), | ||
patch({ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ export default [ | |
install({ | ||
packages: [ | ||
"sst@^2", | ||
"aws-cdk-lib@2.161.1", | ||
"aws-cdk-lib@2.171.1", | ||
"[email protected]", | ||
"solid-start-sst", | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ export default [ | |
install({ | ||
packages: [ | ||
"sst@^2", | ||
"aws-cdk-lib@2.161.1", | ||
"aws-cdk-lib@2.171.1", | ||
"[email protected]", | ||
"svelte-kit-sst", | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.