clomonitor
clomonitor copied to clipboard
Bump the frontend group across 1 directory with 13 updates
Bumps the frontend group with 13 updates in the /web directory:
Package | From | To |
---|---|---|
apexcharts | 3.46.0 |
3.49.0 |
react | 18.2.0 |
18.3.1 |
@types/react | 18.2.62 |
18.3.1 |
react-dom | 18.2.0 |
18.3.1 |
@types/react-dom | 18.2.19 |
18.3.0 |
react-icons | 5.0.1 |
5.1.0 |
react-router-dom | 6.22.2 |
6.23.0 |
@types/lodash | 4.14.202 |
4.17.0 |
@types/node | 20.11.24 |
20.12.7 |
eslint-plugin-simple-import-sort | 12.0.0 |
12.1.0 |
minimatch | 9.0.3 |
9.0.4 |
sass | 1.71.1 |
1.75.0 |
typescript | 5.3.3 |
5.4.5 |
Updates apexcharts
from 3.46.0 to 3.49.0
Release notes
Sourced from apexcharts's releases.
💎 Version 3.49.0
🐞 Bug fixes
- Fix gradient fill glitches for series with nulls - by
@rosco54
- Fix point annotation still visible when referenced series is collapsed. - by
@rosco54
- Additional fixes for indexing errors using yaxis-series mappings after - by
@rosco54
- Fixed Issue #3525. - by
@rosco54
- added color evaluation function in Bar.js under stroke property - by
@Digvijayrao-KF
- Radar chart bugfix #4371
- Update zh-tw.json - by
@iblislin
- Fixed #4402 by
@rosco54
💎 Version 3.48.0
🆕 Enhancements
- Provide a "step before" version of the current "step after" line chart; Fixes #4313
- Use ShadowRoot getElementById() when in ShadowDOM; Thanks
@cyraid
🐞 Bug fixes
- Fixes apexcharts/apexcharts.js#4323 (multiple y-axis scale fixes for backward compatibility)
- Zoomed scale fixes - In zoomed charts, ensure the Y axis scale fits the full min..max range of Y values
- Fix css nonce attribute
- Improve grid-rect to prevent bar overflowing on x-axis
- When chart is type 'bar', ensure reference to zero is maintained
- Fixes apexcharts/apexcharts.js#2757 (annotation overflow)
- Fixes apexcharts/apexcharts.js#3073 (annotation overflow)
- Fixes apexcharts/apexcharts.js#3421 (annotation overflow)
- Fixes apexcharts/apexcharts.js#3553 (annotation overflow)
- Fixes apexcharts/apexcharts.js#4081 (x-axis annotation fix in sparkline)
Thanks
@rosco54
for multiple y-axis scale fixes💎 Version 3.47.0
🆕 Enhancements
- Map multiple series to the same y-axis scales (in a multi-axes chart) - fixes #4237
🐞 Bug fixes
- Area chart gradient drawing glitch; fixes #4271
- Point annotation fix when y-axis is not present (in case of sparkline or hidden y-axis)
- When chart is type 'bar', ensure reference to zero is maintained
Thanks
@rosco54
for y-axis scale improvements
Commits
106a7ea
build - 3.49.0697b4e6
3.49.0dfd0973
Merge pull request #4405 from rosco54/Fix_for_merged_pull_request_4363c42f811
Merge pull request #4395 from iblislin/main2859dd0
Merge pull request #4403 from rosco54/Issue_4402abb5542
In niceScale() when passed yMin and yMax indicate no data, cannot6b71376
Fix issue 4402afb554a
Update zh-tw.json9158723
Merge branch 'main' of https://github.com/apexcharts/apexcharts.js3c438a3
radar fix #4371- Additional commits viewable in compare view
Updates react
from 18.2.0 to 18.3.1
Release notes
Sourced from react's releases.
18.3.1 (April 26, 2024)
- Export
act
fromreact
f1338f18.3.0 (April 25, 2024)
This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
- Allow writing to
this.refs
to support string ref codemod 909071- Warn for deprecated
findDOMNode
outside StrictMode c3b283- Warn for deprecated
test-utils
methods d4ea75- Warn for deprecated Legacy Context outside StrictMode 415ee0
- Warn for deprecated string refs outside StrictMode #25383
- Warn for deprecated
defaultProps
for function components #25699- Warn when spreading
key
#25697- Warn when using
act
fromtest-utils
d4ea75React DOM
Changelog
Sourced from react's changelog.
18.3.1 (April 26, 2024)
- Export
act
fromreact
f1338f18.3.0 (April 25, 2024)
This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
- Allow writing to
this.refs
to support string ref codemod 909071- Warn for deprecated
findDOMNode
outside StrictMode c3b283- Warn for deprecated
test-utils
methods d4ea75- Warn for deprecated Legacy Context outside StrictMode 415ee0
- Warn for deprecated string refs outside StrictMode #25383
- Warn for deprecated
defaultProps
for function components #25699- Warn when spreading
key
#25697- Warn when using
act
fromtest-utils
d4ea75React DOM
Commits
Maintainer changes
This version was pushed to npm by react-bot, a new releaser for react since your current version.
Updates @types/react
from 18.2.62 to 18.3.1
Commits
- See full diff in compare view
Updates react-dom
from 18.2.0 to 18.3.1
Release notes
Sourced from react-dom's releases.
18.3.1 (April 26, 2024)
- Export
act
fromreact
f1338f18.3.0 (April 25, 2024)
This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
- Allow writing to
this.refs
to support string ref codemod 909071- Warn for deprecated
findDOMNode
outside StrictMode c3b283- Warn for deprecated
test-utils
methods d4ea75- Warn for deprecated Legacy Context outside StrictMode 415ee0
- Warn for deprecated string refs outside StrictMode #25383
- Warn for deprecated
defaultProps
for function components #25699- Warn when spreading
key
#25697- Warn when using
act
fromtest-utils
d4ea75React DOM
Changelog
Sourced from react-dom's changelog.
18.3.1 (April 26, 2024)
- Export
act
fromreact
f1338f18.3.0 (April 25, 2024)
This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
- Allow writing to
this.refs
to support string ref codemod 909071- Warn for deprecated
findDOMNode
outside StrictMode c3b283- Warn for deprecated
test-utils
methods d4ea75- Warn for deprecated Legacy Context outside StrictMode 415ee0
- Warn for deprecated string refs outside StrictMode #25383
- Warn for deprecated
defaultProps
for function components #25699- Warn when spreading
key
#25697- Warn when using
act
fromtest-utils
d4ea75React DOM
Commits
d6c42f7
Bump to 18.3.18a015b6
Add deprecation warning for unmountComponentAtNodec3b2839
Add deprecation warning for findDOMNoded4ea75d
ReactDOMTestUtils deprecation warnings7548c01
DeprecaterenderToStaticNodeStream
(#28872) (#28874)5894232
Enable warning for defaultProps on function components for everyone (#25699)c2a246e
Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)2cfb474
Bump version from 18.2 to 18.3- See full diff in compare view
Maintainer changes
This version was pushed to npm by react-bot, a new releaser for react-dom since your current version.
Updates @types/react-dom
from 18.2.19 to 18.3.0
Commits
- See full diff in compare view
Updates react-icons
from 5.0.1 to 5.1.0
Release notes
Sourced from react-icons's releases.
v5.1.0
What's Changed
- Icon sets update https://github.com/react-icons/react-icons/commit/454170000eb241cf78a23609fb6e47f86de079f4
- Fix Grammatical Error by
@daggy1234
in react-icons/react-icons#904- Bump follow-redirects from 1.15.4 to 1.15.6 by
@dependabot
in react-icons/react-icons#917- Bump webpack-dev-middleware from 5.3.3 to 5.3.4 by
@dependabot
in react-icons/react-icons#922- Bump express from 4.18.2 to 4.19.2 by
@dependabot
in react-icons/react-icons#924- Bump vite from 4.5.1 to 4.5.3 by
@dependabot
in react-icons/react-icons#927- Update Simple Icons version in index.ts by
@bneeland
in react-icons/react-icons#921New Contributors
@daggy1234
made their first contribution in react-icons/react-icons#904@bneeland
made their first contribution in react-icons/react-icons#921Full Changelog: https://github.com/react-icons/react-icons/compare/v5.0.1...v5.1.0
Commits
95168b9
v5.1.04541700
update iconse32566d
5.0.2-snapshot.0ea533cf
Update index.ts (#921)18af0ad
Bump vite from 4.5.1 to 4.5.3 (#927)c15a3c4
Bump express from 4.18.2 to 4.19.2 (#924)a5cfc0d
Bump webpack-dev-middleware from 5.3.3 to 5.3.4 (#922)2f3f3fa
Bump follow-redirects from 1.15.4 to 1.15.6 (#917)3b5d4d8
Update icondetailmodal.tsx (#904)3581372
fix build scripts- See full diff in compare view
Updates react-router-dom
from 6.22.2 to 6.23.0
Release notes
Sourced from react-router-dom's releases.
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- 44bce3c6: Fix
react-router-dom
peer dependency version[email protected]
... (truncated)
Changelog
Sourced from react-router-dom's changelog.
6.23.0
Minor Changes
- Add a new
unstable_dataStrategy
configuration option (#11098)
- This option allows Data Router applications to take control over the approach for executing route loaders and actions
- The default implementation is today's behavior, to fetch all loaders in parallel, but this option allows users to implement more advanced data flows including Remix single-fetch, middleware/context APIs, automatic loader caching, and more
Patch Changes
- Updated dependencies:
@remix-run/[email protected]
[email protected]
6.22.3
Patch Changes
- Updated dependencies:
@remix-run/[email protected]
[email protected]
Commits
82a3a77
chore: Update version for release (#11486)8a20f32
chore: Update version for release (pre) (#11387)88ec71a
chore: Update version for release (pre) (#11379)12afb2e
Migrate to pnpm (#11358)c7dd3d3
Data Strategy Configuration (#11098)67009e1
chore: Update version for release (#11329)0c37f37
chore: Update version for release (pre) (#11327)- See full diff in compare view
Updates @types/lodash
from 4.14.202 to 4.17.0
Commits
- See full diff in compare view
Updates @types/node
from 20.11.24 to 20.12.7
Commits
- See full diff in compare view
Updates @types/react
from 18.2.62 to 18.3.1
Commits
- See full diff in compare view
Updates @types/react-dom
from 18.2.19 to 18.3.0
Commits
- See full diff in compare view
Updates eslint-plugin-simple-import-sort
from 12.0.0 to 12.1.0
Changelog
Sourced from eslint-plugin-simple-import-sort's changelog.
Version 12.1.0 (2024-04-13)
This release adds TypeScript type definitions for the plugin itself. This is useful when you use TypeScript to check your ESLint configuration. It assumes that you install
@types/eslint
yourself. Thanks to@Logicer16
!
Commits
61c4674
eslint-plugin-simple-import-sort v12.1.03b0f491
Add types (#164)f206644
Bump vite from 5.1.1 to 5.2.8 (#162)f5dc379
Add 2024 to LICENSEa562d8d
Merge pull request #159 from lydell/updatesbcf8a3f
Enable more vitest ESLint rules164c4d6
Test import attributes instead of deprecated import assertions80867d1
Dogfood the rule on the test folder67bd361
Update everything, switch to Vitest- See full diff in compare view
Updates minimatch
from 9.0.3 to 9.0.4
Commits
Updates sass
from 1.71.1 to 1.75.0
Release notes
Sourced from sass's releases.
Dart Sass 1.75.0
To install Sass 1.75.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Fix a bug in which stylesheet canonicalization could be cached incorrectly when custom importers or the Node.js package importer made decisions based on the URL of the containing stylesheet.
JS API
- Allow
importer
to be passed withouturl
inStringOptionsWithImporter
.See the full changelog for changes in earlier releases.
Dart Sass 1.74.1
To install Sass 1.74.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- No user-visible changes.
See the full changelog for changes in earlier releases.
Dart Sass 1.72.0
To install Sass 1.72.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Support adjacent
/
s without whitespace in between when parsing plain CSS expressions.Allow the Node.js
pkg:
importer to load Sass stylesheets forpackage.json
exports
field entries without extensions.When printing suggestions for variables, use underscores in variable names when the original usage used underscores.
JavaScript API
- Properly resolve
pkg:
imports with the Node.js package importer when arguments are passed to the JavaScript process.See the full changelog for changes in earlier releases.
Changelog
Sourced from sass's changelog.
1.75.0
- Fix a bug in which stylesheet canonicalization could be cached incorrectly when custom importers or the Node.js package importer made decisions based on the URL of the containing stylesheet.
JS API
- Allow
importer
to be passed withouturl
inStringOptionsWithImporter
.1.74.1
- No user-visible changes.
1.74.0
JS API
Add a new top-level
deprecations
object, which contains variousDeprecation
objects that define the different types of deprecation used by the Sass compiler and can be passed to the options below.Add a new
fatalDeprecations
compiler option that causes the compiler to error if any deprecation warnings of the provided types are encountered. You can also pass in aVersion
object to treat all deprecations that were active in that Dart Sass version as fatal.Add a new
futureDeprecations
compiler option that allows you to opt-in to certain deprecations early (currently justimport
).Add a new
silenceDeprecations
compiler option to ignore any deprecation warnings of the provided types.Command-Line Interface
Add a new
--silence-deprecation
flag, which causes the compiler to ignore any deprecation warnings of the provided types.Previously, if a future deprecation was passed to
--fatal-deprecation
but not--future-deprecation
, it would be treated as fatal despite not being enabled. Both flags are now required to treat a future deprecation as fatal with a warning emitted if--fatal-deprecation
is passed without--future-deprecation
, matching the JS API's behavior.Dart API
The
compile
methods now take in asilenceDeprecations
parameter, which causes the compiler to ignore any deprecation warnings of the provided types.Add
Deprecation.obsoleteIn
to match the JS API. This is currently null for
... (truncated)
Commits
821b98e
Don't cache canonicalize calls whencontainingUrl
is available (#2215)c5aff1b
Make it possible to build npm with a linked language repo (#2214)1137797
Fix bulma and release 1.74.1 (#2210)d9220d9
Complete implementation the deprecations API (#2207)783c248
Fix typo in function documentation (#2205)c8d0643
Better handle filesystem importers when load paths aren't necessary (#2203)9302b35
Add support for nesting in plain CSS (#2198)772280a
Support linux-riscv64 and windows-arm64 (#2201)ce16b35
Cut a release (#2194)9af6bbf
Properly handlepkg:
imports with args (#2193)- Additional commits viewable in compare view
Updates typescript
from 5.3.3 to 5.4.5
Release notes
Sourced from typescript's releases.
TypeScript 5.4.5
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.4.0 (Beta).
- fixed issues query for Typescript 5.4.1 (RC).
- fixed issues query for Typescript 5.4.2 (Stable).
- fixed issues query for Typescript 5.4.3 (Stable).
- fixed issues query for Typescript 5.4.4 (Stable).
- fixed issues query for Typescript 5.4.5 (Stable).
Downloads are available on:
TypeScript 5.4.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.4.0 (Beta).
- fixed issues query for Typescript 5.4.1 (RC).
- fixed issues query for Typescript 5.4.2 (Stable).
- fixed issues query for Typescript 5.4.3 (Stable).
- fixed issues query for Typescript 5.4.4 (Stable).
Downloads are available on:
TypeScript 5.4.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.4.0 (Beta).
- fixed issues query for Typescript 5.4.1 (RC).
- fixed issues query for Typescript 5.4.2 (Stable).
- fixed issues query for Typescript 5.4.3 (Stable).
Downloads are available on:
TypeScript 5.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
... (truncated)
Commits
27bcd4c
Update LKG9f33bf1
🤖 Pick PR #58098 (Fix constraints of nested homomorph...) into release-5.4 (#...71b2f84
Bump version to 5.4.5 and LKG892936f
🤖 Pick PR #58083 (Don't propagate partial union/inter...) into release-5.4 (#...38a7c05
release-5.4: Always set node-version for setup-node (#58117)b754fc3
🤖 Pick PR #57778 (fix type import check for default-i...) into release-5.4 (#...8eb3367
Bump version to 5.4.4 and LKGde9096b
🤖 Pick PR #57871 (Divide-and-conquer strategy for int...) into release-5.4 (#...06aae98
🤖 Pick PR #57973 (Compare package.json paths with cor...) into release-5.4 (#...6d8134e
🤖 Pick PR #57637 (Fixed a regression related to deter...) into release-5.4 (#...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions