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.1.4
->3.6.0
6.7.1
->6.7.2
11.6.0
->11.7.0
2.4.0
->2.4.1
2.6.1
->2.7.0
1.55.0
->1.56.1
5.74.0
->5.75.0
Release Notes
github/time-elements
v3.6.0
Compare Source
What's Changed
Full Changelog: github/relative-time-element@v3.5.2...v3.6.0
v3.5.2
Compare Source
What's Changed
Full Changelog: github/relative-time-element@v3.5.1...v3.5.2
v3.5.1
Compare Source
What's Changed
Full Changelog: github/relative-time-element@v3.5.0...v3.5.1
v3.5.0
Compare Source
What's Changed
This release moves define calls into separate files, allowing import of each element without triggering the custom element definition. In addition it attempts to safely use globals so that it can be imported into NodeJS without error.
define
export for custom element registration by @keithamus in https://github.com/github/relative-time-element/pull/210Full Changelog: github/relative-time-element@v3.4.1...v3.5.0
v3.4.1
Compare Source
What's Changed
Intl
without window prefix by @keithamus in https://github.com/github/relative-time-element/pull/208Full Changelog: github/relative-time-element@v3.4.0...v3.4.1
v3.4.0
Compare Source
What's Changed
(Thanks @brunoprietog for the bug report!)
Full Changelog: github/relative-time-element@v3.3.0...v3.4.0
v3.3.0
Compare Source
What's Changed
Full Changelog: github/relative-time-element@v3.2.5...v3.3.0
v3.2.5
Compare Source
What's Changed
Full Changelog: github/relative-time-element@v3.2.4...v3.2.5
v3.2.4
Compare Source
What's Changed
Full Changelog: github/relative-time-element@v3.2.3...v3.2.4
v3.2.3
Compare Source
What's Changed
Full Changelog: github/relative-time-element@v3.2.2...v3.2.3
v3.2.2
Compare Source
What's Changed
Full Changelog: github/relative-time-element@v3.2.1...v3.2.2
v3.2.1
Compare Source
What's Changed
Full Changelog: github/relative-time-element@v3.2.0...v3.2.1
v3.2.0
Compare Source
What's Changed
This release includes a large rewrite of the component with many new features that allow for fine-grained control over the display of the date. Existing uses will work as they always have, but a set of new attributes provide detailed control about how dates get rendered!
time-until
in documentation by @meduzen in https://github.com/github/relative-time-element/pull/172<relative-time>
by @koddsson in https://github.com/github/relative-time-element/pull/186New Contributors
Full Changelog: github/relative-time-element@v3.1.4...v3.2.0
webpack-contrib/css-loader
v6.7.2
Compare Source
highlightjs/highlight.js
v11.7.0
Compare Source
New Grammars:
Grammars:
scm
alias for Scheme matyklug18<T =
are not JSX Josh Goebel((
keyword Nick Chambersimport()
as a function, rather a keyword nathnolt((
keyword Nick ChambersImprovements:
lit/lit
v2.4.1
Compare Source
Patch Changes
bb098950
- Initializers added to subclasses are no longer improperly added to superclass.webpack-contrib/mini-css-extract-plugin
v2.7.0
Compare Source
Features
2.6.1 (2022-06-15)
Bug Fixes
sass/dart-sass
v1.56.1
Compare Source
Embedded Sass
contents
is actually a string and whethersourceMapUrl
is an absolute URL.v1.56.0
Compare Source
Potentially breaking change: To match the CSS spec, SassScript expressions
beginning with
not
or(
are no longer supported at the beginning ofparenthesized sections of media queries. For example,
@​media (width >= 500px) and (not (grid))
will now be emitted unchanged, instead of producing
@​media (width >= 500px) and (false)
See the Sass website for details.
Potentially breaking bug fix: Angle units like
rad
orturn
are nowproperly converted to equivalent
deg
values forhsl()
,hsla()
,adjust-hue()
,color.adjust()
, andcolor.change()
.See the Sass website for
details.
Fix indentation for selectors that span multiple lines in a
@media
query.Emit a deprecation warning when passing
$alpha
values with units tocolor.adjust()
orcolor.change()
. This will be an error in Dart Sass2.0.0.
See the Sass website for
details.
Emit a deprecation warning when passing a
$weight
value with no units orwith units other than
%
tocolor.mix()
. This will be an error in Dart Sass2.0.0.
See the Sass website for
details.
Emit a deprecation warning when passing
$n
values with units tolist.nth()
or
list.set-nth()
. This will be an error in Dart Sass 2.0.0.See the Sass website for
details.
Improve existing deprecation warnings to wrap
/
-as-division suggestions incalc()
expressions.Properly mark the warning for passing numbers with units to
random()
as adeprecation warning.
Fix a bug where
@extend
could behave unpredicatably when used along withmeta.load-css()
and shared modules that contained no CSS themselves butloaded CSS from other modules.
Dart API
sassIndex
with units toValue.sassIndexToListIndex()
. This will be an error in Dart Sass 2.0.0.JS API
Importer results now validate whether
contents
is actually a string type.Importer result argument errors are now rendered correctly.
webpack/webpack
v5.75.0
Compare Source
Bugfixes
experiments.*
normalize tofalse
when opt-outNaN%
window
before trying to access iteval-nosources-*
actually exclude sourcesFeatures
@import
to extenal CSS when using experimental CSS in nodei64
support to the deprecated WASM implementationDeveloper Experience
EnableWasmLoadingPlugin
Configuration
📅 Schedule: Branch creation - "before 6am on monday" in timezone Australia/Sydney, 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 has been generated by Mend Renovate. View repository job log here.