📦 Update release-calendar packages #3088
Open
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:
6.1.15->6.1.196.1.15->6.1.196.1.15->6.1.196.1.15->6.1.196.1.15->6.1.196.0.0->6.0.229.5.13->29.5.1422.8.2->22.18.02.6.11->2.6.1318.3.11->18.3.2418.3.1->18.3.716.4.5->16.6.18.1.0->8.1.14.21.1->4.21.27.4.1->7.5.15.6.2->5.6.40.5.46->0.6.03.11.3->3.14.31.80.1->1.91.016.0.2->16.0.529.2.5->29.4.19.5.1->9.5.40.3.20->0.3.265.6.3->5.9.25.95.0->5.101.35.2.1->5.2.2See all other Renovate PRs on the Dependency Dashboard
Release Notes
fullcalendar/fullcalendar (@fullcalendar/core)
v6.1.19Compare Source
(
nowIndicatorSnap. usefalseto ensure time-granularity always)v6.1.18Compare Source
(Especially important for event rerendering with
eventContent)v6.1.17Compare Source
Angular
resourceAreaColumns.cellContent(#7894), thx @gongAllfullcalendar/fullcalendar-react (@fullcalendar/react)
v6.1.19Compare Source
See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.19
v6.1.18Compare Source
See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.18
v6.1.17Compare Source
See https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.17
motdotla/dotenv (dotenv)
v16.6.1Compare Source
Changed
quietto true – hiding the runtime log message (#874)config({ quiet: true })to suppress.require('dotenv').config()forrequire('@​dotenvx/dotenvx').config().v16.6.0Compare Source
Added
[[email protected]] injecting env (1) from .env(#870){ quiet: true }to suppressv16.5.0Compare Source
Added
Changed
_logmethod. Use_debug#862v16.4.7Compare Source
Changed
.tapfolder when publishing. (oops, sorry about that everyone. - @motdotla) #848v16.4.6Compare Source
Changed
mrsteele/dotenv-webpack (dotenv-webpack)
v8.1.1Compare Source
Bug Fixes
expressjs/express (express)
v4.21.2Compare Source
What's Changed
Full Changelog: expressjs/express@4.21.1...4.21.2
express-rate-limit/express-rate-limit (express-rate-limit)
v7.5.1Compare Source
Changed
standardHeadersfromstringto just the supported values via a TypeScriptconstassertion (#506)You can view the full changelog here.
v7.5.0Compare Source
Added
RateLimitheader according to the eighth draft of the IETF RateLimit header specificiation. Enable by settingstandardHeaders: 'draft-8'.identifieroption, used as the name for the quota policy in thedraft-8headers.headersDraftVersionvalidation check to identifies cases where an unsupported version string is passed to thestandardHeadersoption.You can view the full changelog here.
jantimon/html-webpack-plugin (html-webpack-plugin)
v5.6.4Compare Source
v5.6.3Compare Source
moment/moment-timezone (moment-timezone)
v0.6.0Compare Source
moment-timezone-with-data.js).This release is a potential breaking change for TypeScript projects only.
The types are now more accurate, but consumers might hit errors if they were relying on the more relaxed types.
No implementation code has changed in this release.
v0.5.48Compare Source
2025b. #1130v0.5.47Compare Source
2025a. #1125sidorares/node-mysql2 (mysql2)
v3.14.3Compare Source
Bug Fixes
v3.14.2Compare Source
Bug Fixes
v3.14.1Compare Source
Miscellaneous Chores
v3.14.0Compare Source
Features
RegExpsupport to PoolCluster (#3451) (2d5050d)v3.13.0Compare Source
Features
disableEval: add static parsers (#3365) (51da653)Bug Fixes
PromisePoolCluster.ofreturnsPromisePoolClusterinstead ofPoolNamespace(#3261) (be22202)VECTORpackets in static parser (#3379) (603c246)v3.12.0Compare Source
Features
restoreNodeTimeoutimplementation (#3218) (9a38601)v3.11.5Compare Source
Bug Fixes
v2requirescommonjstype explicitly (#3209) (cdc9415)v3.11.4Compare Source
Bug Fixes
sass/dart-sass (sass)
v1.91.0Compare Source
Potentially breaking change:
meta.inspect()(as well as other systemsthat use it such as
@debugand certain error messages) now emits numberswith as high precision as is available instead of rounding to the nearest
1e⁻¹⁰ as we do when serializing to CSS. This better fits the purpose of
meta.inspect(), which is to provide full information about the structure ofa Sass value.
Passing a rest argument (
$arg...) before a positional or named argument whencalling a function or mixin is now deprecated. This was always outside the
specified syntax, but it was historically treated the same as passing the rest
argument at the end of the argument list whether or not that matched the
visual order of the arguments.
v1.90.0Compare Source
@forwarded module to be loaded with a configuration when that modulehas already been loaded with a different configuration and the module
doesn't define any variables that would have been configured anyway.
v1.89.2Compare Source
Embedded Host
bufdependency.v1.89.1Compare Source
v1.89.0Compare Source
potential resolutions, as long as those resolutions all point to the same
file.
v1.88.0Compare Source
Allow custom properties with empty values (such as
--var:;).Fix a bug when calculating source spans for interpolations.
Dart and JS APIs
mixin object from one compilation to another.
Dart API
compileString()and related functions.v1.87.0Compare Source
nesting selector
&is loaded into a nested Sass context viameta.load-css()or@import, Sass now emits plain CSS nesting rather thanincorrectly combining it with the parent selector using a descendant
combinator.
v1.86.3Compare Source
a
..segment.v1.86.2Compare Source
v1.86.1Compare Source
file:URL case canonicalization on Windows andMac OS.
v1.86.0Compare Source
Add support for
%as an expression in its own right. It will still be parsedas the modulo operator when between two other expressions, but in any other
context it will be an expression whose value is the unquoted string
%.Consider
attr()to be a special number function that can be used as achannel in color functions.
Deprecate user-defined functions named
type()so that we can eventuallysupport the new CSS
type()function.Dart API
v1.85.1Compare Source
functions could incorrectly be treated as CSS math functions even though they
used Sass-only features, causing compilation failures. For example,
round(-$var / 2)previously threw an error but now works as intended.v1.85.0Compare Source
@extend. This causedunacceptable performance issues for certain heavy users of
@extend. We'lltry to find a more performant way to accomplish it in the future.
v1.84.0Compare Source
Allow newlines in whitespace in the indented syntax.
Potentially breaking bug fix: Selectors with unmatched brackets now always
produce a parser error. Previously, some edge cases like
[foo#{"]:is(bar"}) {a: b}would compile without error, but this was an unintentional bug.Fix a bug in which various Color Level 4 functions weren't allowed in plain
CSS.
Fix the error message for
@extendwithout a selector and possibly otherparsing edge-cases in contexts that allow interpolation.
Embedded Host
SassBooleantype to adhere to the spec,now using a class instead of an interface.
v1.83.4Compare Source
v1.83.3Compare Source
v1.83.2Compare Source
Properly display deprecation IDs for the JS Sass API.
Don't display deprecation IDs for user-defined deprecations.
v1.83.1Compare Source
Fix a bug where
--quiet-depswould get deactivated for@contentblocks,even when those blocks were entirely contained within dependencies.
Include deprecation IDs in deprecation warnings to make it easier to determine
what to pass to
--silence-deprecationor--fatal-deprecation.v1.83.0Compare Source
v1.82.0Compare Source
Command-Line Interface
Improve
--watchmode reliability when making multiple changes at once, suchas checking out a different Git branch.
Parse the
calc-size()function as a calculation now that it's supported insome browsers.
Dart API
SassCalculation.calcSize()function.v1.81.1Compare Source
v1.81.0Compare Source
Fix a few cases where deprecation warnings weren't being emitted for global
built-in functions whose names overlap with CSS calculations.
Add support for the CSS
round()calculation with a single argument, as longas that argument might be a unitless number.
v1.80.7Compare Source
Embedded Host
0asundefinedfor thegreenandbluechannels in theLegacyColorconstructor.v1.80.6Compare Source
Command-Line Interface
@parcel/watcheran optional dependency so this can still be installedon operating systems where it's unavailable.
v1.80.5Compare Source
Embedded Host
@importdeprecations when using an importer with thelegacy API.
v1.80.4Compare Source
v1.80.3Compare Source
Fix a bug where
@import url("...")would crash in plain CSS files.Improve consistency of how warnings are emitted by different parts of the
compiler. This should result in minimal user-visible changes, but different
types of warnings should now respond more reliably to flags like
--quiet,--verbose, and--silence-deprecation.v1.80.2Compare Source
plain-CSS
invert()function.webpack-contrib/sass-loader (sass-loader)
v16.0.5Compare Source
v16.0.4Compare Source
v16.0.3Compare Source
kulshekhar/ts-jest (ts-jest)
v29.4.1Compare Source
v29.4.0Compare Source
Features
v29.3.4Compare Source
Bug Fixes
TsJestTransformerOptionstype (3b11e29), closes #4247rewriteRelativeImportExtensionsalways (9b1f472), closes #4855v29.3.3Compare Source
Bug Fixes
isolatedDeclarations(5d6b35f), closes #4847v29.3.2Compare Source
Bug Fixes
jsfiles fromnode_moduleswhenever Jest asks (968370e), closes #4637v29.3.1Compare Source
Bug Fixes
isolatedModulesmode to havets.ProgramunderNode16/Next(25157eb)isolatedModulesofts-jestconfig (547eb6f)v29.3.0Compare Source
Features
modulevalues forisolatedModules: true(f372121)Bug Fixes
customConditionstoundefinedinTsCompiler(b091d70), closes #4620Code Refactoring
RawCompilerOptionsinterface (2b1b6cd)isolatedModules(7dfef71)v29.2.6Compare Source
TypeStrong/ts-loader (ts-loader)
v9.5.4Compare Source
Skipping 9.5.3 due to a publishing issue
v9.5.2Compare Source
typeorm/typeorm (typeorm)
v0.3.26Compare Source
Notes:
stringifyObjects: true, in order to avoid a potential security vulnerabilityin the mysql/mysql2 client libraries. You can revert to the old behavior by setting
connectionOptions.extra.stringifyObjects = false.@sap/hana-clientlibrary. The deprecatedhdb-poolis no longer necessary and can be removed. See https://typeorm.io/docs/drivers/sap/#data-source-options for the new pool options.
Bug Fixes
stringifyObjectsimplicitly (#11574) (d57fe3b)useIndexwhen cloning a QueryExpressionMap (or a QueryBuilder) (#10679) (66ee307), closes #10678 #10678Features
Performance Improvements
v0.3.25Compare Source
Bug Fixes
Features
v0.3.24Compare Source
Bug Fixes
Features
Configuration
📅 Schedule: Branch creation - "after 12am every weekday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Never, 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.