Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.4.3
->4.4.7
0.16.10
->0.16.21
4.2.0
->4.2.2
2.9.0
->2.9.2
2.33.0
->2.35.3
3.3.2
->3.4.2
5.3.10
->5.3.11
5.92.0
->5.97.1
Release Notes
chartjs/Chart.js (chart.js)
v4.4.7
Compare Source
Essential Links
Types
Documentation
Development
Thanks to @Connormiha, @DustinEwan, @LeeLenaleee, @dependabot and @dependabot[bot]
v4.4.6
Compare Source
v4.4.5
Compare Source
Essential Links
Bugs Fixed
Types
Documentation
Development
Thanks to @HieroglypH, @LeeLenaleee, @dependabot, @dependabot[bot] and @dregad
v4.4.4
Compare Source
Essential Links
Bugs Fixed
Types
Documentation
Development
Thanks to @CatchABus, @LeeLenaleee, @MichelHMachado, @artus9033, @huqingkun, @jdufresne and @joliss
KaTeX/KaTeX (katex)
v0.16.21
Compare Source
Bug Fixes
v0.16.20
Compare Source
Bug Fixes
v0.16.19
Compare Source
Bug Fixes
strict
function type (#4009) (4228b4e)v0.16.18
Compare Source
Bug Fixes
v0.16.17
Compare Source
Bug Fixes
v0.16.16
Compare Source
Features
v0.16.15
Compare Source
Features
\mathsfit
command (#3998) (2218901)v0.16.14
Compare Source
Features
v0.16.13
Compare Source
Bug Fixes
\vdots
and\rule
support in text mode (#3997) (0e08352), closes #3990v0.16.12
Compare Source
Features
v0.16.11
Compare Source
Features
less/less.js (less)
v4.2.2
Compare Source
v4.2.1
Compare Source
webpack-contrib/mini-css-extract-plugin (mini-css-extract-plugin)
v2.9.2
Compare Source
v2.9.1
Compare Source
plotly/plotly.js (plotly.js-strict-dist)
v2.35.3
Compare Source
Fixed
.plotly-container
div to 100% to fix gl3d rendering in Dash Enterprise apps [#7313]v2.35.2
Compare Source
Fixed
with thanks to @birkskyum for the contribution!
v2.35.1
Compare Source
Fixed
zorder
on overlayed subplots case of multiple traces in each subplot [#7141]with thanks to @birkskyum for the contribution!
v2.35.0
Compare Source
Added
with thanks to @birkskyum for the contribution!
Changed
npm v6
installation [#7095]Node.js v18
andnpm v10
in development [#7078]Fixed
with thanks to @birkskyum for the contribution!
with thanks to @Lexachoc for the contribution!
v2.34.0
Compare Source
Added
subtitle
attribute tolayout.title
to enable adding subtitles to plots [#7012]category_order
on cartesian axes [#6223],with thanks to @acxz and @prabhathc for the contribution!
ticklabelindex
for drawing the label for each minor tick n positions away from a major tick,with thanks to @my-tien for the contribution! [#7036]
ticklabelstandoff
andticklabelshift
to cartesian axes to adjust positioning of tick labels,with thanks to @my-tien for the contribution! [#7006]
x0shift
,x1shift
,y0shift
,y1shift
to shapes to add control over positioning of shape vertices on (multi-)category axes,with thanks to @my-tien for the contribution! [#7005]
Fixed
with thanks to @eiriklv for the contribution!
with thanks to @mbant for the contribution!
modebar.add
[#5879],with thanks to @Sizurka for the contribution!
zorder
between overlaying cartesian subplots [#7032],This feature was anonymously sponsored: thank you to our sponsor!
prettier/prettier (prettier)
v3.4.2
Compare Source
diff
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @tats-u)
Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.
U+30A0 can be used as the replacement of the
-
in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).Fix comments print on class methods with decorators (#16891 by @fisker)
Fix non-idempotent formatting (#16899 by @seiyab)
This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.
v3.4.1
Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on
(#16887 by @fisker)<!-- Input --> <template> <button @​click="foo += 2">Click</button> </template> <!-- Prettier 3.4.0 --> <template> <button @​click="(foo += 2)">Click</button> </template> <!-- Prettier 3.4.1 --> <template> <button @​click="foo += 2">Click</button> </template>
v3.4.0
Compare Source
diff
🔗 Release Notes
v3.3.3
Compare Source
diff
Add parentheses for nullish coalescing in ternary (#16391 by @cdignam-segment)
This change adds clarity to operator precedence.
Add parentheses for decorator expressions (#16458 by @y-schneider)
Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.
Support
@let
declaration syntax (#16474 by @sosukesuzuki)Adds support for Angular v18
@let
declaration syntax.Please see the following code example. The
@let
declaration allows you to define local variables within the template:For more details, please refer to the excellent blog post by the Angular Team: Introducing @let in Angular.
We also appreciate the Angular Team for kindly answering our questions to implement this feature.
webpack-contrib/terser-webpack-plugin (terser-webpack-plugin)
v5.3.11
Compare Source
webpack/webpack (webpack)
v5.97.1
Compare Source
Bug Fixes
v5.97.0
Compare Source
v5.96.1
Compare Source
v5.96.0
Compare Source
Bug Fixes
output.environment.dynamicImport
to determine chunk format when no browserslist or targetoptimization.avoidEntryIife
output.devtoolNamespace
importModule
on the execution stageexport
andimport
css/auto
considers a module depending on its filename ascss
(pure CSS) orcss/local
, before it wascss/global
andcss/local
node
targeturl()
s and@import
parsingNew Features
/* webpackIgnore: true */
for CSS filessrc()
supportv5.95.0
Compare Source
Bug Fixes
default
for import context element dependencymodule
andimport
inmodule-import
for externalsimport
'sEnvironmentPlugin
default values types less strictNew Features
optimization.avoidEntryIife
option (true
by default for theproduction
mode)Performance
v5.94.0
Compare Source
v5.93.0
Compare Source
v5.92.1
Compare Source
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.