chore(deps): update all dependencies
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| @babel/core (source) | 7.25.7 -> 7.25.8 |
devDependencies | patch | ||||
| @fluentui/react-icons | 2.0.260 -> 2.0.261 |
dependencies | patch | ||||
| @types/node (source) | 22.7.4 -> 22.7.5 |
devDependencies | patch | ||||
| @types/react-dom (source) | 18.3.0 -> 18.3.1 |
dependencies | patch | ||||
| actions/checkout | v4.2.0 -> v4.2.1 |
action | patch | ||||
| express (source) | 4.21.0 -> 4.21.1 |
dependencies | patch | ||||
| framer-motion | 11.11.1 -> 11.11.8 |
dependencies | patch | ||||
| gh-pages | 6.1.1 -> 6.2.0 |
devDependencies | minor | ||||
| recharts | 2.12.7 -> 2.13.0 |
dependencies | minor |
Release Notes
babel/babel (@babel/core)
v7.25.8
:bug: Bug Fix
babel-core- #16888 Restore public API of
resolvePlugin/resolvePreset(@nicolo-ribaudo)
- #16888 Restore public API of
:house: Internal
babel-parser,babel-plugin-proposal-async-do-expressions,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-plugin-proposal-explicit-resource-management,babel-plugin-proposal-export-default-from,babel-plugin-proposal-function-bind,babel-plugin-proposal-function-sent,babel-plugin-proposal-import-defer,babel-plugin-proposal-partial-application,babel-plugin-proposal-throw-expressions,babel-plugin-transform-async-generator-functions,babel-plugin-transform-class-static-block,babel-plugin-transform-dynamic-import,babel-plugin-transform-export-namespace-from,babel-plugin-transform-json-strings,babel-plugin-transform-logical-assignment-operators,babel-plugin-transform-nullish-coalescing-operator,babel-plugin-transform-numeric-separator,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-catch-binding,babel-plugin-transform-optional-chaining,babel-plugin-transform-private-property-in-object,babel-preset-env- #16824 Inline one-line syntax plugins (@nicolo-ribaudo)
actions/checkout (actions/checkout)
v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by @orhantoy in https://github.com/actions/checkout/pull/1924
framer/motion (framer-motion)
v11.11.8
Fixed
- Fixing fallback
package.jsonfor entrypoints in older versions of Node.
v11.11.7
Fixed
- Improving generic value signature for
animate.
v11.11.6
Fixed
- Allowing generic motion value types in
animate.
v11.11.5
Fixed
- Removed ability to define CSS variables on
stylewithout casting, as this was conflicting with ReactCSSProperties.
v11.11.4
Fixed
- Memoize
AnimatePresencesafeToRemove. - Remove duplicate
layout="size"annotation.
v11.11.3
Fixed
- Remove
as anyrequirement for CSS variables.
v11.11.2
Fix
- Make
BezierDefinitionreadonlyfor easier definition outside aTransition.
tschaub/gh-pages (gh-pages)
v6.2.0
Assorted dependency updates and a documentation change.
- #581 - Update globby (@tschaub)
- #578 - Bump sinon from 18.0.0 to 19.0.2 (@tschaub)
- #579 - Bump eslint from 8.57.0 to 8.57.1 (@tschaub)
- #576 - Bump async from 3.2.5 to 3.2.6 (@tschaub)
- #573 - Bump mocha from 10.7.0 to 10.7.3 (@tschaub)
- #571 - Bump mocha from 10.6.0 to 10.7.0 (@tschaub)
- #569 - Bump mocha from 10.4.0 to 10.6.0 (@tschaub)
- #563 - Bump braces from 3.0.2 to 3.0.3 (@tschaub)
- #561 - Bump sinon from 17.0.2 to 18.0.0 (@tschaub)
- #557 - Bump sinon from 17.0.1 to 17.0.2 (@tschaub)
- #555 - Bump dir-compare from 4.2.0 to 5.0.0 (@tschaub)
- #550 - Bump mocha from 10.3.0 to 10.4.0 (@tschaub)
- #549 - Bump tmp from 0.2.1 to 0.2.3 (@tschaub)
- #548 - Bump eslint from 8.56.0 to 8.57.0 (@tschaub)
- #545 - Bump mocha from 10.2.0 to 10.3.0 (@tschaub)
- #541 - fix: update instruction for next.js (@multivoltage)
recharts/recharts (recharts)
v2.13.0
What's Changed
React 19 compat, fix annoying defaultProps warnings, bug fixes
Feat
-
React 19 compatibility - see https://github.com/recharts/recharts/issues/4558
peerDependenciesstill cannot be updated until release, but for now R19 beta/RC releases can be used with Recharts under the following conditions:- Your
react-isversion matches yourreactandreact-domversions: use your package manager'soverridefunctionality to match yourreact-isversion to your react version or else recharts elements will not show - see https://github.com/recharts/recharts/issues/4558#issuecomment-2135604065
- Your
-
CartesianGrid: add support forryprop to curve the corner of the grid background - progress on https://github.com/recharts/recharts/issues/3062
Fix
General: FixdefaultPropsusage in function components, removes warnings on all affected components - see https://github.com/recharts/recharts/issues/3615ReferenceLine: fix accidental removal of type annotation by @zackliscio in https://github.com/recharts/recharts/pull/4610Line/Area: fix issue whereclipDotwould not take effect if it was the only property indotProps@ckifer in https://github.com/recharts/recharts/pull/4674Tooltip: fix issue where tooltip would not show in certain cases ifdatawas set on the graphical item by @HHongSeungWoo in https://github.com/recharts/recharts/pull/4718X/YAxis: use correct, adapted event types by @ckifer in https://github.com/recharts/recharts/pull/4967Tooltip:defaultIndexout of range error by @ckifer in https://github.com/recharts/recharts/pull/5054Pie: fix duplicate key error @ckifer in https://github.com/recharts/recharts/pull/4958Text: fix duplicate key error by @ckifer in https://github.com/recharts/recharts/pull/5088 closes https://github.com/recharts/recharts/issues/5072
Typescript
- JSDoc comments will now be preserved in TypeScript definitions by @mxdvl in https://github.com/recharts/recharts/pull/5071
New Contributors
- @zackliscio made their first contribution in https://github.com/recharts/recharts/pull/4610
Full Changelog: https://github.com/recharts/recharts/compare/v2.12.7...v2.13.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.
Here's the code health analysis summary for commits d0a7e9e..5821b08. View details on DeepSource ↗.
Analysis Summary
| Analyzer | Status | Summary | Link |
|---|---|---|---|
| ✅ Success | View Check ↗ |
💡 If you’re a repository administrator, you can configure the quality gates from the settings.
⚡️ Lighthouse Report for the Deploy Preview of this PR 🚀
🔗 Site: CodeHarborHub | Live Site
| URL 🌐 | Performance | Accessibility | Best Practices | SEO | 📊 |
|---|---|---|---|---|---|
| / | 🔴 34 | 🟡 82 | 🟡 75 | 🟢 100 | 📄 |
| /docs | 🟡 50 | 🟢 90 | 🟢 96 | 🟢 100 | 📄 |
| /docs/category/javascript | 🟡 61 | 🟢 90 | 🟢 96 | 🟢 100 | 📄 |
| /courses | 🟡 54 | 🟢 90 | 🟢 96 | 🟢 100 | 📄 |
| /courses/category/reactjs | 🟡 66 | 🟢 90 | 🟢 96 | 🟢 100 | 📄 |
| /blog | 🟡 56 | 🟢 90 | 🟢 96 | 🟡 86 | 📄 |
| /showcase | 🟡 57 | 🟢 91 | 🟡 75 | 🟡 86 | 📄 |
| /community | 🟡 57 | 🟢 90 | 🟢 96 | 🟢 100 | 📄 |
| /docs/tags | 🟡 57 | 🟢 90 | 🟢 96 | 🟡 86 | 📄 |