chore: update all dependencies#21
Merged
Merged
Conversation
- @types/google-apps-script 2.0.8 → 2.0.11 - eslint-plugin-prettier 5.5.5 → 5.5.6 - ts-jest 29.4.6 → 29.4.11
- eslint 10.0.3 → 10.7.0 - prettier 3.8.1 → 3.9.5 - stylelint 17.4.0 → 17.14.0 - typescript-eslint 8.57.0 → 8.64.0
- rollup 4.59.0 → 4.62.2 - rollup-plugin-prettier 4.1.2 → 4.2.0
- jest 30.3.0 → 30.4.2
- lint-staged 16.3.3 → 17.0.8 BREAKING CHANGE: lint-staged v17 drops Node.js < 20 support. No config changes needed — package.json config format is unchanged.
- rollup-plugin-typescript2 0.36.0 → 0.37.0
- typescript 5.9.3 → 6.0.3 BREAKING CHANGES: - moduleResolution "node" (node10) deprecated as error in TS 6. Changed to "bundler" (appropriate for Rollup-based build). - module updated from "es2020" to "es2022" (required by bundler). - Added explicit types: ["google-apps-script", "jest"] since bundler resolution does not auto-include @types packages. Note: typescript 7.0 was not adopted because typescript-eslint 8.x and ts-jest 29.x do not yet support it (peer dep < 6.1.0 / < 7).
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update all dependencies to latest versions.
Patch updates
@types/google-apps-script2.0.8 → 2.0.11eslint-plugin-prettier5.5.5 → 5.5.6ts-jest29.4.6 → 29.4.11Minor updates
eslint10.0.3 → 10.7.0prettier3.8.1 → 3.9.5stylelint17.4.0 → 17.14.0typescript-eslint8.57.0 → 8.64.0rollup4.59.0 → 4.62.2rollup-plugin-prettier4.1.2 → 4.2.0jest30.3.0 → 30.4.2Major updates
lint-staged16.3.3 → 17.0.8 (drops Node < 20)rollup-plugin-typescript20.36.0 → 0.37.0typescript5.9.3 → 6.0.3Breaking change notes
moduleResolution: "node"removed. Migrated to"bundler"withmodule: "es2022". Added explicittypes: ["google-apps-script", "jest"]to tsconfig.json.typescript-eslintandts-jestdo not yet support it.Verification
pnpm run check(lint + typecheck + test) andpnpm run buildpass on all commits.