Update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@rollup/plugin-terser (source) | devDependencies | minor | ^0.1.0 -> ^0.3.0 |
@webcomponents/scoped-custom-element-registry (source) | dependencies | patch | ^0.0.6 -> ^0.0.7 |
eslint (source) | devDependencies | minor | 8.31.0 -> 8.32.0 |
glob | devDependencies | minor | 8.0.3 -> 8.1.0 |
lit (source) | dependencies | minor | 2.5.0 -> 2.6.1 |
prettier (source) | devDependencies | patch | 2.8.2 -> 2.8.3 |
rollup (source) | devDependencies | minor | 3.9.1 -> 3.10.0 |
Release Notes
rollup/plugins
v0.3.0
2023-01-06
Features
- feat: emit source map #1383
v0.2.1
2022-12-21
Bugfixes
- fix: __filename not defined #1367
v0.2.0
2022-12-05
Features
- feat: parallel execution #1341
webcomponents/polyfills
v0.0.7
Fixed
- Polyfilled ElementInternals prototype methods now return their original value.
eslint/eslint
v8.32.0
Features
Bug Fixes
Documentation
-
17b65ad
docs: IA Update page URL move (#16665) (Ben Perlmutter) -
5981296
docs: fix theme switcher button (#16752) (Sam Chen) -
6669413
docs: deploy prerelease docs under the/docs/next/
path (#16541) (Nitin Kumar) -
78ecfe0
docs: use inline code for rule options name (#16768) (Percy Ma) -
fc2ea59
docs: Update README (GitHub Actions Bot) -
762a872
docs: Update README (GitHub Actions Bot)
Chores
lit/lit
v2.6.1
Patch Changes
-
#3526
65e56655
- Disable ShadyDOM noPatch in Node dev build. This fixes the issue of throwing due to undefinedwindow
. -
#3561
e5c254e9
- Fix built-in shimming ofHTMLElement
for Node build ofreactive-element
to respect existingHTMLElement
in global
v2.6.0
Minor Changes
-
#3522
72fcf0d7
- When running in Node, Lit now automatically includes minimal DOM shims which are sufficient for most SSR (Server Side Rendering) use-cases, removing the need to import the global DOM shim from@lit-labs/ssr
.The new
@lit-labs/ssr-dom-shim
package has been introduced, which exports anHTMLElement
,CustomElementRegistry
, and defaultcustomElements
singleton.The existing
@lit-labs/ssr
global DOM shim can still be used, and is compatible with the new package, because@lit-labs/ssr
imports from@lit-labs/ssr-dom-shim
. Importing the global DOM shim adds more APIs to the global object, such as a globalHTMLElement
,TreeWalker
,fetch
, and other APIs. It is recommended that users try to remove usage of the@lit-labs/ssr
DOM shim, and instead rely on the more minimal, automatic shimming that@lit/reactive-element
now provides automatically.
Patch Changes
- Updated dependencies [
72fcf0d7
]:- @lit/reactive-element@1.6.0
- lit-html@2.6.0
prettier/prettier
v2.8.3
#14170 by @fisker)
Allow self-closing tags on custom elements (See Angular v15.1.0 release note for details.
// Input
<app-test/>
// Prettier 2.8.2
SyntaxError: Only void and foreign elements can be self closed "app-test" (1:1)
> 1 | <app-test/>
| ^^^^^^^^^
2 |
// Prettier 2.8.3
<app-test />
rollup/rollup
v3.10.0
2023-01-12
Features
- Add information about the resolving plugin to resolved ids (#4789)
- Improve treeshaking for optional chaining when the root is nullish (#4797)
Bug Fixes
- Remove unnecessary internal defaults for acorn options (#4786)
Merge Requests
- #4785: Use @jridgewell/sourcemap-codec (@bluwy)
- #4786: Remove default acorn options + other fixes (@dnalborczyk)
-
#4789: feat: add
resolvedBy
field toResolvedId
(@TrickyPi) - #4794: fix: import can be shortened (@cunzaizhuyi)
- #4796: Update dependencies (@lukastaegert)
- #4797: feat: treeshake for optional chaining (@antfu)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.