lccn_predictor
lccn_predictor copied to clipboard
⬆️ chore(deps): Bump the all group in /client with 18 updates
Bumps the all group in /client with 18 updates:
Package | From | To |
---|---|---|
@fortawesome/fontawesome-svg-core | 6.5.1 |
6.5.2 |
@fortawesome/free-solid-svg-icons | 6.5.1 |
6.5.2 |
echarts | 5.4.3 |
5.5.0 |
react | 18.2.0 |
18.3.1 |
@types/react | 18.2.45 |
18.3.1 |
react-dom | 18.2.0 |
18.3.1 |
@types/react-dom | 18.2.18 |
18.3.0 |
react-router-dom | 6.21.0 |
6.23.0 |
swr | 2.2.4 |
2.2.5 |
autoprefixer | 10.4.16 |
10.4.19 |
daisyui | 4.4.20 |
4.10.3 |
eslint | 8.56.0 |
9.1.1 |
eslint-plugin-react | 7.33.2 |
7.34.1 |
eslint-plugin-react-hooks | 4.6.0 |
4.6.2 |
eslint-plugin-react-refresh | 0.4.5 |
0.4.6 |
postcss | 8.4.32 |
8.4.38 |
tailwindcss | 3.3.7 |
3.4.3 |
vite | 5.0.10 |
5.2.10 |
Updates @fortawesome/fontawesome-svg-core
from 6.5.1 to 6.5.2
Release notes
Sourced from @fortawesome/fontawesome-svg-core
's releases.
Release 6.5.2
Change log available at https://fontawesome.com/docs/changelog/
Commits
Updates @fortawesome/free-solid-svg-icons
from 6.5.1 to 6.5.2
Release notes
Sourced from @fortawesome/free-solid-svg-icons
's releases.
Release 6.5.2
Change log available at https://fontawesome.com/docs/changelog/
Commits
Updates echarts
from 5.4.3 to 5.5.0
Release notes
Sourced from echarts's releases.
5.5.0
- [Break Change] [Feature] [core] change to default ESM package. #19513 (100pah)
- [Feature] [ssr] server-side rendering and client hydration. #18381 (Ovilia)
- [Feature] [animation] support multi-level drill-down for universal transition. #17611 (tyn1998)
- [Feature] [pie] add
padAngle
option. #19076 (linghaoSu)- [Feature] [pie] add
endAngle
for control pie range. #18820 (linghaoSu)- [Feature] [polar] allow setting
angleAxis.endAngle
. #19099 (yassilah)- [Feature] [sampler] add min-max sampler function. #19279 (snukhulov)
- [Feature] [i18n] add Arabic(AR) translation. #19214 (OthmanAliModaes)
- [Feature] [i18n] add Dutch(NL) translation. #19252 (tijmenamsing)
- [Feature] [tooltip] add
appendTo
option to allow customizing tooltip container. #18436 (viking7982)- [Feature] [label] support align for min/max labels. #19228 (Ovilia)
- [Feature] [pictorialBar] support clip for pictorialBar series. #19197 (Ovilia)
- [Feature] [tooltip] add
dataIndex
tovalueFormatter
callback. #19123 (ChepteaCatalin)- [Fix] [toolbox] fix toolbox text can't apply the specified or global font style. #19170 (plainheart)
- [Fix] [label] fix labelLine default style when normal state not show but other state show. #18800 (linghaoSu)
- [Fix] [labelLine] fix
emphasis.labelLine
is not working in pie chart. #19180 (shiersansi)- [Fix] [marker] fix markArea position when axis is with
alignWithLabel
. #19516 (Ovilia)- [Fix] [line] fix line may cross in time axis when animation is enabled. #18960 (plainheart)
- [Fix] [scatter] fix edge scatter may be unexpectedly clipped due to tiny offset. #18867 (plainheart)
- [Fix] [sunburst] label rotation flipping. #19176 (Ovilia)
- [Fix] [aria] fix hard-coded series type name translation. #19239 (Ovilia)
- [Feature] [matrix] allow rotating relative to a point different than the origin. #1034 (ChepteaCatalin)
- [Fix] [graph] fix force layout iteration timer doesn't stop after disposing the chart. #19514 (plainheart)
- [Fix] [tooltip] fix potential NPE when the parent node of the tooltip element doesn't exist. #19265 (plainheart)
- [Fix] [visualMap] fix continuous visualMap mouseover event not register except first continuous visualMap. #19097 (linghaoSu)
- [Fix] [clip] add an extra space to the clip-path width to prevent unexpected clip. #19056 (RexSkz)
- [Fix] [dataset] fix multi typed array detection flaw. #19035 (linghaoSu)
- [Fix] [core] fix potential NPE when reading default init options from global object in dev environment. #19217 (sunpm)
- [Fix] [i18n] enhance default language fallback. #19107 (ultravires)
- [Fix] [svg] fix assigning style attribute does not work when CSP is enforced. ecomfe/zrender#1030 (alxnddr)
- [Fix] [svg] duplicate id for background rect with multiple charts. ecomfe/zrender#1002 (Ovilia)
- [Fix] [node] make nodejs detection resilient. ecomfe/zrender#1036 (Uzlopak)
- [Fix] [type] make
ellipsis
&options
of the functiontruncateText
optional. ecomfe/zrender#1047 (plainheart)- [Fix] [type] add missing value type
string
forbarMinWidth
andbarMaxWidth
of the bar series. #19424 (zhaxnb)- [Feature] [type] export
EChartsInitOpts
and somePayload
types forecharts/core
. #19103 (dalenguyen)- [Fix] [type] allow nullable value for
OptionDataValue
. #19111 (avin-kavish)- [Fix] [type] add
undefined
to the return type ofgraphic.clipRectByRect
function. #18950 (benlongo)- [Fix] [type] remove duplicate extends at
GraphNodeItemOption
. #18901 (nenoNaninu)- [Refactor] [util] import
liftColor
function from zrender. #19526 (plainheart)New Contributors
@captainhaddock18
made their first contribution in apache/echarts#18862@nenoNaninu
made their first contribution in apache/echarts#18901@viking7982
made their first contribution in apache/echarts#18436@dalenguyen
made their first contribution in apache/echarts#19103@ultravires
made their first contribution in apache/echarts#19107@RexSkz
made their first contribution in apache/echarts#19056@avin-kavish
made their first contribution in apache/echarts#19111@shiersansi
made their first contribution in apache/echarts#19174
... (truncated)
Commits
0f4967b
Merge pull request #19594 from apache/release-devb046d78
chore: rebuild and relase 5.5.0-rc.2b0b4639
chore: relase 5.5.0-rc.2e3fa16c
Merge pull request #19593 from apache/module_default_esm_fix26cefe27
fix: (1) Mistake in package.json "exports"."require" (2) Add entry for dist/*...3fbfd2b
Merge pull request #19577 from apache/release-devb7548af
chore: add a key4d3bbae
Merge pull request #19568 from apache/fix-jestfde9fbd
fix(test): renamejest.config.js
tojest.config.cjs
to fix jest can't run52735fa
Merge pull request #19564 from apache/release-dev- 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.45 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.18 to 18.3.0
Commits
- See full diff in compare view
Updates react-router-dom
from 6.21.0 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]
6.22.2
Patch Changes
- Updated dependencies:
@remix-run/[email protected]
[email protected]
6.22.1
Patch Changes
- Updated dependencies:
[email protected]
@remix-run/[email protected]
6.22.0
Minor Changes
- Include a
window__reactRouterVersion
tag for CWV Report detection (#11222)Patch Changes
- Updated dependencies:
@remix-run/[email protected]
[email protected]
... (truncated)
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)78c843b
chore: Update version for release (#11314)e1421be
chore: Update version for release (pre) (#11309)95acd38
Merge branch 'release-next' into dev- Additional commits viewable in compare view
Updates swr
from 2.2.4 to 2.2.5
Release notes
Sourced from swr's releases.
v2.2.5
Patches
- types: isLoading typed as boolean when using fallbackData (#2866) by
@yjrhgvbn
in vercel/swr#2875- fix: allow onErrorRetry on inactive tab without focus/reconnect revalidation by
@qkdreyer
in vercel/swr#2848- feat: pass a function to the revalidate option in mutate by
@koba04
in vercel/swr#2862- fix: SWRConfiguration type by
@hulla-dev
in vercel/swr#2882Misc
- build: use new bundle convention by
@huozhi
in vercel/swr#2865- chore: update pnpm-lock.yaml by
@koba04
in vercel/swr#2874- chore: remove useless comment by
@kongmoumou
in vercel/swr#2868- test: run pnpm test on CI by
@koba04
in vercel/swr#2872- fix: all act warnings by
@koba04
in vercel/swr#2861- Update bundler by
@huozhi
in vercel/swr#2830New Contributors
@kongmoumou
made their first contribution in vercel/swr#2868@yjrhgvbn
made their first contribution in vercel/swr#2875@qkdreyer
made their first contribution in vercel/swr#2848@hulla-dev
made their first contribution in vercel/swr#2882Full Changelog: https://github.com/vercel/swr/compare/v2.2.4...v2.2.5
Commits
79445e4
2.2.5744f692
fix: SWRConfiguration type (#2882)3668c90
feat: pass a function to the revalidate option in mutate (#2862)f306893
fix: allow onErrorRetry on inactive tab without focus/reconnect revalidation ...30cfa8c
types: isLoading typed as boolean when using fallbackData (#2866) (#2875)d5d8482
chore: remove useless comment (#2868)b18781b
chore: update pnpm-lock.yaml (#2874)bf5363e
build: use new bundle convention (#2865)387a3ab
test: run pnpm test on CI (#2872)ef63a30
fix: all act warnings (#2861)- Additional commits viewable in compare view
Updates @types/react
from 18.2.45 to 18.3.1
Commits
- See full diff in compare view
Updates @types/react-dom
from 18.2.18 to 18.3.0
Commits
- See full diff in compare view
Updates autoprefixer
from 10.4.16 to 10.4.19
Release notes
Sourced from autoprefixer's releases.
10.4.19
- Removed
end value has mixed support, consider using flex-end
warning sinceend
/start
now have good support.10.4.18
- Fixed removing
-webkit-box-orient
on-webkit-line-clamp
(@Goodwine
).10.4.17
- Fixed
user-select: contain
prefixes.
Changelog
Sourced from autoprefixer's changelog.
10.4.19
- Removed
end value has mixed support, consider using flex-end
warning sinceend
/start
now have good support.10.4.18
- Fixed removing
-webkit-box-orient
on-webkit-line-clamp
(@Goodwine
).10.4.17
- Fixed
user-select: contain
prefixes.
Commits
8060e33
Release 10.4.19 versionfe7bae4
Remove end→flex-end warning5f6f362
Update dependencies13a86df
Move to flat ESLint configb3e0579
Update dependencies90dc18d
Release 10.4.18 version0af1be8
Update dependencies1efe165
Update c8 config80ff109
Add Node.js 21 to CI5e5d193
Automate release creation- Additional commits viewable in compare view
Updates daisyui
from 4.4.20 to 4.10.3
Release notes
Sourced from daisyui's releases.
v4.10.3
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
npm i -D [email protected]
💚 Thank you for using daisyUI!
v4.10.2
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
npm i -D [email protected]
💚 Thank you for using daisyUI!
v4.10.1
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
npm i -D [email protected]
💚 Thank you for using daisyUI!
v4.10.0
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
npm i -D [email protected]
💚 Thank you for using daisyUI!
v4.9.0
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
npm i -D [email protected]
💚 Thank you for using daisyUI!
... (truncated)
Changelog
Sourced from daisyui's changelog.
4.10.3 (2024-05-01)
4.10.2 (2024-04-16)
Bug Fixes
4.10.1 (2024-04-04)
Bug Fixes
4.10.0 (2024-04-04)
Features
4.9.0 (2024-03-26)
Features
4.8.0 (2024-03-24)
Features
- checkbox/toggle with
checked="true"
won't force to show a checked value visually anymore (17585a6), closes #29114.7.3 (2024-03-09)
Features
- add
carousel-start
utility class4.7.2 (2024-02-13)
Bug Fixes
4.7.1 (2024-02-13)
... (truncated)
Commits
a4976a7
chore(release): 4.10.3c69a081
fix unwanted border on disabled checkbox. fixes: #3009 (#3010)8864ba5
docsb82b6fa
docs1c65293
docs3651f02
docs530e989
docs: move API calls to sveltekit instead of node4b8d296
translation4b931f3
docs228c6c9
Update Korean translation (#2984)- Additional commits viewable in compare view
Updates eslint
from 8.56.0 to 9.1.1
Release notes
Sourced from eslint's releases.
v9.1.1
Bug Fixes
v9.1.0
Features
03068f1
feat: Provide helpful error message for nullish configs (#18357) (Nicholas C. Zakas)751b518
feat: replace dependency graphemer withIntl.Segmenter
(#18110) (Francesco Trotta)4d11e56
feat: addname
to eslint configs (#18289) (唯然)1cbe1f6
feat: allowwhile(true)
inno-constant-condition
(#18286) (Tanuj Kanti)0db676f
feat: addIntl
in es6 globals (#18318) (唯然)Bug Fixes
8d18958
fix: Remove name from eslint/js packages (#18368) (Nicholas C. Zakas)594eb0e
fix: do not crash on error infs.walk
filter (#18295) (Francesco Trotta)0d8cf63
fix: EMFILE errors (#18313) (Nicholas C. Zakas)e1ac0b5
fix: --inspect-config only for flat config and respect -c (#18306) (Nicholas C. Zakas)09675e1
fix:--no-ignore
should not apply to non-global ignores (#18334) (Milos Djermanovic)Documentation
fb50077
docs: include notes about globals in migration-guide (#18356) (Gabriel Rohden)71c771f
docs: Fix missing accessible name for scroll-to-top link (#18329) (Germán Freixinós)200fd4e
docs: indicate eslintrc mode for.eslintignore
(#18285) (Francesco Trotta)16b6a8b
docs: Update README (GitHub Actions Bot)df5f8a9
docs:paths
andpatterns
difference inno-restricted-imports
(#18273) (Tanuj Kanti)c537d76
docs: updatenpm init @eslint/config
generated file names (#18298) (唯然)e1e305d
docs: fixlinebreak-style
examples (#18262) (Francesco Trotta)113f51e
docs: Mention package.json config support dropped (#18305) (Nicholas C. Zakas)5c35321
docs: add eslintrc-only note to--rulesdir
(#18281) (Adam Lui 刘展鹏)Build Related
Chores
d9a2983
chore: upgrade@eslint/js
to v9.1.1 (#18367) (Francesco Trotta)50d406d
chore: package.json update for@eslint/js
release (Jenkins)155c71c
chore: package.json update for@eslint/js
release (Jenkins)0588fc5
refactor: Move directive gathering to SourceCode (#18328) (Nicholas C. Zakas)9048e21
chore: lintdocs/src/_data
js files (#18335) (Milos Djermanovic)4820790
chore: upgrade [email protected] dev dependency (#18332) (Milos Djermanovic)698d9ff
chore: upgrade jsdoc & unicorn plugins in eslint-config-eslint (#18333) (Milos Djermanovic)32c08cf
chore: drop Node < 18 and use@eslint/js
v9 in eslint-config-eslint (#18323) (Milos Djermanovic)a76fb55
chore:@eslint-community/eslint-plugin-eslint-comments
v4.3.0 (#18319) (Milos Djermanovic)78e45b1
chore: eslint-plugin-eslint-plugin v6.0.0 (#18316) (唯然)36103a5
chore: eslint-plugin-n v17.0.0 (#18315) (唯然)v9.0.0
Breaking Changes
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.1.1 - April 22, 2024
v9.1.0 - April 19, 2024
d9a2983
chore: upgrade@eslint/js
to v9.1.1 (#18367) (Francesco Trotta)03068f1
feat: Provide helpful error message for nullish configs (#18357) (Nicholas C. Zakas)50d406d
chore: package.json update for@eslint/js
release (Jenkins)8d18958
fix: Remove name from eslint/js packages (#18368) (Nicholas C. Zakas)155c71c
chore: package.json update for@eslint/js
release (Jenkins)594eb0e
fix: do not crash on error infs.walk
filter (#18295) (Francesco Trotta)751b518
feat: replace dependency graphemer withIntl.Segmenter
(#18110) (Francesco Trotta)fb50077
docs: include notes about globals in migration-guide (#18356) (Gabriel Rohden)4d11e56
feat: addname
to eslint configs (#18289) (唯然)1cbe1f6
feat: allowwhile(true)
inno-constant-condition
(Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >