Bump brace-expansion, eslint, eslint-plugin-svelte, sst and typescript-eslint in /apps/web - #198
Conversation
…t-eslint Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) to 5.0.7 and updates ancestor dependencies [brace-expansion](https://github.com/juliangruber/brace-expansion), [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.7 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v2.0.2...v5.0.7) Updates `eslint` from 9.39.1 to 10.7.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.1...v10.7.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.7 dependency-type: indirect - dependency-name: eslint dependency-version: 10.7.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: 6ab83033e7
ℹ️ 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 config is migrated
This version bump installs SST 4, but the web app still uses the SST v2 CDK-based config in apps/web/sst.config.ts (SSTConfig, sst/constructs, stacks(app), SvelteKitSite, and Cron), and the production workflow still runs npx sst deploy --stage prod. In that deploy context, the SST 4 CLI will load a config written for the removed v2 stack/construct APIs, so merges of this dependency update will block production deployment unless the config is migrated to the v3/v4 $config/component model or SST remains on the v2 line.
Useful? React with 👍 / 👎.
| "aws-cdk-lib": "2.142.1", | ||
| "constructs": "10.3.0", | ||
| "eslint": "^9.0.0", | ||
| "eslint": "^10.7.0", |
There was a problem hiding this comment.
Add @eslint/js as a direct dev dependency
After this ESLint 10 bump, apps/web/eslint.config.js still imports @eslint/js, but package.json does not declare it and the new lockfile no longer installs node_modules/@eslint/js transitively from eslint (the old lockfile did). In a clean npm ci install, npm run lint will fail while loading the config with a missing @eslint/js package, so this update needs to add @eslint/js explicitly or avoid that import.
Useful? React with 👍 / 👎.
|
Superseded by #205. |
Bumps brace-expansion to 5.0.7 and updates ancestor dependencies brace-expansion, eslint, eslint-plugin-svelte, sst and typescript-eslint. These dependencies need to be updated together.
Updates
brace-expansionfrom 2.0.2 to 5.0.7Release notes
Sourced from brace-expansion's releases.
... (truncated)
Commits
b735ba65.0.7c7e33ecMerge commit from forkfa1786aBump tar from 7.5.11 to 7.5.16 (#116)c16f1ecfix(package.json): use git+https instead of git+ssh for repository URL (#115)196bbccBump ip-address from 10.1.0 to 10.2.0 (#104)eb18dd6Update ci.yml (#107)a39928dBump minimatch (#106)7950ae3ci: correct test workflow (#105)46317b55.0.6c0b095bMerge commit from forkInstall script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Updates
eslintfrom 9.39.1 to 10.7.0Release notes
Sourced from eslint's releases.
... (truncated)
Commits
fabd99b10.7.037c5e75Build: changelog update for 10.7.09489379chore: update dependency@eslint/eslintrcto ^3.3.6 (#21076)81a4774chore: updates for v9.39.5 release3e7bf15fix: applyignoreClassesWithImplementsto class expressions (#21069)9835414chore: enable$ExpectTypeannotations in all TypeScript files (#21071)cf2a9bffeat: add errorClassNames option to preserve-caught-error rule (#21032)c30d808docs: Update READMEf8b873afeat: max-nested-callbacks option for constructor callbacks (#21063)72adf6bchore: restrictmarkdownlint-cli2updates in renovate (#21067)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 (#12437)c2386e4chore(deps): update dependency prettier to v3.9.5 (#12486)414d9abchore(release): publish 8.64.0290cf6cchore(release): publish 8.63.03ea32f4chore(release): publish 8.62.154e2857chore(release): publish 8.62.081e4c26feat: remove redundant package.json "files" (#12444)aaad718chore(release): publish 8.61.1Dependabot 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.