Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sst/v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Dec 10, 2024
2 parents fa9bc6e + 24ccac4 commit d6ba6fa
Show file tree
Hide file tree
Showing 50 changed files with 20,370 additions and 12,947 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "sst/sst" }],
"changelog": ["@changesets/changelog-github", { "repo": "sst/v2" }],
"commit": false,
"fixed": [
[
Expand Down
14 changes: 12 additions & 2 deletions .github/workflows/aws-cdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,18 @@ jobs:
tar -xvf cdk.tar.gz
PACKAGE_JSON=./package/package.json
VERSION=$(jq -r .version $PACKAGE_JSON)-1
jq '
.dependencies += {chalk: .devDependencies.chalk, yaml: .devDependencies.yaml, promptly: .devDependencies.promptly, archiver: .devDependencies.archiver, "fs-extra": .devDependencies["fs-extra"], "strip-ansi": .devDependencies["strip-ansi"] } |
jq -c '
.dependencies += (
.devDependencies |
with_entries(
select(
.key != "@aws-cdk/cdk-build-tools" and
.key != "@aws-cdk/pkglint" and
.key != "@aws-cdk/yargs-gen" and
.key != "cdk-assets"
)
)
) |
.name = "sst-aws-cdk"
' $PACKAGE_JSON > tmp.json
mv tmp.json $PACKAGE_JSON
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# https://github.com/actions/setup-node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- uses: pnpm/action-setup@v2
with:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
},
"repository": {
"type": "git",
"url": "https://github.com/sst/sst.git"
"url": "https://github.com/sst/v2.git"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.0",
"husky": "^8.0.3",
"prettier": "^2.8.4",
"turbo": "^1.8.3",
"typescript": "^5.2.2",
"turbo": "1.8.3",
"typescript": "5.2.2",
"vitest": "^0.33.0"
},
"lint-staged": {
Expand Down
10 changes: 10 additions & 0 deletions packages/astro-sst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# astro-sst

## 2.45.1

## 2.45.0

## 2.44.3

## 2.44.2

## 2.44.1

## 2.44.0

## 2.43.8
Expand Down
8 changes: 4 additions & 4 deletions packages/astro-sst/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "astro-sst",
"description": "Adapter that allows Astro to deploy your site to AWS utilizing SST.",
"version": "2.44.0",
"version": "2.45.1",
"type": "module",
"license": "MIT",
"author": {
Expand All @@ -10,14 +10,14 @@
},
"repository": {
"type": "git",
"url": "https://github.com/sst/sst.git",
"url": "https://github.com/sst/v2.git",
"directory": "packages/astro-sst"
},
"keywords": [
"withastro",
"astro-adapter"
],
"bugs": "https://github.com/sst/sst/issues",
"bugs": "https://github.com/sst/v2/issues",
"exports": {
".": "./dist/adapter.js",
"./entrypoint": "./dist/entrypoint.js",
Expand Down Expand Up @@ -56,6 +56,6 @@
"devDependencies": {
"@types/aws-lambda": "^8.10.130",
"@types/set-cookie-parser": "^2.4.7",
"astro": "^4.2.6"
"astro": "4.2.6"
}
}
14 changes: 14 additions & 0 deletions packages/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @sst/console

## 2.45.1

## 2.45.0

### Patch Changes

- [#15](https://github.com/sst/v2/pull/15) [`03c73f610525072aa809c6ac22539c53ac4a8d65`](https://github.com/sst/v2/commit/03c73f610525072aa809c6ac22539c53ac4a8d65) Thanks [@jared-fraser](https://github.com/jared-fraser)! - Update CDK to 2.171.1

## 2.44.3

## 2.44.2

## 2.44.1

## 2.44.0

## 2.43.8
Expand Down
24 changes: 12 additions & 12 deletions packages/console/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "@sst/console",
"private": true,
"version": "2.44.0",
"version": "2.45.1",
"scripts": {
"dev": "vite",
"typecheck": "tsc --noEmit",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@aws-sdk/client-cloudformation": "3.405.0",
"@aws-sdk/client-cloudwatch": "3.405.0",
"@aws-sdk/client-cloudwatch-logs": "3.405.0",
"@aws-sdk/client-cognito-identity-provider": "3.405.0",
"@aws-sdk/client-dynamodb": "3.405.0",
"@aws-sdk/client-lambda": "3.405.0",
"@aws-sdk/client-rds-data": "3.405.0",
"@aws-sdk/client-s3": "3.405.0",
"@aws-sdk/client-ssm": "3.405.0",
"@aws-sdk/client-cloudformation": "3.454.0",
"@aws-sdk/client-cloudwatch": "3.454.0",
"@aws-sdk/client-cloudwatch-logs": "3.454.0",
"@aws-sdk/client-cognito-identity-provider": "3.454.0",
"@aws-sdk/client-dynamodb": "3.454.0",
"@aws-sdk/client-lambda": "3.454.0",
"@aws-sdk/client-rds-data": "3.454.0",
"@aws-sdk/client-s3": "3.454.0",
"@aws-sdk/client-ssm": "3.454.0",
"@aws-sdk/fetch-http-handler": "^3.374.0",
"@aws-sdk/s3-request-presigner": "3.405.0",
"@aws-sdk/util-dynamodb": "^3.405.0",
"@aws-sdk/s3-request-presigner": "3.454.0",
"@aws-sdk/util-dynamodb": "^3.454.0",
"@fontsource/jetbrains-mono": "^4.5.0",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-accordion": "^0.1.5",
Expand Down
14 changes: 14 additions & 0 deletions packages/create-sst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# create-sst

## 2.45.1

## 2.45.0

### Patch Changes

- [#15](https://github.com/sst/v2/pull/15) [`03c73f610525072aa809c6ac22539c53ac4a8d65`](https://github.com/sst/v2/commit/03c73f610525072aa809c6ac22539c53ac4a8d65) Thanks [@jared-fraser](https://github.com/jared-fraser)! - Update CDK to 2.171.1

## 2.44.3

## 2.44.2

## 2.44.1

## 2.44.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-sst/bin/presets/base/javascript/preset.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}),
];
2 changes: 1 addition & 1 deletion packages/create-sst/bin/presets/dropin/astro/preset.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
2 changes: 1 addition & 1 deletion packages/create-sst/bin/presets/dropin/nextjs/preset.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
2 changes: 1 addition & 1 deletion packages/create-sst/bin/presets/dropin/remix/preset.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
2 changes: 1 addition & 1 deletion packages/create-sst/bin/presets/dropin/solid/preset.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down
2 changes: 1 addition & 1 deletion packages/create-sst/bin/presets/dropin/svelte/preset.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down
2 changes: 1 addition & 1 deletion packages/create-sst/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-sst",
"version": "2.44.0",
"version": "2.45.1",
"homepage": "https://sst.dev",
"description": "Create SST apps",
"main": "src/index.mjs",
Expand Down
10 changes: 10 additions & 0 deletions packages/solid-start-sst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# solid-start-sst

## 2.45.1

## 2.45.0

## 2.44.3

## 2.44.2

## 2.44.1

## 2.44.0

## 2.43.8
Expand Down
4 changes: 2 additions & 2 deletions packages/solid-start-sst/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-start-sst",
"version": "2.44.0",
"version": "2.45.1",
"description": "Adapter for Solid apps to work on AWS Lambda and AWS Lambda@Edge.",
"main": "./index.mjs",
"types": "./index.d.ts",
Expand All @@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/sst/sst.git",
"url": "https://github.com/sst/v2.git",
"directory": "packages/solid-start-sst"
},
"license": "MIT",
Expand Down
36 changes: 36 additions & 0 deletions packages/sst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @serverless-stack/cli2

## 2.45.1

### Patch Changes

- [#2](https://github.com/sst/v2/pull/2) [`87636f9008b9cfef2f72f9d4bd92ea423b788120`](https://github.com/sst/v2/commit/87636f9008b9cfef2f72f9d4bd92ea423b788120) Thanks [@sommeeeer](https://github.com/sommeeeer)! - NextjsSite: update OpenNext version

- [#12](https://github.com/sst/v2/pull/12) [`f0a1ab947617dd3a270400d7b2a8ed05f6d65007`](https://github.com/sst/v2/commit/f0a1ab947617dd3a270400d7b2a8ed05f6d65007) Thanks [@wakeless](https://github.com/wakeless)! - cli: Implements a RegExp for the deploy matcher.

## 2.45.0

### Minor Changes

- [`e24e8847c43101870087d7362f35a5bb5c3bbe00`](https://github.com/sst/v2/commit/e24e8847c43101870087d7362f35a5bb5c3bbe00) Thanks [@fwang](https://github.com/fwang)! - Version bump for CDK update

### Patch Changes

- [#15](https://github.com/sst/v2/pull/15) [`03c73f610525072aa809c6ac22539c53ac4a8d65`](https://github.com/sst/v2/commit/03c73f610525072aa809c6ac22539c53ac4a8d65) Thanks [@jared-fraser](https://github.com/jared-fraser)! - Update CDK to 2.171.1

## 2.44.3

### Patch Changes

- [#14](https://github.com/sst/v2/pull/14) [`633805a`](https://github.com/sst/v2/commit/633805a33c4aae570c58d38d8e0448b04cc44934) Thanks [@neo](https://github.com/neo)! - Omit `ephemeralStorageSize` from `FunctionProps` in favor of `diskSize

## 2.44.2

### Patch Changes

- [#11](https://github.com/sst/v2/pull/11) [`ec59a15`](https://github.com/sst/v2/commit/ec59a15c05acc008e36c3be8ec3b76aada3be49c) Thanks [@ryanwalters](https://github.com/ryanwalters)! - feat(Job): increase max timeout to 36 hours

## 2.44.1

### Patch Changes

- [`90b69ca`](https://github.com/sst/v2/commit/90b69cae5a8a1e548516c60bb83feeb5e52cef30) Thanks [@fwang](https://github.com/fwang)! - Add xray tracer header to event bus publish

## 2.44.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sst/dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/sst/sst.git",
"url": "git+https://github.com/sst/v2.git",
"directory": "packages/cli"
},
"exports": {
Expand Down Expand Up @@ -138,7 +138,7 @@
}
},
"bugs": {
"url": "https://github.com/sst/sst/issues"
"url": "https://github.com/sst/v2/issues"
},
"main": "index.js",
"directories": {
Expand Down
Loading

0 comments on commit d6ba6fa

Please sign in to comment.