Better support symbols used as propertys, e.g. get [foo]() { return 1 }
Release 0.10.2
Mark fields and methods starting with # as private
Release 0.10.1
Escape newlines and whitespaces from object output
Release 0.10.0
Added support for new cssState addition to the schema
Release 0.9.9
Support @attribute jsdoc better
Release 0.9.8
Skip ...super.properties in lit's static properties
Release 0.9.7
Added scheduleUpdate to lit's method denylist
Release 0.9.6
Added createRenderRoot to lit's method denylist
Release 0.9.5
When using litPlugin, it now removes overriden lit specific lifecycle methods to be aligned with the behavior of overriding lit specific lifecycle methods in classes
Release 0.9.4
Updated the internally used TS version to ~5.4.2. This is a breaking change for plugin authors, because the AST that typescript exposes has changed; specifically for decorators; node.decorators no longer exists, but decorators can now be found in node.modifiers. There may be other AST changes as well.
Release 0.9.3
Fix missing type for initialize hook
Release 0.9.2
Apply inheritance for slots, cssParts and cssProperties
Release 0.9.1
Correctly remove resolveInitializers from attributes when using litPlugin
Release 0.9.0
Adds support for initialize hook for plugins. This also fixes a initialization issue when previously using TS's typechecker in combination with overrideModuleCreation
This version was also tested against the following stable channels:
Google Chrome 129
Microsoft Edge 129
v1.48.0
WebSocket routing
New methods page.routeWebSocket() and browserContext.routeWebSocket() allow to intercept, modify and mock WebSocket connections initiated in the page. Below is a simple example that mocks WebSocket communication by responding to a "request" with a "response".
This version was also tested against the following stable channels:
Google Chrome 129
Microsoft Edge 129
v1.48.0
WebSocket routing
New methods page.routeWebSocket() and browserContext.routeWebSocket() allow to intercept, modify and mock WebSocket connections initiated in the page. Below is a simple example that mocks WebSocket communication by responding to a "request" with a "response".
Add support for forcing the use of filesystem polling instead of OS events in watch mode. Set the environment variable WIREIT_WATCH_STRATEGY=poll, and optionally WIREIT_WATCH_POLL_MS (default 500).
When GitHub caching fails to initialize, more information is now shown about
the error, and it is no longer fatal.
[0.14.6] - 2024-08-05
Added
Added support for the v2 version of the
google/wireit@setup-github-actions-caching action, which provides improved
security. All users are advised to upgrade to
google/wireit@setup-github-actions-caching/v2.
[0.14.5] - 2024-07-08
Fixed
Wireit will now shut down its child processes gracefully when receiving
SIGTERM. Previously only SIGINT was listened for.
Changed
Updated engines in package.json so that users of Node 16 and 17 will get
install warnings (consistent with 0.13.0 which already raised the minimum
supported version to Node 18).
Replaced braces dependency with smaller brace-expansion dependency.
[0.14.4] - 2024-01-26
Fixed
When listing a symlink that points to a directory in output files, the
symlink will now be directly cached as a symlink, instead of its children
being cached. This also fixes an file already exists, symlink exception that
could occur in the same situation.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the development-dependencies group with 11 updates in the / directory:
0.8.4
0.10.3
1.38.1
1.48.2
3.55.8
3.58.1
18.2.24
18.3.12
0.17.1
0.19.0
0.10.1
0.11.0
5.1.0
5.4.0
4.3.6
5.1.4
3.0.3
3.0.4
0.0.5
0.0.6
0.14.0
0.14.9
Updates
@custom-elements-manifest/analyzer
from 0.8.4 to 0.10.3Changelog
Sourced from
@custom-elements-manifest/analyzer
's changelog.Commits
Updates
@playwright/test
from 1.38.1 to 1.48.2Release notes
Sourced from
@playwright/test
's releases.... (truncated)
Commits
dc80964
chore: mark v1.48.2 (#33290)ffd19e5
cherry-pick(#33269): fix(codegen): SIGINT handling was leading to zombie proc...f26c6fc
cherry-pick(#33240, #33264): fix(recorder): do not leak when instantiated in ...ff1932b
cherry-pick(#33244): fix(trace viewer): limit the number of contexts loaded i...a96f483
cherry-pick(#33245): fix(trace viewer): make LRUCache per-trace (#33260)8e96d94
cherry-pick(#33211): docs: use WebSocketFrame abstraction for Java & .NET5b54067
cherry-pick(#33147): docs: add video to release notesceb756d
chore: mark v1.48.1 (#33136)c3740d3
cherry-pick(#33133): (docker): correct Ubuntu Noble name in name template2ec0c86
cherry-pick(#33124): test: unflake ff debugger testMaintainer changes
This version was pushed to npm by yurys, a new releaser for
@playwright/test
since your current version.Updates
@types/google.maps
from 3.55.8 to 3.58.1Commits
Updates
@types/react
from 18.2.24 to 18.3.12Commits
Updates
@web/test-runner
from 0.17.1 to 0.19.0Release notes
Sourced from
@web/test-runner
's releases.Changelog
Sourced from
@web/test-runner
's changelog.... (truncated)
Commits
d5ae228
Version Packages (#2803)9a88d83
Version Packages (#2774)6914f3b
fix(test-runner): show suites for summaryReporter({ flatten: true }) (#2773)03f3c6f
Version Packages43eb130
fix(test-runner): unify visual-written representation of skipped tests6aefbec
Version Packages400fe3c
chore: remove unused ci stuff, other stuff runs in ci already now5792e9c
Add file extensions to file imports835bb24
Version Packagesd0079c6
Merge pull request #2394 from koddsson/set-node-engines-to-node-18Updates
@web/test-runner-playwright
from 0.10.1 to 0.11.0Changelog
Sourced from
@web/test-runner-playwright
's changelog.Commits
835bb24
Version Packagesd0079c6
Merge pull request #2394 from koddsson/set-node-engines-to-node-18f375cf6
Version Packages0fd20a8
Version Packages521ea5f
build: add 'types' section in exportscae145f
chore: update script name in codea3e3004
set node version to 18Updates
jasmine
from 5.1.0 to 5.4.0Release notes
Sourced from jasmine's releases.
Commits
9066695
Bump version to 5.4.0c590650
Bump version to 5.3.1bff25e1
Fixed README formatting1bba22b
Updated copyright date53a4077
Removed broken Fossa badge from Readme12fd347
Handle non-serializable expected and actual values in parallel mode7c31381
Bump version to 5.3.0d9f1c03
Bump version to 5.2.087d1806
Moved eslint config out of package.json7884d34
Wrap help text to the terminal widthUpdates
@types/jasmine
from 4.3.6 to 5.1.4Commits
Updates
markdown-table
from 3.0.3 to 3.0.4Release notes
Sourced from markdown-table's releases.
Commits
1db5626
3.0.462a22c4
Remove license year6dab0ba
Refactor code-style9f9497c
Add declaration maps1074f30
Refactorpackage.json
b913692
Refactor.prettierignore
4efb15e
Addignore-scripts
to.npmrc
9e0790c
Refactor.editorconfig
73f5305
Update Actionsd9587d3
Add.tsbuildinfo
to.gitignore
Updates
playwright
from 1.38.1 to 1.48.2Release notes
Sourced from playwright's releases.
... (truncated)
Commits
dc80964
chore: mark v1.48.2 (#33290)ffd19e5
cherry-pick(#33269): fix(codegen): SIGINT handling was leading to zombie proc...f26c6fc
cherry-pick(#33240, #33264): fix(recorder): do not leak when instantiated in ...ff1932b
cherry-pick(#33244): fix(trace viewer): limit the number of contexts loaded i...a96f483
cherry-pick(#33245): fix(trace viewer): make LRUCache per-trace (#33260)8e96d94
cherry-pick(#33211): docs: use WebSocketFrame abstraction for Java & .NET5b54067
cherry-pick(#33147): docs: add video to release notesceb756d
chore: mark v1.48.1 (#33136)c3740d3
cherry-pick(#33133): (docker): correct Ubuntu Noble name in name template2ec0c86
cherry-pick(#33124): test: unflake ff debugger testMaintainer changes
This version was pushed to npm by yurys, a new releaser for playwright since your current version.
Updates
typescript
from 5.2.2 to 5.4.5Release notes
Sourced from typescript's releases.
... (truncated)
Commits
27bcd4c
Update LKG9f33bf1
🤖 Pick PR #58098 (Fix constraints of nested homomorph...) into release-5.4 (#...71b2f84
Bump version to 5.4.5 and LKG892936f
🤖 Pick PR #58083 (Don't propagate partial union/inter...) into release-5.4 (#...38a7c05
release-5.4: Always set node-version for setup-node (#58117)b754fc3
🤖 Pick PR #57778 (fix type import check for default-i...) into release-5.4 (#...8eb3367
Bump version to 5.4.4 and LKGde9096b
🤖 Pick PR #57871 (Divide-and-conquer strategy for int...) into release-5.4 (#...06aae98
🤖 Pick PR #57973 (Compare package.json paths with cor...) into release-5.4 (#...6d8134e
🤖 Pick PR #57637 (Fixed a regression related to deter...) into release-5.4 (#...Updates
web-test-runner-jasmine
from 0.0.5 to 0.0.6Changelog
Sourced from web-test-runner-jasmine's changelog.
Commits
Updates
wireit
from 0.14.0 to 0.14.9Changelog
Sourced from wireit's changelog.
... (truncated)
Commits
f53b8bd
Release 0.14.9 (#1179)9c64d90
Add support for filesystem polling (#1176)1b0ac91
Release 0.14.8 (#1170)66338d2
Support node --run (#1169)e7f501d
Update self (#1149)046a007
Bump pnpm from 9.6.0 to 9.7.0 (#1151)a327344
Bump@types/node
from 18.19.43 to 18.19.44 (#1155)ebb1177
Bump@types/vscode
from 1.91.0 to 1.92.0 (#1154)ee1af1e
Bump vscode-languageserver-textdocument from 1.0.11 to 1.0.12 (#1153)9b22a71
Bump@typescript-eslint/parser
from 7.16.1 to 7.18.0 (#1144)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show