Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update appengine-frontend #802

Merged

Conversation

renovate-bot
Copy link
Collaborator

@renovate-bot renovate-bot commented Nov 6, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@github/time-elements 3.1.4 -> 3.6.0 age adoption passing confidence
css-loader 6.7.1 -> 6.7.2 age adoption passing confidence
highlight.js (source) 11.6.0 -> 11.7.0 age adoption passing confidence
lit (source) 2.4.0 -> 2.4.1 age adoption passing confidence
mini-css-extract-plugin 2.6.1 -> 2.7.0 age adoption passing confidence
sass 1.55.0 -> 1.56.1 age adoption passing confidence
webpack 5.74.0 -> 5.75.0 age adoption passing confidence

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.

Full Changelog: github/relative-time-element@v3.4.1...v3.5.0

v3.4.1

Compare Source

What's Changed

Full 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!

New 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:

  • added 3rd party LookML grammar to SUPPORTED_LANGUAGES Josh Temple
  • added 3rd party FunC grammar to SUPPORTED_LANGUAGES [Nikita Sobolev][]
  • Added 3rd party Flix grammar to SUPPORTED_LANGUAGES The Flix Organisation
  • Added 3rd party RVT grammar to SUPPORTED_LANGUAGES Sopitive

Grammars:

  • enh(scheme) add scm alias for Scheme matyklug18
  • fix(typescript) patterns like <T = are not JSX Josh Goebel
  • fix(bash) recognize the (( keyword Nick Chambers
  • enh(Ruby) misc improvements (kws, class names, etc) Josh Goebel
  • fix(js) do not flag import() as a function, rather a keyword nathnolt
  • fix(bash) recognize the (( keyword Nick Chambers
  • fix(nix) support escaped dollar signs in strings h7x4
  • enh(cmake) support bracket comments Hirse
  • enh(java) add yield keyword to java MBoegers
  • enh(java) add permits keyword to java MBoegers
  • fix(javascript/typescript) correct identifier matching when using numbers Lachlan Heywood

Improvements:

lit/lit

v2.4.1

Compare Source

Patch Changes
  • #​3374 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
  • Importer results now validate that contents is actually a string and whether
    sourceMapUrl 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 of
    parenthesized sections of media queries. For example,

    @&#8203;media (width >= 500px) and (not (grid))

    will now be emitted unchanged, instead of producing

    @&#8203;media (width >= 500px) and (false)

    See the Sass website for details.

  • Potentially breaking bug fix: Angle units like rad or turn are now
    properly converted to equivalent deg values for hsl(), hsla(),
    adjust-hue(), color.adjust(), and color.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 to
    color.adjust() or color.change(). This will be an error in Dart Sass
    2.0.0.

    See the Sass website for
    details.

  • Emit a deprecation warning when passing a $weight value with no units or
    with units other than % to color.mix(). This will be an error in Dart Sass
    2.0.0.

    See the Sass website for
    details.

  • Emit a deprecation warning when passing $n values with units to list.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 in
    calc() expressions.

  • Properly mark the warning for passing numbers with units to random() as a
    deprecation warning.

  • Fix a bug where @extend could behave unpredicatably when used along with
    meta.load-css() and shared modules that contained no CSS themselves but
    loaded CSS from other modules.

Dart API
  • Emit a deprecation warning when passing a sassIndex with units to
    Value.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 to false when opt-out
  • avoid NaN%
  • show the correct error when using a conflicting chunk name in code
  • HMR code tests existance of window before trying to access it
  • fix eval-nosources-* actually exclude sources
  • fix race condition where no module is returned from processing module
  • fix position of standalong semicolon in runtime code

Features

  • add support for @import to extenal CSS when using experimental CSS in node
  • add i64 support to the deprecated WASM implementation

Developer Experience

  • expose EnableWasmLoadingPlugin
  • add more typings
  • generate getters instead of readonly properties in typings to allow overriding them

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot force-pushed the renovate/appengine-frontend branch 5 times, most recently from 2e97c3c to f27d192 Compare November 13, 2022 16:25
@another-rex
Copy link
Contributor

/gcbrun

1 similar comment
@andrewpollock
Copy link
Contributor

/gcbrun

@andrewpollock
Copy link
Contributor

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/appengine-frontend branch 2 times, most recently from c52687f to e1565fc Compare November 28, 2022 09:54
@oliverchang
Copy link
Collaborator

/gcbrun

@andrewpollock
Copy link
Contributor

/gcbrun

@andrewpollock andrewpollock merged commit 3689aba into google:master Nov 29, 2022
@renovate-bot renovate-bot deleted the renovate/appengine-frontend branch November 29, 2022 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants