❤️ This GitHub Action will automatically add your GitHub Sponsors to your README. It can be configured in multiple ways allowing you to display and breakdown your sponsors by price tier with fallbacks.
Updated dependencies, notably tough-cookie, which no longer prints a deprecation warning.
Version 25.0.0
This major release changes the prototype of a jsdom's EventTarget.prototype to point to the Object.prototype inside the jsdom, instead of pointing to the Node.js Object.prototype. Thus, the prototype chain of Window stays entirely within the jsdom, never crossing over into the Node.js realm.
This only occurs when runScripts is set to non-default values of "dangerously" or "outside-only", as with the default value, there is no separate Object.prototype inside the jsdom.
This will likely not impact many programs, but could cause some changes in instanceof behavior, and so out of an abundance of caution, we're releasing it as a new major version.
Version 24.1.3
Fixed calls to postMessage() that were done as a bare property (i.e., postMessage() instead of window.postMessage()).
Version 24.1.2
Fixed an issue with the in operator applied to EventTarget methods, e.g. 'addEventListener' in window, which only appeared in Node.js ≥22.5.0. (legendecas)
Fixed the events fired by blur(): it no longer fires focus and focusin on the Document, and blur and focusout no longer have their relatedTarget property set. (asamuzaK)
Updated dependencies, notably tough-cookie, which no longer prints a deprecation warning.
25.0.0
This major release changes the prototype of a jsdom's EventTarget.prototype to point to the Object.prototype inside the jsdom, instead of pointing to the Node.js Object.prototype. Thus, the prototype chain of Window stays entirely within the jsdom, never crossing over into the Node.js realm.
This only occurs when runScripts is set to non-default values of "dangerously" or "outside-only", as with the default value, there is no separate Object.prototype inside the jsdom.
This will likely not impact many programs, but could cause some changes in instanceof behavior, and so out of an abundance of caution, we're releasing it as a new major version.
24.1.3
Fixed calls to postMessage() that were done as a bare property (i.e., postMessage() instead of window.postMessage()).
24.1.2
Fixed an issue with the in operator applied to EventTarget methods, e.g. 'addEventListener' in window, which only appeared in Node.js ≥22.5.0. (legendecas)
Fixed the events fired by blur(): it no longer fires focus and focusin on the Document, and blur and focusout no longer have their relatedTarget property set. (asamuzaK)
Bumps the misc group with 19 updates in the / directory:
1.10.1
1.11.1
9.3.0
9.13.0
3.1.6
3.1.7
24.1.1
25.0.1
7.7.0
8.12.1
1.4.8
1.4.9
20.12.7
22.8.2
7.9.0
8.12.1
7.9.0
8.12.1
9.0.0
9.13.0
28.5.0
28.8.3
5.1.3
5.2.1
27.5.1
29.7.0
29.5.12
29.5.14
27.5.1
29.7.0
13.5.4
13.5.5
3.2.5
3.3.3
29.1.2
29.2.5
5.4.5
5.6.3
Updates
@actions/core
from 1.10.1 to 1.11.1Changelog
Sourced from
@actions/core
's changelog.Commits
Updates
@eslint/js
from 9.3.0 to 9.13.0Release notes
Sourced from
@eslint/js
's releases.... (truncated)
Changelog
Sourced from
@eslint/js
's changelog.... (truncated)
Commits
2211f0a
chore: package.json update for@eslint/js
release873ae60
chore: package.json update for@eslint/js
release36d8095
chore: package.json update for@eslint/js
releasea10f90a
chore: package.json update for@eslint/js
release1ebdde1
chore: package.json update for@eslint/js
releasecd5a0da
chore: package.json update for@eslint/js
release59dba1b
chore: package.json update for@eslint/js
release4aaf2b3
chore: package.json update for@eslint/js
release2570051
chore: package.json revert@eslint/js
version to 9.7.0 (#18719)d73b203
chore: package.json update for@eslint/js
releaseUpdates
dompurify
from 3.1.6 to 3.1.7Release notes
Sourced from dompurify's releases.
Commits
69c8c12
Merge pull request #999 from cure53/main15f54ed
chore: Regenerated source maps4f3b5cb
Merge pull request #998 from cure53/main50aec03
chore: Preparing 3.1.7 release4a9ec1f
fix: Fixed an issue with comment detection and possible bypasses with specifi...50ea515
Merge pull request #993 from cure53/dependabot/npm_and_yarn/body-parser-1.20.3b6188ec
build(deps): bump body-parser from 1.20.1 to 1.20.31e2cb9b
Merge pull request #990 from jeroen1602/angular_support745b521
Added support for the Angular compiler.c1949fb
Merge pull request #989 from cure53/dependabot/npm_and_yarn/webpack-5.94.0Updates
jsdom
from 24.1.1 to 25.0.1Release notes
Sourced from jsdom's releases.
Changelog
Sourced from jsdom's changelog.
Commits
04541b3
Version 25.0.196bd111
Update dependencies and dev dependenciesd08440c
Upgrade tough-cookie to v5.0.0c53efc8
Version 25.0.0784c8a5
Set EventTarget.prototype to the jsdom's Object.prototype0314f1e
Version 24.1.346d5d5c
Fix postMessage referenced as a bare propertya241df6
Version 24.1.2c3a9aed
Remove upstreamed WPTs07fab37
Refactor Window object setup codeUpdates
typescript-eslint
from 7.7.0 to 8.12.1Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
... (truncated)
Commits
1edec1d
chore(release): publish 8.12.13413a2d
chore(release): publish 8.12.0ad9d3ba
feat(typescript-eslint): improve undefined extension handling (#10177)79c27a8
chore(release): publish 8.11.07effdea
chore(release): publish 8.10.0be5bc0f
fix(typescript-eslint): propagatename
field to extended configs in `config...4666ed4
chore(release): publish 8.9.0f898248
chore(release): publish 8.8.12055cfb
chore(release): publish 8.8.0b88ea33
chore(release): publish 8.7.0Updates
@types/async-retry
from 1.4.8 to 1.4.9Commits
Updates
@types/node
from 20.12.7 to 22.8.2Commits
Updates
@typescript-eslint/eslint-plugin
from 7.9.0 to 8.12.1Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
1edec1d
chore(release): publish 8.12.13413a2d
chore(release): publish 8.12.0ac18749
feat(eslint-plugin): [no-base-to-string] handle String() (#10005)3c8978d
feat(eslint-plugin): [switch-exhaustiveness-check] add allowDefaultCaseMatchU...af4743f
test(eslint-plugin): fix a typo in a test, causing it to test theerror
typ...9c956ee
feat(eslint-plugin): [consistent-indexed-object-style] report mapped types (#...e765033
feat(eslint-plugin): [prefer-nullish-coalescing] add support for assignment e...79c27a8
chore(release): publish 8.11.0c8e7c27
feat(eslint-plugin): [no-unnecessary-type-parameters] add suggestion fixer (#...9a182d0
feat(eslint-plugin): [no-base-to-string] add support for catching toLocaleStr...Updates
@typescript-eslint/parser
from 7.9.0 to 8.12.1Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
1edec1d
chore(release): publish 8.12.13413a2d
chore(release): publish 8.12.079c27a8
chore(release): publish 8.11.08d35958
chore: enable eslint-plugin-perfectionist on typescript-estree package (#9852)7effdea
chore(release): publish 8.10.0f9c49e3
feat: support TypeScript 5.6 (#9972)4666ed4
chore(release): publish 8.9.0f898248
chore(release): publish 8.8.12055cfb
chore(release): publish 8.8.0b88ea33
chore(release): publish 8.7.0Updates
eslint
from 9.0.0 to 9.13.0Release notes
Sourced from eslint's releases.