clomonitor
clomonitor copied to clipboard
Bump the frontend group across 1 directory with 15 updates
Bumps the frontend group with 15 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.2.0 |
react-router-dom | 6.22.2 |
6.23.0 |
@testing-library/jest-dom | 6.4.2 |
6.4.5 |
@types/lodash | 4.14.202 |
4.17.1 |
@types/node | 20.11.24 |
20.12.10 |
@types/react-syntax-highlighter | 15.5.11 |
15.5.13 |
eslint-plugin-simple-import-sort | 12.0.0 |
12.1.0 |
minimatch | 9.0.3 |
9.0.4 |
sass | 1.71.1 |
1.76.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.2.0
Release notes
Sourced from react-icons's releases.
v5.2.0
What's Changed
- remove data-* attributes by
@kamijin-fanta
in react-icons/react-icons#936- icons version up 2024-04-30 by
@kamijin-fanta
in react-icons/react-icons#937- update lerna by
@kamijin-fanta
in react-icons/react-icons#938- Update pacakges by
@kamijin-fanta
in react-icons/react-icons#939Full Changelog: https://github.com/react-icons/react-icons/compare/v5.1.0...v5.2.0
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
... (truncated)
Commits
4fb5f38
fix env in actions0cab427
pass token to gh cli36fb415
v5.2.08db68a9
generate release notes in actionsb385ec1
update readmead5e9f6
Update pacakges (#939)ef2c902
update lerna (#938)1981a3e
icons version up 2024-04-30 (#937)96fca73
remove data-* attributes (#936)3a6e45b
vscode settings- Additional commits viewable 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 @testing-library/jest-dom
from 6.4.2 to 6.4.5
Release notes
Sourced from @testing-library/jest-dom
's releases.
v6.4.5
6.4.5 (2024-05-03)
Bug Fixes
v6.4.4
6.4.4 (2024-05-03)
Bug Fixes
v6.4.3
6.4.3 (2024-05-03)
Bug Fixes
Commits
e8c8b13
fix: add js suffix to isEqualWith import (#599)f03a582
fix(infra): codecoverage token addition (#600)20aca33
fix: Updates role support for aria-required attribute intoBeRequired
(#590)bd82f64
refactor: replace lodash with own implementation when possible (#593)- See full diff in compare view
Updates @types/lodash
from 4.14.202 to 4.17.1
Commits
- See full diff in compare view
Updates @types/node
from 20.11.24 to 20.12.10
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 @types/react-syntax-highlighter
from 15.5.11 to 15.5.13
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.76.0
Release notes
Sourced from sass's releases.
Dart Sass 1.76.0
To install Sass 1.76.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Throw errors for misplaced statements in keyframe blocks.
Mixins and functions whose names begin with
--
are now deprecated for forwards-compatibility with the in-progress CSS functions and mixins spec. This deprecation is namedcss-function-mixin
.See the full changelog for changes in earlier 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
... (truncated)
Changelog
Sourced from sass's changelog.
1.76.0
Throw errors for misplaced statements in keyframe blocks.
Mixins and functions whose names begin with
--
are now deprecated for forwards-compatibility with the in-progress CSS functions and mixins spec. This deprecation is namedcss-function-mixin
.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
... (truncated)
Commits
264b2d5
Deprecate function and mixin names beginning with--
(#2230)f145e1c
Throw errors for misplaced statements in keyframe blocks (#2226)eafc279
Explicitly add a breaking change exemption for invalid CSS output (#2225)b97f26f
Add a per-importer cache for loads that aren't cacheable en masse (#2219)2a9eaad
Implement access tracking for containingUrl (#2220)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)- 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