ebook_nodejs
ebook_nodejs copied to clipboard
chore(deps): bump the dependencies group across 1 directory with 3 updates
Bumps the dependencies group with 3 updates in the / directory: jsdom, marked and marked-alert.
Updates jsdom from 24.1.0 to 25.0.1
Release notes
Sourced from jsdom's releases.
Version 25.0.1
- 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.prototypeto point to theObject.prototypeinside the jsdom, instead of pointing to the Node.jsObject.prototype. Thus, the prototype chain ofWindowstays entirely within the jsdom, never crossing over into the Node.js realm.This only occurs when
runScriptsis set to non-default values of"dangerously"or"outside-only", as with the default value, there is no separateObject.prototypeinside the jsdom.This will likely not impact many programs, but could cause some changes in
instanceofbehavior, 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 ofwindow.postMessage()).Version 24.1.2
- Fixed an issue with the
inoperator applied toEventTargetmethods, e.g.'addEventListener' in window, which only appeared in Node.js ≥22.5.0. (legendecas)- Fixed the events fired by
blur(): it no longer firesfocusandfocusinon theDocument, andblurandfocusoutno longer have theirrelatedTargetproperty set. (asamuzaK)Version 24.1.1
- Fixed selection methods to trigger the
selectionchangeevent on theDocumentobject. (piotr-oles)
Changelog
Sourced from jsdom's changelog.
25.0.1
- 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.prototypeto point to theObject.prototypeinside the jsdom, instead of pointing to the Node.jsObject.prototype. Thus, the prototype chain ofWindowstays entirely within the jsdom, never crossing over into the Node.js realm.This only occurs when
runScriptsis set to non-default values of"dangerously"or"outside-only", as with the default value, there is no separateObject.prototypeinside the jsdom.This will likely not impact many programs, but could cause some changes in
instanceofbehavior, 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 ofwindow.postMessage()).24.1.2
- Fixed an issue with the
inoperator applied toEventTargetmethods, e.g.'addEventListener' in window, which only appeared in Node.js ≥22.5.0. (legendecas)- Fixed the events fired by
blur(): it no longer firesfocusandfocusinon theDocument, andblurandfocusoutno longer have theirrelatedTargetproperty set. (asamuzaK)24.1.1
- Fixed selection methods to trigger the
selectionchangeevent on theDocumentobject. (piotr-oles)
Commits
04541b3Version 25.0.196bd111Update dependencies and dev dependenciesd08440cUpgrade tough-cookie to v5.0.0c53efc8Version 25.0.0784c8a5Set EventTarget.prototype to the jsdom's Object.prototype0314f1eVersion 24.1.346d5d5cFix postMessage referenced as a bare propertya241df6Version 24.1.2c3a9aedRemove upstreamed WPTs07fab37Refactor Window object setup code- Additional commits viewable in compare view
Updates marked from 13.0.2 to 14.1.2
Release notes
Sourced from marked's releases.
v14.1.2
14.1.2 (2024-09-08)
Bug Fixes
v14.1.1
14.1.1 (2024-09-04)
Bug Fixes
v14.1.0
14.1.0 (2024-08-26)
Bug Fixes
Features
v14.0.0
14.0.0 (2024-08-07)
Bug Fixes
- allow async option to dictate type returned (#3341) (b5a5004)
- Remove useNewRenderer (#3342) (e64f226)
BREAKING CHANGES
- Remove old renderer
- throw an error if
async: falseis set when an extension setsasync: truev13.0.3
13.0.3 (2024-07-28)
Bug Fixes
... (truncated)
Commits
0309c2fchore(release): 14.1.2 [skip ci]9d7b728fix: fix html following list (#3444)2fe4136chore: update testutils to v14.1.1-0 (#3443)f3c387fchore(release): 14.1.1 [skip ci]9ed6456fix: Don't replace tabs with spaces (#3438)2ff0547chore(deps-dev): Bump@markedjs/eslint-configfrom 1.0.1 to 1.0.2 (#3442)e6167a9chore(deps-dev): Bump rollup from 4.21.0 to 4.21.2 (#3441)2124b5dchore: update@marked/testutils(#3431)e6f0ca5chore(deps-dev): Bump eslint from 9.9.0 to 9.9.1 (#3430)73d21f4chore(deps-dev): Bump tslib from 2.6.3 to 2.7.0 (#3429)- Additional commits viewable in compare view
Updates marked-alert from 2.0.1 to 2.1.0
Release notes
Sourced from marked-alert's releases.
[email protected]
marked-alert 2.1.0 (2024-09-26)
Features
[email protected]
marked-alert 2.0.2 (2024-08-29)
Bug Fixes
- lint code (c75dfc9)
Commits
3cc4926chore(release): 2.1.084f17bcchore(deps): ncu867b011feat: improve alert token handling656ed0dchore(deps): update shiki monorepo to v1.18.00f33d35chore(deps): update shiki monorepo to v1.17.7fdca271chore(deps): update shiki monorepo to v1.17.5f7eb558chore(deps): update dependency marked to v14.1.2ac7d64dchore(deps): update shiki monorepo to v1.17.088b6c76chore(deps): update shiki monorepo to v1.16.23d58361chore(release): 1.0.7- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 <dependency name> minor versionwill 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 <dependency name>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 <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions