Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@fingerprintjs/fingerprintjs 4.5.15.0.1 age confidence
@fortawesome/fontawesome-svg-core (source) 6.7.17.1.0 age confidence
@fortawesome/free-brands-svg-icons (source) 6.7.17.1.0 age confidence
@fortawesome/free-regular-svg-icons (source) 6.7.17.1.0 age confidence
@fortawesome/free-solid-svg-icons (source) 6.7.17.1.0 age confidence
@fortawesome/react-fontawesome 0.2.23.1.1 age confidence
@hookform/resolvers (source) 3.9.15.2.2 age confidence
@types/node (source) 22.9.124.10.6 age confidence
apexcharts (source) ^3.53.0^5.0.0 age confidence
bcrypt 5.1.16.0.0 age confidence
body-parser 1.20.32.2.2 age confidence
dotenv 16.4.517.2.3 age confidence
express (source) 4.21.15.2.1 age confidence
google-auth-library 9.15.010.5.0 age confidence
immer 10.1.111.1.3 age confidence
mongoose (source) 8.8.29.1.2 age confidence
multer 1.4.5-lts.12.0.2 age confidence
openai 4.73.06.16.0 age confidence
react (source) 16.14.019.2.3 age confidence
react-datepicker ^7.3.0^9.0.0 age confidence
react-dom (source) 16.14.019.2.3 age confidence
react-router (source) 6.28.07.12.0 age confidence
react-router-dom (source) 6.28.07.12.0 age confidence
web-vitals 4.2.45.1.0 age confidence
zustand 4.5.55.0.9 age confidence

This PR includes a major update. Please review the changes carefully.


Release Notes

fingerprintjs/fingerprintjs (@​fingerprintjs/fingerprintjs)

v5.0.1

Compare Source

🧹 Maintenance

  • chore: Updated README.md to reference v5 instead of v4, ensuring documentation reflects the latest version and usage examples.

v5.0.0

Compare Source

🚀 Release Notes

⚠️ Breaking Change
  • Build Target Updated: The TypeScript compilation target has been changed from ES5 to ES2018.
    This may affect compatibility with older environments that do not support ES2018 features. Please ensure your runtime environment supports ES2018 before upgrading.
✨ Other Changes
  • License Update: The project license has been changed from BUSL-1.1 to MIT, making it more permissive and open for community use and contribution.

v4.6.2

Compare Source

  • Handle special Inifinty case in AudioBaseLatency component (#​1093)

v4.6.1

Compare Source

  • Fix an error occurring when navigator.vendor is undefined (#​1082)

v4.6.0

Compare Source

  • Stop supporting old browsers:

    • Safari 12
    • Firefox 88 and older
    • Chrome 72 and older

    They cover 0.06% of all usages according to the Fingerprint Pro statistics. FingerprintJS won't stop working in these browsers immediately, we just won't check in them. See the list of currently supported browsers in the browser support guide.

  • Added window.Intl.DateTimeFormat().resolvedOptions().locale as a new entropy source, enhancing user environment insights.

FortAwesome/Font-Awesome (@​fortawesome/fontawesome-svg-core)

v7.1.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v7.0.1

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v7.0.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.7.2

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

FortAwesome/react-fontawesome (@​fortawesome/react-fontawesome)

v3.1.1

Compare Source

Bug Fixes
  • WCAG: allow custom role attribute on svgs like previous versions (ef4986b)
Documentation
  • remove irrelevant upgrade guide from 0.1-0.2x (7d41077)
Chores

v3.1.0

Compare Source

Features
  • custom cssPrefix support (ad42835)
  • layers: add support for layers with FontAwesomeLayers component (2c84902)
Bug Fixes
  • better export path for CustomPrefixProvider (663cd25)
  • browser-support: don't use string.replaceAll to fix safari 12 support (1776e3a)
Testing
  • layers: add unit tests for FontAwesomeLayers (d31480b)
  • utils: unit tests for withPrefix utility (982f649)
Documentation
  • add inline documentation for CustomPrefixProvider (46f69d4)
  • remove .env requirement (c942c6a)
Chores

v3.0.2

Compare Source

Bug Fixes
  • constants: resolve JSON import errors for vite/remix users (850a804)
  • test: flaky converter performance test in CI (8f43f0e)
  • WCAG: correctly read aria-label and ensure aria-hidden is false when label present (19ddeb3)
Testing
  • converter: fix unit test for aria-label handling (8c49cdc)
  • remove flaky test (f9605ab)
  • remove unnecessary test conditionals for v5 (fd5bf9b)
Chores
  • don't include release notes in release commit (78ce3f8)
  • dx: integrate semantic-release and commitlint (de5b958)
  • remove dependency on semver (066019b)
  • update release config for better changelogs (7d2c242)
CI/CD
  • actions: refactor CI workflow to split some jobs out of matrix (d0d1fb6)
  • actions: use commitlint github action (4ab8726)
  • use public npm registry for npm ci (69ea57b)

v3.0.1

Compare Source

Bug Fixes
  • Added additional module resolution configs in package.json (b078d99)
  • Refactored SVGCore version checks to use dynamic import to fix #​589 (bc7cad0)

v3.0.0

Compare Source

BREAKING
  • Dropped support for end-of-life FontAwesome versions (below v6), Node versions (below 20.x) and React versions (below 18.x)
  • Dropped support for browser versions that don't support the ES2020 standard, namely JavaScript built-in: globalThis
Changes
  • Rewrote the entire library from plain JavaScript to TypeScript
  • Replaced rollup with tsup for providing both ESM and CJS exports from one TypeScript source
  • Removed prop-types in favour of colocated typings for React component props
  • Added better type definitions to each prop including examples of usage
  • Upgraded eslint from v6 to v9, rewrote config as Flat Config, modernised ESLint config, plugins and rules
  • Refactored all unit tests from the deprecated react-test-renderer to the industry standard @testing-library/react
  • Upgraded all other development dependencies to latest versions as of release date
  • Optimised FontAwesomeIcon by reducing per-render function calls and memory allocations
  • Optimised classList function by removing runtime semver checks and array operations
  • Optimised converter with a full rewrite for significant performance increases (~70%)
  • Moved inline class strings from getClassListFromProps to pre-computed maps
Bug Fixes
  • Fixed accessibility ID generation (titleId, maskId) for SSR ensuring a consistent ID across server and client renders (#​93, #​550, #​573)
  • Fixed TypeScript errors when styling duotone icons with CSS variables (#​509)
  • Fixed aria-hidden so it is false if there is a non-empty aria-label attribute (#​126)
  • Resolved large number of npm audit issues by removing and updating dependencies

v0.2.6

Compare Source

Fixed

  • check for existence of process before reading process.env (#​585)

Full Changelog: FortAwesome/react-fontawesome@0.2.5...0.2.6

v0.2.5

Compare Source

What's Changed

New Contributors

Full Changelog: FortAwesome/react-fontawesome@0.2.4...0.2.5

v0.2.3

Compare Source

Changed
  • Font Awesome Pro+ icons are now available with an active Pro+ subscription.

  • Removed example directory and files

  • Deprecated fa-fw prop

Added
  • Added widthAuto prop

  • Added rotateBy prop

react-hook-form/resolvers (@​hookform/resolvers)

v5.2.2

Compare Source

Bug Fixes

v5.2.1

Compare Source

Bug Fixes

v5.2.0

Compare Source

Features

v5.1.1

Compare Source

Bug Fixes

v5.1.0

Compare Source

Features
  • support Zod 4, Zod v4 mini, and retains compatibility with Zod v3. (#​777) (8d083bd)

v5.0.1

Compare Source

Bug Fixes
  • relax version constraint for react-hook-form 7.55.0 → ^7.55.0 (#​758) (6e88393)

v5.0.0

Compare Source

Features
BREAKING CHANGES
  • Requires react-hook-form@​7.55.0 or higher

Before
Prior to V5, some projects used manual types like

useForm<FormValues>();

After
With V5, the correct approach is:

useForm<Input, Context, Output>();
useForm<FormInputValues, Context, FormOutputValues>();

This update enables distinct outputs when utilizing features like transform from validation libraries.

ℹ️ The best approach is to let the types be inferred from your schema, rather than manually defining them.

v4.1.3

Compare Source

Bug Fixes
  • escape square brackets in field name regex pattern (#​752) (50dd4ad)

v4.1.2

Compare Source

Bug Fixes

v4.1.1

Compare Source

Bug Fixes
  • standard-schema: Propertly handle object path segments (#​746) (8ffada0)

v4.1.0

Compare Source

Features

v4.0.0

Compare Source

Bug Fixes
  • add support for names option (#​713) (985c48d)
  • arktypeResolver: resolve type error when schema is defined from an ArkType scope (#​732) (3233667)
  • handle raw: true option to pass form submission values correctly (#​733) (7807f95)
  • validateFieldsNatively: handle undefined object when reading 'refs' (#​734) (3da2054)
Features
  • ajv: Keep original validation type while using errorMessage (#​728) (5030a59)
  • effectResolver: returns either all errors or only the first one based on criteriaMode (#​737) (12d7d8e)
  • standard-schema: add standard-schema resolver (#​738) (b75a95a)
BREAKING CHANGES
  • ajv: The AJV Resolver now unwraps the errorMessage object to return the original error types. This update may introduce breaking changes to your projects.

v3.10.0

Compare Source

Features
apexcharts/apexcharts.js (apexcharts)

v5.3.6: 💎 Version 5.3.6

Compare Source

What's Changed

New Contributors

Full Changelog: apexcharts/apexcharts.js@v5.3.3...v5.3.6

v5.3.5

Compare Source

v5.3.4

Compare Source

v5.3.3: 💎 Version 5.3.3

Compare Source

What's Changed

  • Added data parsing support for candlestick, boxplot, rangeBar and bubble charts
  • Reset parsing flags during update when data is parsed. Fixes updateSeries and updateOptions bugs when parsing data.
  • Feature/control legend css injection by @​leechoohyoung in #​5074
  • Unhide pan/zoomselect for mobile/touch devices by @​vingerha in #​5081
  • Add a missing type and removes an unused type by @​Jo-varo in #​5065
  • Update LICENSE by @​jberes in #​5087

New Contributors

Full Changelog: apexcharts/apexcharts.js@v5.3.0...v5.3.3

v5.3.2

Compare Source

v5.3.1

Compare Source

v5.3.0: 💎 Version 5.3.0

Compare Source

What's changed

  • Data Parsing capabilites.
    ApexCharts now supports direct parsing and mapping of raw data objects, eliminating the need for manual data transformation. Complete documentation for this feature - https://apexcharts.com/docs/parsing-data/
  • Pie/Donut/RadialBar series formats
    These chart types now support XY series formats making it consistent with the rest of the chart types. Read the documentation for this change - https://apexcharts.com/docs/series/

v5.2.0

Compare Source

v5.1.0

Compare Source

v5.0.0

Compare Source

v4.7.0: 💎 Version 4.7.0

Compare Source

What's Changed

Cleaned up misplaced resolve() call in updateOptions()

v4.6.0: 💎 Version 4.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: apexcharts/apexcharts.js@v4.5.0...v4.6.0

v4.5.0: 💎 Version 4.5.0

Compare Source

What's Changed

  • getSvgString() method is now public which allows users to get SVG string of the chart by calling method on the chart instance.
  • fixes #​2963, fixes #​3452; safari bugs fixed by removing legend from svg foreignObject
  • fixes #​4937; data label issue when hideZeroBarsWhenGrouped
  • fixes #​4940; fixes #​4935; x-axis ticks improvements
  • fix #​4939; hideZeroBarsWhenGrouped in column chart
  • fix #​4932; tooltip color in pie/donut charts

Full Changelog: apexcharts/apexcharts.js@v4.4.0...v4.5.0

v4.4.0: 💎 Version 4.4.0

Compare Source

What's Changed

  • fix #​4868; reflect marker shapes in tooltip
  • fixes #​1753; fixes #​3641; markers disappearing after hover
  • fixes #​4790; fixes #​4791; fix marker bug when null values were present
  • Added support for the Angular compiler. by @​jeroen1602 in #​4691
  • Fix getting decimal part of numbers close to 0 by @​obiwac in #​4909
  • fix #​3754; crosshair position in stacked columns
  • fix #​4890; radar chart marker over y-axis fix
  • fix #​3439; shared tooltip fix in bar chart
  • fix #​3661; series-title in multi-series treemap
  • fix #​4230; total stacked label alignment fix
  • fix #​4901; dataURI scaling issue
  • fix #​4897; fix bug which cropped line when value was zero
  • fix #​4904; x-axis range annotations disappearing on zoom
  • fix #​4907; multiple y-axis error when series is empty
  • fix #​4914; custom-tooltip was removed on redraw
  • make default stroke.lineCap as square in bar charts
  • fixes #​4895; brush chart bugfix

New Contributors

Full Changelog: apexcharts/apexcharts.js@v4.3.0...v4.4.0

v4.3.0: 💎 Version 4.3.0

Compare Source

What's Changed

  • improve datapoint detection on mousehover for correct tooltip position
  • fix #​4869; custom tooltip can return html element
  • fix #​4876; stacked columns when uneven data is provided
  • fix heatmap for uneven numeric x-axis
  • fix #​4854; same stroke color when range color is used in bar
  • fixes #​1453; date change when day changes in hour scale
  • fix #​4863; reactivity issue in react and vue
  • fixes #​4856; tooltip jump in irregular time series
  • fixes #​4858; x-axis tick misalignment in bar chart
  • restores #​4782 (isolated point in line chart not closing path) by @​bautisflow in #​4871
  • Remove use of global ApexCharts class by @​SmithKy3 in #​4884

New Contributors

Full Changelog: apexcharts/apexcharts.js@v4.2.0...v4.3.0

v4.2.0: 💎 Version 4.2.0

Compare Source

What's Changed

  • Fix logarithmic scale drawing candle-like shape by @​tim-net in #​4830
  • Fix heatmap gaps and ticket alignment by @​dschweinbenz in #​4838
  • Addition of multi-series color candle Chart by @​Kim-Taehyeong in #​4836
  • fix #​3191; zoom selection in bar chart was offset by some pixels
  • fix #​4809 heatmap: align different ticks and gaps in timeseries
  • fix #​3907; group legends in grouped-stacked charts
  • fix #​4846; pie chart rendering issue in shadowDOM
  • fix #​4853; resizing selection rect now updates main chart
  • revert #​4782; fixes #​4855; toggling issue in line charts
  • fix #​3466; correct date when 1st value in x-axis is last day of month
Documentation update
  • Migrated all react samples from class components to functional components

New Contributors

Full Changelog: apexcharts/apexcharts.js@v4.1.0...v4.2.0

v4.1.0: 💎 Version 4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: apexcharts/apexcharts.js@v4.0.0...v4.1.0

v4.0.0: 💎 Version 4.0.0

Compare Source


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.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 29, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: client/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/apexcharts
npm error   apexcharts@"^5.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer apexcharts@"^3.41.0" from [email protected]
npm error node_modules/react-apexcharts
npm error   react-apexcharts@"^1.4.1" from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/apexcharts
npm error   peer apexcharts@"^3.41.0" from [email protected]
npm error   node_modules/react-apexcharts
npm error     react-apexcharts@"^1.4.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-01-10T01_39_32_462Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-01-10T01_39_32_462Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-all-major-updates branch from c5c1400 to f5e65c6 Compare October 30, 2024 14:31
@renovate renovate bot force-pushed the renovate/major-all-major-updates branch from f5e65c6 to dea6782 Compare November 23, 2024 09:01
@renovate renovate bot force-pushed the renovate/major-all-major-updates branch from dea6782 to 8f47847 Compare February 1, 2025 01:26
@renovate renovate bot force-pushed the renovate/major-all-major-updates branch 2 times, most recently from d1ff080 to 2eaaf52 Compare March 31, 2025 16:03
@renovate renovate bot force-pushed the renovate/major-all-major-updates branch 2 times, most recently from bade95a to 51c53ce Compare May 15, 2025 03:36
@renovate renovate bot force-pushed the renovate/major-all-major-updates branch from 51c53ce to 50d043c Compare May 19, 2025 23:08
@renovate renovate bot force-pushed the renovate/major-all-major-updates branch 4 times, most recently from 4ff9c03 to 0310c7e Compare June 3, 2025 18:43
@renovate renovate bot force-pushed the renovate/major-all-major-updates branch 5 times, most recently from c6abae7 to fe511cc Compare June 12, 2025 11:14
@renovate renovate bot force-pushed the renovate/major-all-major-updates branch 4 times, most recently from 19f9fe7 to 0c13333 Compare June 23, 2025 19:24
@renovate renovate bot force-pushed the renovate/major-all-major-updates branch 5 times, most recently from b13f447 to e1ca45f Compare July 1, 2025 19:15
@renovate renovate bot force-pushed the renovate/major-all-major-updates branch 3 times, most recently from be08ef0 to 6c0a9c7 Compare July 9, 2025 16:54
@renovate renovate bot force-pushed the renovate/major-all-major-updates branch 2 times, most recently from da4f36a to a2cc546 Compare November 5, 2025 11:14
@renovate renovate bot force-pushed the renovate/major-all-major-updates branch 4 times, most recently from 4cb40c1 to f9092f8 Compare November 18, 2025 22:36
@renovate renovate bot force-pushed the renovate/major-all-major-updates branch 3 times, most recently from accb43f to a029dd9 Compare November 24, 2025 18:35
@renovate renovate bot force-pushed the renovate/major-all-major-updates branch 5 times, most recently from 0a9d10f to d2eb2d9 Compare December 8, 2025 13:35
@renovate renovate bot force-pushed the renovate/major-all-major-updates branch 5 times, most recently from 8cb9cb8 to 1483012 Compare December 15, 2025 17:00
@renovate renovate bot force-pushed the renovate/major-all-major-updates branch 4 times, most recently from d6f78ea to 29b4bbe Compare December 19, 2025 04:28
@renovate renovate bot force-pushed the renovate/major-all-major-updates branch 3 times, most recently from 24f218c to a095b79 Compare January 5, 2026 18:41
@renovate renovate bot force-pushed the renovate/major-all-major-updates branch 2 times, most recently from 03cdb02 to 4d7adf5 Compare January 8, 2026 18:00
@renovate renovate bot force-pushed the renovate/major-all-major-updates branch from 4d7adf5 to 101f9c6 Compare January 10, 2026 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant