Skip to content

Commit

Permalink
Update appengine-frontend (#1261)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [highlight.js](https://highlightjs.org/)
([source](https://togithub.com/highlightjs/highlight.js)) | [`11.7.0` ->
`11.8.0`](https://renovatebot.com/diffs/npm/highlight.js/11.7.0/11.8.0)
|
[![age](https://badges.renovateapi.com/packages/npm/highlight.js/11.8.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/highlight.js/11.8.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/highlight.js/11.8.0/compatibility-slim/11.7.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/highlight.js/11.8.0/confidence-slim/11.7.0)](https://docs.renovatebot.com/merge-confidence/)
|
| [webpack](https://togithub.com/webpack/webpack) | [`5.80.0` ->
`5.81.0`](https://renovatebot.com/diffs/npm/webpack/5.80.0/5.81.0) |
[![age](https://badges.renovateapi.com/packages/npm/webpack/5.81.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/webpack/5.81.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/webpack/5.81.0/compatibility-slim/5.80.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/webpack/5.81.0/confidence-slim/5.80.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>highlightjs/highlight.js</summary>

###
[`v11.8.0`](https://togithub.com/highlightjs/highlight.js/blob/HEAD/CHANGES.md#Version-1180)

[Compare
Source](https://togithub.com/highlightjs/highlight.js/compare/11.7.0...11.8.0)

Parser engine:

- added a function to default export to generate a fresh highlighter
instance to be used by extensions [WisamMechano][]
- added BETA `__emitTokens` key to grammars to allow then to direct
their own parsing, only using Highlight.js for the HTML rendering [Josh
Goebel][]
-   (enh) add `removePlugin` api [faga295][]
-   (fix) typo in language name of `JavaScript` [Cyrus Kao][]

New Grammars:

-   added 3rd party Lang grammar to SUPPORTED_LANGUAGES [AdamRaichu][]
-   added 3rd party C3 grammar to SUPPORTED_LANGUAGES [aliaegik][]

Core Grammars:

-   enh(sql) support `_` in variable names \[joshgoebel]\[]
-   enh(mathematica) update keywords list to 13.2.1 [arnoudbuzing][]
-   enh(protobuf) add `proto` alias for Protobuf \[dimitropoulos]\[]
-   enh(sqf)  latest changes in Arma 3 v2.11 [Leopard20][]
- enh(js/ts) Added support for GraphQL tagged template strings [Ali
Ukani][]
- enh(javascript) add sessionStorage to list of built-in variables
[Jeroen van Vianen][]
-   enh(http) Add support for HTTP/3 [Rijenkii][]
-   added 3rd party Motoko grammar to SUPPORTED_LANGUAGES [rvanasa][]
-   added 3rd party Candid grammar to SUPPORTED_LANGUAGES [rvanasa][]
-   fix(haskell) Added support for characters [CrystalSplitter][]
- enh(dart) Add `base`, `interface`, `sealed`, and `when` keywords [Sam
Rawlins][]
- enh(php) detect newer more flexible NOWdoc syntax
([#&#8203;3679](https://togithub.com/highlightjs/highlight.js/issues/3679))
[Timur Kamaev][]
- enh(python) improve autodetection of code with type hinting any
function's return type (making the `->` operator legal) [Keyacom][]
-   enh(bash) add `select` and `until` as keywords

[arnoudbuzing]: https://togithub.com/arnoudbuzing

[aliaegik]: https://togithub.com/aliaegik

[Josh Goebel]: https://togithub.com/joshgoebel

[Timur Kamaev]: https://togithub.com/doiftrue

[Leopard20]: https://togithub.com/Leopard20/

[WisamMechano]: https://togithub.com/wisammechano

[faga295]: https://togithub.com/faga295

[AdamRaichu]: https://togithub.com/AdamRaichu

[Ali Ukani]: https://togithub.com/ali

[Jeroen van Vianen]: https://togithub.com/morinel

[Rijenkii]: https://togithub.com/rijenkii

[faga295]: https://togithub.com/faga295

[rvanasa]: https://togithub.com/rvanasa

[CrystalSplitter]: https://togithub.com/CrystalSplitter

[Sam Rawlins]: https://togithub.com/srawlins

[Keyacom]: https://togithub.com/Keyacom

[Boris Verkhovskiy]: https://togithub.com/verhovsky

[Cyrus Kao]: https://togithub.com/CyrusKao

</details>

<details>
<summary>webpack/webpack</summary>

###
[`v5.81.0`](https://togithub.com/webpack/webpack/releases/tag/v5.81.0)

[Compare
Source](https://togithub.com/webpack/webpack/compare/v5.80.0...v5.81.0)

#### New Features

- \[CSS] - Increased CSS import support and new hooks included for CSS
module creation by
[@&#8203;alexander-akait](https://togithub.com/alexander-akait) in
[webpack/webpack#17057
- Logging now added to DefinePlugin by
[@&#8203;alexander-akait](https://togithub.com/alexander-akait) in
[webpack/webpack#17048
- New `ignoreBrowserWarnings` option to ignore browser console warnings
in ModuleFederation by
[@&#8203;indeediansbrett](https://togithub.com/indeediansbrett) in
[webpack/webpack#16388

#### Bug Fixes

- \[CSS] - Fix issue where vendor prefixed keyframes and animation was
not supported in CSS modules by
[@&#8203;alexander-akait](https://togithub.com/alexander-akait) in
[webpack/webpack#16975
- Fix bug where AST was not properly handled by
[@&#8203;quanru](https://togithub.com/quanru) in
[webpack/webpack#17032
- Fix automatic publicPath detection logic by
[@&#8203;alexander-akait](https://togithub.com/alexander-akait) in
[webpack/webpack#17047

#### Tests & Contributor Experience

- Rename `provide` to `getOrInsert` in MapHelpers and document it better
by [@&#8203;TheLarkInn](https://togithub.com/TheLarkInn) in
[webpack/webpack#17060
- Increase test reliability for DefinePlugin
[@&#8203;alexander-akait](https://togithub.com/alexander-akait) in
[webpack/webpack#17062
- Add additional CI Pipeline to test main branches of first-party
webpack dependencies by
[@&#8203;alexander-akait](https://togithub.com/alexander-akait) in
[webpack/webpack#17020
- Refactor tests to no longer use deprecated or legacy dependencies and
APIs by [@&#8203;alexander-akait](https://togithub.com/alexander-akait)
in
[webpack/webpack#17033

#### Developer Experience

- Increase type coverage/documentation for ModuleFilenameHelpers by
[@&#8203;TheLarkInn](https://togithub.com/TheLarkInn) in
[webpack/webpack#17045
- Increase type coverage/documentation for CommonJsExportsParserPlugin
by [@&#8203;TheLarkInn](https://togithub.com/TheLarkInn) in
[webpack/webpack#17046
- Increase type coverage/documentation for binarySearchBounds.js by
[@&#8203;TheLarkInn](https://togithub.com/TheLarkInn) in
[webpack/webpack#17058
- Export MemoryCacheOptions types by
[@&#8203;romulof](https://togithub.com/romulof) in
[webpack/webpack#17055

#### Dependencies & Maintenance

- Add NodeJS v20 to CI Matrix by
[@&#8203;alexander-akait](https://togithub.com/alexander-akait) in
[webpack/webpack#17019
- Update Typescript to v5 by
[@&#8203;alexander-akait](https://togithub.com/alexander-akait) in
[webpack/webpack#16957
- Bump [@&#8203;types/estree](https://togithub.com/types/estree) from
1.0.0 to 1.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[webpack/webpack#17026
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.15.11 to 18.15.13 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[webpack/webpack#17038
- Bump assemblyscript from 0.27.2 to 0.27.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[webpack/webpack#17051
- Bump memfs from 3.5.0 to 3.5.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[webpack/webpack#17039
- Bump prettier from 2.8.7 to 2.8.8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[webpack/webpack#17050
- Bump simple-git from 3.17.0 to 3.18.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[webpack/webpack#17066

#### New Contributors

- [@&#8203;quanru](https://togithub.com/quanru) made their first
contribution in
[webpack/webpack#17032
- [@&#8203;romulof](https://togithub.com/romulof) made their first
contribution in
[webpack/webpack#17055
- [@&#8203;indeediansbrett](https://togithub.com/indeediansbrett) made
their first contribution in
[webpack/webpack#16388

**Full Changelog**:
webpack/webpack@v5.80.0...v5.81.0

</details>

---

### 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](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/google/osv.dev).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->
  • Loading branch information
renovate-bot committed May 4, 2023
1 parent 71e40a9 commit 6bd03d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions gcp/appengine/frontend3/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gcp/appengine/frontend3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@material/mwc-icon-button": "0.27.0",
"@material/mwc-textfield": "0.27.0",
"@material/theme": "13.0.0",
"highlight.js": "11.7.0",
"highlight.js": "11.8.0",
"lit": "2.7.3",
"spicy-sections": "git+https://github.com/tabvengers/spicy-sections.git#c3aae99dbf1e627cdf03a35c913d7f6e970de22b"
},
Expand All @@ -32,7 +32,7 @@
"sass": "1.62.1",
"sass-loader": "12.6.0",
"style-loader": "3.3.2",
"webpack": "5.80.0",
"webpack": "5.82.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.13.3"
}
Expand Down

0 comments on commit 6bd03d0

Please sign in to comment.