chore(deps): update all non-major dependencies
This PR contains the following updates:
Release Notes
angular/angular-cli (@angular-devkit/build-angular)
v19.2.1
@schematics/angular
| Commit | Type | Description |
|---|---|---|
| 4c35b5721 | fix | prevent accidental deletion of main.ts during application builder migration |
| d7f9cb578 | fix | prevent error when tsconfig file is missing in application builder migration |
@angular-devkit/architect
| Commit | Type | Description |
|---|---|---|
| 3ebd7ca7c | fix | improve error message when configuration is missing |
@angular/build
| Commit | Type | Description |
|---|---|---|
| c07330967 | fix | allow component HMR with a service worker |
| c989c91c3 | fix | exclude component styles from 'any' and 'all' budget calculations |
| 96e5dcb5f | fix | handle undefined less stylesheet sourcemap values |
angular/angular (@angular/animations)
v19.2.1
common
| Commit | Type | Description |
|---|---|---|
| c2de5f68b3 | fix | clean up onUrlChange listener when root scope is destroyed (#60004) |
compiler-cli
| Commit | Type | Description |
|---|---|---|
| 1dd94476b3 | fix | ensure template IDs are not reused if a source file changes (#60152) |
core
| Commit | Type | Description |
|---|---|---|
| 1b3b05bf72 | fix | cache ComponentRef inputs and outputs (#60156) |
| 330c24aed9 | fix | prevent invoking replay listeners on disconnected nodes (#60103) |
| cfad089cc3 | fix | prevents event replay from being called on comment nodes (#60130) |
language-service
| Commit | Type | Description |
|---|---|---|
| 3f0116607d | fix | Forward the tags for quick info from the type definition (#59524) |
Rel1cx/eslint-react (@eslint-react/eslint-plugin)
v1.31.0
✨ New
- feat: enhance regex handling in naming convention rules by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/969
🪄 Improvements
- docs: improve rules descriptions by @Rel1cx
v1.30.2
🐞 Fixes
- fix(plugins/hooks-extra): misidentification of
setfunction in IIFE inside of hooks as its inside ofuseEffect,useLayoutEffect, closes #967 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/968
v1.30.1
🐞 Fixes
- fix(utilities/var): fix variable init node retrieval, fixes #964 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/965
🪄 Improvements
- refactor(plugins/hooks-extra): improve code reusability by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/963
New Contributors
- @mrginglymus made their first contribution in https://github.com/Rel1cx/eslint-react/pull/964
v1.30.0
✨ New
- feat: add
naming-convention/use-stateandnaming-convention/context-nameto recommended presets by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/956
🐞 Fixes
- fix: correct readonly checks and test cases in
prefer-read-only-propsby @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/957 - fix: rework
naming-convention/component-namerule to follow [email protected] by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/959Component names now need to start with an uppercase letter instead of a non-lowercase letter. This means
_Buttonor_componentare no longer valid. - fix:
naming-convention/use-statefails with multiple words, closes #960 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/961
v1.29.0
✨ New
- feat(plugins/naming-convention): add
context-namerule by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/952
🐞 Fixes
- fix: fixed
naming-convention/use-stateworks in components only, closes #953 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/954
🪄 Improvements
- docs: use
recommended-typescriptfor typescript files by @bluwy in https://github.com/Rel1cx/eslint-react/pull/949
New Contributors
- @bluwy made their first contribution in https://github.com/Rel1cx/eslint-react/pull/949
v1.28.0
✨ New
- feat(plugins/dom): add
no-flush-syncrule by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/942 - feat: add
skipImportChecksetting by @Rel1cx
🪄 Improvements
- refactor: code optimization by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/945
- refactor: consistent ordering of arguments to context-aware utility functions by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/946
v1.27.0
✨ New
- feat: add presets exports to modular plugins by @Rel1cx in #940
- feat: add
no-missing-context-display-namerule by @Rel1cx in #941
🪄 Improvements
- refactor: improve error messages by @Rel1cx in #936 and #937
- refactor: add
useEffecttoadditionalHooksby @Rel1cx in #938 - refactor: change severity of
no-duplicate-keyrule fromerrortowarnby @Rel1cx in #939
v1.26.2
🐞 Fixes
- fix(plugins/x): enhance
no-context-providerrule to include context name in error messages by @Rel1cx in #935
v1.26.1
No notable changes have been made in this release.
v1.26.0
✨ New
v1.25.0
✨ New
- feat(no-useless-fragment): auto fix support, closes #899 by @hyoban in #926
- docs: add setup guide for
ts-blank-eslint-parserby @Rel1cx - docs: add setup example for
ts-blank-eslint-parserby @Rel1cx
🐞 Fixes
🪄 Improvements
v1.24.1
🐞 Fixes
- fix: fixed invalid rules for
disable-debug,disable-dom, anddisable-web-apisconfigs, closes #923 by @Rel1cx in #924
v1.24.0
🪄 Improvements
- perf: overhaul performance optimizations
mantinedev/mantine (@mantine/core)
v7.17.1
What's Changed
[@mantine/core]Select: Fix caret displayed when the readonly input is clicked (#7476)[@mantine/charts]Fix incorrect types ofclassNamesprop of PieChart and DonutChart components (#7475)[@mantine/charts]BubbleChart: Fix broken layout whenlabelprop is used with React 19[@mantine/form]Fix missingisJSONStringexport (#7508)[@mantine/core]Fix MultiSelect and TagsInputs dropdowns still being opened on click when components were used inside disabled fieldset (#7528)[@mantine/code-highlight]Fallback unsupported code to plaintext (#7497)[@mantine/emotion]Improve "Go to definition" support forcreateStylesclasse
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
View your CI Pipeline Execution ↗ for commit 36f71894d876d9a13a494adec8be4dad3e69a166.
| Command | Status | Duration | Result |
|---|---|---|---|
nx affected --targets=test:sherif,test:knip,tes... |
✅ Succeeded | 1m 8s | View ↗ |
nx run-many --target=build --exclude=examples/** |
✅ Succeeded | 8s | View ↗ |
☁️ Nx Cloud last updated this comment at 2025-03-31 09:01:19 UTC
More templates
- @tanstack/form-example-angular-array
- @tanstack/form-example-angular-simple
- @tanstack/form-example-lit-simple
- @tanstack/form-example-lit-ui-libraries
- @tanstack/form-example-react-array
- @tanstack/form-example-react-compiler
- @tanstack/field-errors-from-form-validators
- @tanstack/form-example-react-large-form
- @tanstack/form-example-react-next-server-actions
- @tanstack/form-example-react-query-integration
- @tanstack/form-example-remix
- @tanstack/form-example-react-simple
- @tanstack/form-example-react-standard-schema
- @tanstack/form-example-react-tanstack-start
- @tanstack/form-example-react-ui-libraries
- @tanstack/form-example-solid-array
- @tanstack/form-example-solid-simple
- @tanstack/form-example-vue-array
- @tanstack/form-example-vue-simple
@tanstack/angular-form
npm i https://pkg.pr.new/@tanstack/angular-form@1263
@tanstack/form-core
npm i https://pkg.pr.new/@tanstack/form-core@1263
@tanstack/react-form
npm i https://pkg.pr.new/@tanstack/react-form@1263
@tanstack/lit-form
npm i https://pkg.pr.new/@tanstack/lit-form@1263
@tanstack/solid-form
npm i https://pkg.pr.new/@tanstack/solid-form@1263
@tanstack/vue-form
npm i https://pkg.pr.new/@tanstack/vue-form@1263
commit: 36f7189
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 0.00%. Comparing base (
4016a2b) to head (36f7189). Report is 2 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #1263 +/- ##
==========================================
- Coverage 88.86% 0 -88.87%
==========================================
Files 28 0 -28
Lines 1275 0 -1275
Branches 332 0 -332
==========================================
- Hits 1133 0 -1133
+ Misses 127 0 -127
+ Partials 15 0 -15
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.