Update appengine-frontend#1120
Merged
andrewpollock merged 1 commit intogoogle:masterfrom Mar 23, 2023
Merged
Conversation
1680463 to
805175c
Compare
oliverchang
approved these changes
Mar 20, 2023
5897062 to
3221625
Compare
3221625 to
1db7266
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
2.6.1->2.7.02.7.2->2.7.51.58.3->1.59.33.3.1->3.3.25.76.0->5.76.34.11.1->4.13.1Release Notes
lit/lit
v2.7.0Compare Source
Minor Changes
#3677
b95c86e5- [SSR only] Reflect ARIA attributes onto server rendered Lit elements with attached internals during SSR and remove them upon hydration.#3667
e00f6f52- [SSR only] Improved how nodes with attribute/property/event/element bindings are rendered in SSR, to avoid adding comments inside of "raw text elements" like<textarea>. Fixes #3663.Note:
@lit-labs/ssrandlit-htmlmust be updated together.Patch Changes
#3583
88a40177- [SSR only] Add more detail to some hydration errorsUpdated dependencies [
4d698430,b95c86e5,e00f6f52,88a40177]:webpack-contrib/mini-css-extract-plugin
v2.7.5Compare Source
v2.7.4Compare Source
v2.7.3Compare Source
sass/dart-sass
v1.59.3Compare Source
Fix a performance regression introduced in 1.59.0.
The NPM release of 1.59.0 dropped support for Node 12 without actually
indicating so in its pubspec. This release temporarily adds back support so
that the latest Sass version that declares it supports Node 12 actually does
so. However, Node 12 is now end-of-life, so we will drop support for it
properly in an upcoming release.
v1.59.2Compare Source
v1.59.1Compare Source
v1.59.0Compare Source
Command Line Interface
Added a new
--fatal-deprecationflag that lets you treat a deprecationwarning as an error. You can pass an individual deprecation ID
(e.g.
slash-div) or you can pass a Dart Sass version to treat alldeprecations initially emitted in that version or earlier as errors.
New
--future-deprecationflag that lets you opt into warning for use ofcertain features that will be deprecated in the future. At the moment, the
only option is
--future-deprecation=import, which will emit warnings forSass
@importrules, which are not yet deprecated, but will be in the future.Dart API
New
Deprecationenum, which contains the different current and futuredeprecations used by the new CLI flags.
The
compilemethods now take infatalDeprecationsandfutureDeprecationsparameters, which work similarly to the CLI flags.
webpack-contrib/style-loader
v3.3.2Compare Source
webpack/webpack
v5.76.3Compare Source
Bugfixes
experiments.outputModule(ES Module Output) by @snitin315 in https://github.com/webpack/webpack/pull/16809inspector/promises,readline/promises, andstream/consumersby @ShenHongFei in https://github.com/webpack/webpack/pull/16841NODE_PATHenv variable by @snitin315 in https://github.com/webpack/webpack/pull/16808resolveResourceErrorHintsby @snitin315 in https://github.com/webpack/webpack/pull/16806loaderstoken support tomoduleFilenameTemplatefunction call by @pgoldberg in https://github.com/webpack/webpack/pull/16756enabledLibraryTypesin internalContainerPluginby @PengBoUESTC in https://github.com/webpack/webpack/pull/16635New Contributors
Full Changelog: webpack/webpack@v5.76.2...v5.76.3
v5.76.2Compare Source
Bugfixes
publicPathRuntimewould cause concatenated runtime errors by @snitin315 in https://github.com/webpack/webpack/pull/16811onScriptCompletefunction by @ahaoboy in https://github.com/webpack/webpack/pull/16347RealContentHashPluginwas not respectingoutput.hashSalt's ability to cause a force recalculation of[contenthash]for emitted assets by @dmichon-msft #16789Performance
ModuleGraphdue to instance property declarations occurring outside of constructor by @snitin315 in https://github.com/webpack/webpack/pull/16830Developer Experience
webpack-sourcestypings forSourceinstances by @snitin315 in https://github.com/webpack/webpack/pull/16805New Contributors
Full Changelog: webpack/webpack@v5.76.1...v5.76.2
v5.76.1Compare Source
Fixed
assert/strictbuilt-in toNodeTargetPluginRevert
hashRegExplookup by @ryanwilsonperkin in https://github.com/webpack/webpack/pull/16759webpack/webpack-dev-server
v4.13.1Compare Source
v4.13.0Compare Source
Features
client.overlay.runtimeErrorsoption to control runtime errors (#4773) (dca2366)v4.12.0Compare Source
Features
sockjs_urloption (onlysockjs) using thewebSocketServer.options.sockjsUrloption (#4586) (69a2fba)Bug Fixes
experiments.buildHttp(#4585) (5b846cb)NODE_PATHenv variable (#4581) (b857e6f)4.11.1 (2022-09-19)
Bug Fixes
client.loggingoption for all logs (#4572) (375835c)Configuration
📅 Schedule: Branch creation - "before 6am on wednesday" 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.