Bump brace-expansion, aws-cdk-lib, eslint, eslint-plugin-svelte, sst and typescript-eslint in /apps/web - #208
Conversation
…and typescript-eslint Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) to 5.0.9 and updates ancestor dependencies [brace-expansion](https://github.com/juliangruber/brace-expansion), [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib), [eslint](https://github.com/eslint/eslint), [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte/tree/HEAD/packages/eslint-plugin-svelte), [sst](https://github.com/anomalyco/sst) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). These dependencies need to be updated together. Updates `brace-expansion` from 2.0.2 to 5.0.9 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v2.0.2...v5.0.9) Updates `aws-cdk-lib` from 2.142.1 to 2.263.0 - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md) - [Commits](https://github.com/aws/aws-cdk/commits/v2.263.0/packages/aws-cdk-lib) Updates `eslint` from 9.39.1 to 10.8.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.1...v10.8.0) Updates `eslint-plugin-svelte` from 2.46.1 to 3.22.0 - [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases) - [Changelog](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/packages/eslint-plugin-svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/eslint-plugin-svelte/commits/eslint-plugin-svelte@3.22.0/packages/eslint-plugin-svelte) Updates `sst` from 2.43.2 to 4.17.1 - [Release notes](https://github.com/anomalyco/sst/releases) - [Commits](https://github.com/anomalyco/sst/compare/sst@2.43.2...v4.17.1) Updates `typescript-eslint` from 8.48.1 to 8.65.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.65.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 5.0.9 dependency-type: indirect - dependency-name: aws-cdk-lib dependency-version: 2.263.0 dependency-type: direct:development - dependency-name: eslint dependency-version: 10.8.0 dependency-type: direct:development - dependency-name: eslint-plugin-svelte dependency-version: 3.22.0 dependency-type: direct:development - dependency-name: sst dependency-version: 4.17.1 dependency-type: direct:development - dependency-name: typescript-eslint dependency-version: 8.65.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8cad988c54
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "react": "^18.2.0", | ||
| "react-dom": "^18.2.0", | ||
| "sst": "2.43.2", | ||
| "sst": "4.17.1", |
There was a problem hiding this comment.
Keep SST on v2 until the config is migrated
This bump installs SST 4, but the app's infrastructure is still written for SST v2: apps/web/sst.config.ts imports SSTConfig from sst, imports Cron/SvelteKitSite from sst/constructs, uses stacks(app), and passes CDK props into the site. SST v3/v4 uses the new $config/run component API instead, so after CI installs this package the existing deploy step in .github/workflows/cd.yml (npm i && npx sst deploy --stage prod) will fail before updating production. Either keep sst on the v2 line or migrate sst.config.ts and the SvelteKit adapter together.
Useful? React with 👍 / 👎.
Bumps brace-expansion to 5.0.9 and updates ancestor dependencies brace-expansion, aws-cdk-lib, eslint, eslint-plugin-svelte, sst and typescript-eslint. These dependencies need to be updated together.
Updates
brace-expansionfrom 2.0.2 to 5.0.9Release notes
Sourced from brace-expansion's releases.
... (truncated)
Commits
fbcf8ec5.0.9f6f3939test: cover dropping empties when only some prefixes are empty688a99eMerge commit from forkc66e5f9docs: make the maxLength example produce a non-empty result (#137)473d3e9Bump linkify-it from 5.0.1 to 5.0.2 (#128)96a63c05.0.8a1bd339Merge commit from fork592a36fBump tar from 7.5.16 to 7.5.20 (#127)bd14690Bump brace-expansion from 2.0.2 to 2.1.2 (#126)e729ba6Bump ws from 8.19.0 to 8.21.1 (#124)Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Updates
aws-cdk-libfrom 2.142.1 to 2.263.0Release notes
Sourced from aws-cdk-lib's releases.
... (truncated)
Changelog
Sourced from aws-cdk-lib's changelog.
... (truncated)
Commits
731104dchore: update analytics metadata blueprints21fede3chore(codebuild): remove deprecated Ubuntu 14.04 and Win 2016 Base images (#3...da27b6cfeat(eks): add support for Kubernetes version 1.36 (#38441)5390624feat(docdb): support per-instance maintenance window on DatabaseCluster (#38315)d26e507fix(core): upgrade cloudformation-validate library (#38444)6f86f97feat(lambda): add PropagateTags to CapacityProvider for tag propagation (#38180)bda00bffeat(ecs): add support for using existing Cloud Map namespaces in ECS cluster...5ea1054feat(eks): add Provisioned Control Plane support with controlPlaneScalingTier...1e55176feat(lambda): add Java8AL2023, Java11AL2023 and Java17AL2023 runtime for Lamb...b8e7c11chore(iam): add resource validation to PolicyStatement for resource-based pol...Updates
eslintfrom 9.39.1 to 10.8.0Release notes
Sourced from eslint's releases.
... (truncated)
Commits
749dfed10.8.04bd0d75Build: changelog update for 10.8.04fbf46dtest: pinwebpackversion to 5.108.4 (#21137)6ddf858docs: fix broken Specify Parser Options anchor link (#21106)784dfbedocs: Clarifyno-eq-nulldescription (#21120)6b8d2f7fix: escape reserved characters in rule id inhtmlformatter (#21129)2d063e2chore: update HTTP URLs to HTTPS in JSDoc and comments (#21101)eccbe7btest: add error locations tono-class-assign(#21123)2fee9bbfeat: exportConfigObjectfromeslint/config(#21082)e7d1e43ci: bump actions/setup-go from 6 to 7 (#21118)Updates
eslint-plugin-sveltefrom 2.46.1 to 3.22.0Release notes
Sourced from eslint-plugin-svelte's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-svelte's changelog.
... (truncated)
Commits
0d9f1a0chore: release eslint-plugin-svelte (#1564)cdad05afeat: addno-conflicting-module-namesrule (#1563)28c1234chore: release eslint-plugin-svelte (#1560)4138a57feat: addno-bind-value-on-checkable-inputsrule (#1559)e8ee416chore: release eslint-plugin-svelte (#1544)32ba915feat: add no-at-const-tags rule (#1545)989bfa5fix: disallow props based on SvelteKit route component type (#1503)5efd295chore: release eslint-plugin-svelte (#1538)f0416befeat: support Svelte 5 declaration tags (#1533)fc83a38chore: release eslint-plugin-svelte (#1535)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for eslint-plugin-svelte since your current version.
Updates
sstfrom 2.43.2 to 4.17.1Release notes
Sourced from sst's releases.
... (truncated)
Commits
a0bd20fFix duplicate CloudWatch role URN on fresh accounts (#6911)8bfe1c1Addstate.retentionoption to prevent big state buckets (#6925)adcdb2fFixsst addrequiring Prettier (or other dependencies) (#6924)d1e8ff1Re-runFunctionEnvironmentUpdatewhen Lambda changes (#6920)9321c40Support custom MAIL FROM domain for SES (#6906)4f1a634Sync IAM permissions breakdown (#6898)9f23ba0Remove enteprise page from docse881243Limit CloudFront Function name length in domain redirects (#6889)817ac33Use supplied credentials in AWS SDK client (#6893)9cfa06cAdd Durable objects Component (#6785)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for sst since your current version.
Updates
typescript-eslintfrom 8.48.1 to 8.65.0Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
... (truncated)
Commits
63ba81bchore(release): publish 8.65.0eaf4576feat: add warning when TS 7 is detected (#12529)0d06406chore: add attw validation to repo (