fix(deps): update npm major updates (major) - #1874
renovate[bot] wants to merge 1 commit into
Conversation
|
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates toolchain dependencies across apps and packages, primarily focusing on TypeScript and build/type-generation tooling versions.
Changes:
- Bumped
typescriptto7.0.2across multiple workspaces. - Bumped
vite-plugin-dtsto5.0.3across multiple workspaces. - Updated select tooling deps (
@babel/preset-*,@graphql-codegen/*) to newer major versions.
Reviewed changes
Copilot reviewed 12 out of 13 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/url-state-provider/package.json | Bumps TypeScript and vite-plugin-dts for the package toolchain. |
| packages/ui-components/package.json | Bumps Babel presets, TypeScript, and vite-plugin-dts for UI component tooling. |
| packages/template/package.json | Bumps TypeScript and vite-plugin-dts for the template package. |
| packages/oauth/package.json | Bumps TypeScript and vite-plugin-dts for OAuth package tooling. |
| packages/messages-provider/package.json | Bumps TypeScript and vite-plugin-dts for provider package tooling. |
| packages/k8s-client/package.json | Bumps vite-plugin-dts for the client package tooling. |
| packages/greenhouse-auth-provider/package.json | Bumps TypeScript and vite-plugin-dts for auth provider tooling. |
| packages/config/package.json | Bumps TypeScript used by the shared config/tooling package. |
| packages/communicator/package.json | Bumps TypeScript and vite-plugin-dts for communicator package tooling. |
| apps/template/package.json | Bumps TypeScript for the template app tooling. |
| apps/heureka/package.json | Bumps GraphQL codegen plugins and TypeScript for the app toolchain. |
| apps/carbon/package.json | Bumps TypeScript for the app toolchain. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "typescript": "7.0.2", | ||
| "typescript-eslint": "8.59.4" |
| "typescript": "7.0.2", | ||
| "vite": "8.0.16", | ||
| "vite-plugin-dts": "4.5.4", | ||
| "vite-plugin-dts": "5.0.3", |
|
07e8e3e to
978d7b4
Compare
287ef23 to
b6f72bc
Compare
cb2a02f to
05e02f7
Compare
59d5cbe to
0c7d0f0
Compare
|
Heads up: |
83d206b to
5a98e9d
Compare
988691f to
279eb15
Compare
7e926f0 to
e277496
Compare
9781ab6 to
ea71b4b
Compare
ea71b4b to
3c400d0
Compare
This PR contains the following updates:
7.29.7→8.0.27.29.7→8.0.13.18.3→4.4.04.3.2→5.4.16.0.3→7.0.24.5.4→5.0.34.5.0→5.2.0Release Notes
babel/babel (@babel/preset-env)
v8.0.2Compare Source
🐛 Bug Fix
@babel/coreversion when asserting version in@babel/standalone(@nicolo-ribaudo)babel-helper-validator-identifier🏠 Internal
babel-plugin-proposal-decorators,babel-plugin-transform-regenerator,babel-preset-env@babel/preset-modulesand polyfill packages (@nicolo-ribaudo)v8.0.1Compare Source
💥 Breaking Change
babel-core,babel-plugin-transform-object-rest-spread,babel-plugin-transform-runtime,babel-preset-env,babel-standalonepreset-env'suseBuiltIns(@nicolo-ribaudo)v8.0.0Compare Source
👓 Spec Compliance
babel-core💥 Breaking Change
babel-cli,babel-node,babel-plugin-proposal-decorators,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-plugin-transform-modules-commonjs,babel-plugin-transform-object-rest-spread,babel-plugin-transform-parameters,babel-plugin-transform-react-constant-elements,babel-plugin-transform-regenerator,babel-preset-env,babel-registermodules: auto(@nicolo-ribaudo)babel-plugin-transform-runtime,babel-runtime-corejs3,babel-runtime@babe/runtime-corejs3(@liuxingbaoyu)babel-parserlocations: "packed"(@liuxingbaoyu)🐛 Bug Fix
babel-generatorbabel-plugin-transform-modules-systemjs📝 Documentation
🏠 Internal
🏃♀️ Performance
babel-corefrancoismassart/eslint-plugin-tailwindcss (eslint-plugin-tailwindcss)
v4.4.0Compare Source
🚀 Features
perf: Enhanced linting speed (by Celtian 🙏)
feat(rule): add
enforces-canonical-classname(by rsmple 🙏)v4.3.0or above.🐞 Fixes
import.meta.urlto paths in TailwindUtils (by jeremy-code 🙏)satisfiesopeartor in TypeScript (based on PR by rendob 🙏)v4.3.0Compare Source
🚀 Features
🌈 Enhanced support for Svelte projects, here are few examples:
class="flex"class:lg:block={true}class={{ "block absolute": shown, "size-0 invisible": !shown }}class={[faded && 'saturate-0 opacity-50', large && 'scale-200']}class={['block absolute', props.class]}🔍 Minor
v4.2.0Compare Source
🚀 Features
New rule
important-modifier-suffix: Makes sure the!important modifier is at the end of the class names. The former!location (between the modifiers and the class name is deprecated).v4.1.0Compare Source
🚀 Features
no-unnecessary-arbitrary-value: Expanded checks to catch and replace redundant arbitrary values (resolves #366).💡 What's new: Prior to
v4.1.0, this rule only flagged exact string matches between an arbitrary value and a preset. The rule is now smart enough to resolve unit conversions and spacing configurations.The plugin will now suggest cleaner native alternatives for:
inset-[1px]withinset-px(previously ignored becausepxpreset is not declared in the config, yet it exists).z-[123]withz-123.m-[8px]withm-2by intelligently parsing your Tailwind v4's configuration (--spacing: 0.25rem; /* 4px */).🐞 Fixes
!important modifiers in the fixersv4.0.6Compare Source
borderanddividebyno-contradicting-classnamerule #461v4.0.5Compare Source
eslintas peer dependency #463enforces-shorthanddid not work when prefixed #462v4.0.4Compare Source
cninsidefunctionsdefault values of the settingspeer&peer/...are now considered valid classnamesv4.0.3: Tailwind CSS v4Compare Source
Made for Tailwind CSS v4
Version 4 of the
eslint-plugin-tailwindcssis:prettier-plugin-tailwindcssplugintailwind-api-utilsThis version has been made possible thanks to the work of hyoban and his project
tailwind-api-utils.The pre-release versions were tested on our Nx monorepo which uses Next.js, react and offcourse Tailwind CSS 4.
v4.0.2Compare Source
nodeca/js-yaml (js-yaml)
v5.4.1Compare Source
v5.4.0Compare Source
Added
scalarStyleRulesdumper option to customize string formatting.See Scalar styling for details.
Changed
and collection nodes now use
SCALAR_STYLEandCOLLECTION_STYLEvalues;explicit tags use the separate
taggedproperty. Alias nodes now containonly
kindandanchor. This only affects code that directly constructs oredits AST nodes.
sortKeysoption was rewritten using AST mutation to avoidside effects.
loaded values; in particular, whitespace-only strings are now double-quoted.
Fixed
quoteFlowKeysandflowSkipColonSpace,including alias and property-only keys, #786.
1024-character simple-key limit.
needed to preserve trailing newlines.
v5.3.0Compare Source
This release focuses on reworking the documentation and making small
architectural improvements before moving forward.
Added
DUMP_SCHEMA, the default schema used by the dumper.YAMLException.throwAt()for throwing an error at a source position.Changed
EVENT_ID,SCALAR_STYLE,COLLECTION_STYLE, andCHOMPING_MODE, along with their value types. The oldexports are still preserved, but deprecated.
identifymandatory for custom tag definitions. Useidentify: () => falsefor load-only tags.Deprecated
Removed
MERGE_KEYexport (not used anymore after last fixes).Fixed
<<sequence items at merge time, so aliased merge sources arechecked too.
<<outside of a mapping key as the plain string'<<', matchingv4, instead of leaking an internal symbol into the result.
v5.2.3Compare Source
Fixed
!!timestampyears 0000-0099 correctly, #775.unpaired mapping event streams, #784.
parsed AST through
present();dump()and loading are unaffected, #780.v5.2.2Compare Source
Fixed
Security
v5.2.1Compare Source
Fixed
Mapsupport to !!omap (should work whenrealMapTagused)Security
addItem. Regression from v5(usually not critical, because YAML11_SCHEMA is not default anymore).
v5.2.0Compare Source
Added
maxTotalMergeKeys(10000) loader option to limit the total number ofkeys processed by YAML merge (
<<) across oneload()/loadAll()call.maxAliases(-1) loader option to limit the number of YAML aliases perdocument.
Removed
maxMergeSeqLengthreplaced withmaxTotalMergeKeysfor limiting YAML mergeprocessing.
Fixed
1e21)v5.1.0Compare Source
Added
different result value.
Changed
quoteStylenow selects the preferred quote style; use therestored
forceQuotesoption to force quoting non-key strings.v5.0.0Compare Source
Added
JSON_SCHEMAandCORE_SCHEMAwith spec-compliant scalar resolutionrules, and added
YAML11_SCHEMA.realMapTagfor lossless mappings with non-string and complex keys.Object-based mappings now reject complex keys instead of stringifying them.
dump()transformoption for changing the generated AST beforerendering.
dump()optionsseqInlineFirst,flowBracketPadding,flowSkipCommaSpace,flowSkipColonSpace,quoteFlowKeys,quoteStyleandtagBeforeAnchor.test set.
Changed
exports.
CORE_SCHEMA(loader default),JSON_SCHEMA,FAILSAFE_SCHEMA.YAML11_SCHEMA, a combination of all YAML 1.1 tags (YAML 1.1 does notspecify a schema, only "types").
load/dumpdefault behaviour is now specified exactly via schemas:loadusesCORE_SCHEMA, without!!mergeby default.dumpusesYAML11_SCHEMA+CORE_SCHEMAfor the quoting check, toguarantee backward compatibility by default.
!!setis now loaded as a JavaScriptSet.TypeAPI with a tags API. Similar, but more precise andsimpler. See examples for details. Tags can be defined via
defineScalarTag(),defineSequenceTag()anddefineMappingTag(), or as aspread + override of an existing tag.
Schema.extend()toSchema.withTags().markers, block keys, multiline scalars, tag syntax and other things.
load()now throws on empty input instead of returningundefined.js-yaml/browserexport.loadAllsignature with an iterator (still works, but is acandidate for removal).
Removed
safeLoad(),safeLoadAll()andsafeDump()exports.DEFAULT_SCHEMAand the nestedtypesexport.onWarning,legacyandlistener.styles,replacer,noCompatMode,condenseFlow,quotingTypeandforceQuotes. RenamednoArrayIndenttoseqNoIndent.Formatting and representation are now configured through presenter options,
schemas and tag definitions. See migration guide on how to replace.
lib/.microsoft/TypeScript (typescript)
v7.0.2Compare Source
qmhc/unplugin-dts (vite-plugin-dts)
v5.0.3Compare Source
v5.0.2Compare Source
v5.0.1Compare Source
v5.0.0Compare Source
pd4d10/vite-plugin-svgr (vite-plugin-svgr)
v5.2.0Compare Source
No significant changes
View changes on GitHub
v5.1.0Compare Source
🐞 Bug Fixes
🏎 Performance
View changes on GitHub
v5.0.0Compare Source
🚨 Breaking Changes
View changes on GitHub
Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.