Update all patch versions (master) (patch) #9526
Merged
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:
3.2.0
->3.2.2
8.33.0
->8.33.1
8.3.4
->8.3.6
8.3.4
->8.3.6
8.3.4
->8.3.6
8.3.4
->8.3.6
8.3.4
->8.3.6
8.3.4
->8.3.6
0.1.35
->0.1.39
3.0.10
->3.0.11
3.0.8
->3.0.9
3.5.31
->3.5.32
22.8.2
->22.8.6
8.8.0
->8.8.1
8.8.0
->8.8.1
==1.3.5
->==1.3.6
13.15.0
->13.15.1
50.3.1
->50.3.2
23.15.1
->23.15.2
2.6.1
->2.6.2
1.14.0
->1.14.1
3.2.0
->3.2.1
4.1.0
->4.1.1
3.2.0
->3.2.1
2.9.1
->2.9.2
1.79.4
->1.79.6
8.3.4
->8.3.6
0.26.7
->0.26.11
5.6.2
->5.6.3
Release Notes
chromaui/addon-visual-tests (@chromatic-com/storybook)
v3.2.2
Compare Source
🐛 Bug Fix
8.2.0
explicitly #346 (@JReinhold)Authors: 1
v3.2.1
Compare Source
🐛 Bug Fix
Authors: 1
getsentry/sentry-javascript (@sentry/browser)
v8.33.1
Compare Source
(#13809)
Work in this release was contributed by @soapproject. Thank you for your contribution!
storybookjs/storybook (@storybook/addon-essentials)
v8.3.6
Compare Source
v8.3.5
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.8.1
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.8.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
cypress-io/cypress (cypress)
v13.15.1
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-15-1
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v50.3.2
Compare Source
Bug Fixes
require-hyphen-before-param-description
: inject hyphen at proper place with multiline type (8b5b7f7)i18next/i18next (i18next)
v23.15.2
Compare Source
i18next/i18next-http-backend (i18next-http-backend)
v2.6.2
Compare Source
jquery/jquery-ui (jquery-ui)
v1.14.1
: jQuery UI 1.14.1 releasedCompare Source
https://blog.jqueryui.com/2024/10/jquery-ui-1-14-1-released/
lit/lit (lit)
v3.2.1
Compare Source
Patch Changes
99703a03
- Revert the Terser plugin for Rollup torollup-plugin-terser
from@rollup/plugin-terser
due to a bug that prevented our minified name prefixing from working.
lit/lit (lit-element)
v4.1.1
Compare Source
Patch Changes
99703a03
- Revert the Terser plugin for Rollup torollup-plugin-terser
from@rollup/plugin-terser
due to a bug that prevented our minified name prefixing from working.
lit/lit (lit-html)
v3.2.1
Compare Source
Patch Changes
99703a03
- Revert the Terser plugin for Rollup torollup-plugin-terser
from@rollup/plugin-terser
due to a bug that prevented our minified name prefixing from working.
webpack-contrib/mini-css-extract-plugin (mini-css-extract-plugin)
v2.9.2
Compare Source
sass/dart-sass (sass)
v1.79.6
Compare Source
Fix a bug where Sass would add an extra
*/
after loud comments withwhitespace after an explicit
*/
in the indented syntax.Potentially breaking bug fix: Adding text after an explicit
*/
in theindented syntax is now an error, rather than silently generating invalid CSS.
Embedded Host
SassBoolean
type.v1.79.5
Compare Source
Changes to how
selector.unify()
and@extend
combine selectors:The relative order of pseudo-classes (like
:hover
) and pseudo-elements(like
::before
) within each original selector is now preserved whenthey're combined.
Pseudo selectors are now consistently placed at the end of the combined
selector, regardless of which selector they came from. Previously, this
reordering only applied to pseudo-selectors in the second selector.
Tweak the color transformation matrices for OKLab and OKLCH to match the
newer, more accurate values in the CSS spec.
Fix a slight inaccuracy case when converting to
srgb-linear
anddisplay-p3
.Potentially breaking bug fix:
math.unit()
now wraps multiple denominatorunits in parentheses. For example,
px/(em*em)
instead ofpx/em*em
.Command-Line Interface
@parcel/watcher
to watch the filesystem when running from JavaScript andnot using
--poll
. This should mitigate more frequent failures users havebeen seeing since version 4.0.0 of Chokidar, our previous watching tool, was
released.
JS API
SassColor.interpolate()
to allow an undefinedoptions
parameter, asthe types indicate.
Embedded Sass
TypeStrong/TypeDoc (typedoc)
v0.26.11
Compare Source
Features
hostedBaseUrl
is set to the root page on a website, TypeDoc will now includeWebSite
structured data, #2760.Bug Fixes
"module": "ESNext"
and importing TypeDoc, #2747.v0.26.10
Compare Source
Bug Fixes
v0.26.9
Compare Source
Features
headings
option to control optional headings, #2729.Bug Fixes
externalSymbolLinkMappings
now uses the TypeScript reported link target if available, #2725.Thanks!
v0.26.8
Compare Source
Features
<div>
tags and includes the tag name in a class name, #2723.Bug Fixes
@link
tags present in comments at the start of source files.ReflectionSymbolId.pos
no longer references the position before any doc comments for a symbol.This could cause typedoc-plugin-dt-links to produce links which didn't go to the expected location in a file.
Thanks!
microsoft/TypeScript (typescript)
v5.6.3
Compare Source
Configuration
📅 Schedule: Branch creation - "after 5pm on the first day of the month" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.