chore(deps): update devdependencies-major (major)#97
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update devdependencies-major (major)#97renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Deploying p5-code-sandbox with
|
| Latest commit: |
434060a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://270ca9df.p5-code-sandbox.pages.dev |
| Branch Preview URL: | https://renovate-major-devdependenci.p5-code-sandbox.pages.dev |
✅ Deploy Preview for p5-codesandbox ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
0bbc46a to
8b575a9
Compare
248f1a2 to
94a6a50
Compare
9b93b04 to
809986a
Compare
52c665e to
02fd9a5
Compare
02fd9a5 to
d91ef80
Compare
095aca1 to
0ae1f47
Compare
f74e8de to
46004b9
Compare
b125860 to
ca1d5d0
Compare
457ad62 to
fd20b32
Compare
60b92b1 to
6a6f5f2
Compare
4476da7 to
eb08570
Compare
e80c362 to
0e57398
Compare
7419c56 to
d27d916
Compare
587cd99 to
b9d51db
Compare
6852a81 to
ebb5fb1
Compare
cb3da69 to
fd59761
Compare
fd59761 to
86a240b
Compare
d4c3e30 to
b79451e
Compare
b79451e to
7a377ca
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
22.19.11→24.10.130.5.1→1.2.026.1.0→28.1.018.1.0→24.0.02.1.9→4.0.18Release Notes
vite-pwa/astro (@vite-pwa/astro)
v1.2.0Compare Source
No significant changes
View changes on GitHub
v1.1.1Compare Source
No significant changes
View changes on GitHub
v1.1.0Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.0.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.0.0Compare Source
🚨 Breaking Changes
vite-plugin-pwatov1.0.0- by @userquin in #63 (a542b)View changes on GitHub
jsdom/jsdom (jsdom)
v28.1.0Compare Source
blob.text(),blob.arrayBuffer(), andblob.bytes()methods.getComputedStyle()to account for CSS specificity when multiple rules apply. (asamuzaK)XMLHttpRequestperformance by using a persistent worker thread, avoiding ~400ms of setup overhead on every synchronous request after the first one.node.getRootNode(),node.isConnected, andevent.dispatchEvent()by caching the root node of document-connected trees.getComputedStyle()to correctly handle!importantpriority. (asamuzaK)document.getElementById()to return the first element in tree order when multiple elements share the same ID.<svg>elements to no longer incorrectly proxy event handlers to theWindow.FileReaderevent timing andfileReader.resultstate to more closely follow the spec.XMLHttpRequestencountered dispatch errors.fetch()has been used before importing jsdom, by working around undici v6/v7 incompatibilities.v28.0.0Compare Source
<iframe>and<frame>loads.WebSockets are no longer correctly throttled to one connection per origin. This is a result of the bug at nodejs/undici#4743.<a>and<area>elements in non-UTF-8 documents.XMLHttpRequestfetches andWebSocketupgrade requests to be interceptable by the new customizable resource loading. (Except synchronousXMLHttpRequests.)ArrayBuffers or typed arrays to various APIs, where they would not correctly snapshot the data.require("url").parse()deprecation warning when usingWebSockets.<iframe>,<frame>, and<img>(whencanvasis installed) to fireloadevents, noterrorevents, on non-OK HTTP responses.XMLHttpRequest.v27.4.0Compare Source
TextEncoderandTextDecoder.@exodus/bytespackage; it is now much more correct. (ChALkeR)<meta charset>or using the parent frame's encoding.Ranges were used and then the elements referred to by those ranges were removed.v27.3.0Compare Source
@acemir/cssom. (acemir)v27.2.0Compare Source
CSSGroupingRule,CSSNestedDeclarations,CSSConditionRule,CSSContainerRule,CSSScopeRule,CSSSupportsRule,CSSLayerBlockRule, andCSSLayerStatementRuleto jsdomWindows. (acemir)@acemir/cssom. (acemir)@import-ed stylesheets to be properly exposed to CSSOM, and not to overwrite the sheet created from the<link>or<style>element. (acemir)v27.1.0Compare Source
@acemir/cssom, including support for nested selectors, nested declarations, layer statements, and improved at-rule validation. (acemir)package.json"engines"field to reflect the new minimum Node.js versions needed to run jsdom, as noted in the changelog for v27.0.1.v27.0.1Compare Source
class=""attribute changes is only possible with a new version of jsdom. (asamuzaK)v27.0.0Compare Source
Changes since 26.1.0
BeforeUnloadEvent,BlobEvent,DeviceMotionEvent(omittingrequestPermission()),DeviceOrientationEvent(omittingrequestPermission()),PointerEvent,PromiseRejectionEvent, andTransitionEvent.movementXandmovementYtoMouseEvent. (These are from the Pointer Lock specification, the rest of which is not implemented.)customElements.getName(). (mash-graz)"jsdomError"events are now documented, with specifictypeproperties and other properties that depend on the type.sendTo()was renamed toforwardTo().jsdomErrorsoption toforwardTo()can be used to control which errors are sent to the Node.js console. This replaces the previousomitJSDOMErrorsboolean option."jsdomError"s for failedXMLHttpRequestfetches are no longer emitted."jsdomError"s to the Node.js console are streamlined.nwsapito@asamuzakjp/dom-selector, closing over 20 selector-related bugs.tough-cookie, which now considers URLs likehttp://localhost/to be secure contexts (per the spec), and thus will returnSecure-flagged cookies for such URLs. (colincasey)cssstyle, which brings along many improvements and fixes to theCSSStyleDeclarationobject and its properties.element.click()to fire aPointerEventinstead of aMouseEvent.<input>element'spattern=""attribute to use thevregular expression flag, instead ofu.Windowobject, including named properties and changing various data properties to accessor properties.document.createEvent()to accept a more correct set of event names.ElementInternalsaccessibility getters and setters. (They were introduced in v23.1.0, but due to inadequate test coverage never actually worked.)Object.defineProperty()on certain objects, such asHTMLSelectElementinstances.jsdom.reconfigure({ url })not updatingdocument.baseURIor properties derived from it. (This regressed in v26.1.0.)initial,inherit, andunsetkeywords, to resolve correctly. (asamuzaK)displaystyle resolution. (asamuzaK)Changes since 27.0.0-beta.3
cssstyle, which brings along various CSS parsing fixes.netlify/cli (netlify-cli)
v24.0.0Compare Source
⚠ BREAKING CHANGES
sites:create-templatecommand (#7946)Features
@netlify/dev(#7950) (03435e5)sites:create-templatecommand (#7946) (ad3487d)Bug Fixes
v23.15.1Compare Source
Bug Fixes
v23.15.0Compare Source
Features
Bug Fixes
v23.14.0Compare Source
Features
Bug Fixes
@netlify/images(#7584) (321170d)v23.13.5Compare Source
Bug Fixes
v23.13.4Compare Source
Bug Fixes
v23.13.3Compare Source
Bug Fixes
v23.13.2Compare Source
Bug Fixes
qsdeps (#7847) (c814dd7)v23.13.1Compare Source
Bug Fixes
v23.13.0Compare Source
Features
v23.12.3Compare Source
Bug Fixes
v23.12.2Compare Source
Bug Fixes
v23.12.1Compare Source
Bug Fixes
v23.12.0Compare Source
Features
Bug Fixes
v23.11.1Compare Source
Bug Fixes
v23.11.0Compare Source
Features
v23.10.0Compare Source
Features
Bug Fixes
v23.9.5Compare Source
Bug Fixes
v23.9.4Compare Source
Bug Fixes
v23.9.3Compare Source
Bug Fixes
v23.9.2Compare Source
Bug Fixes
v23.9.1Compare Source
Bug Fixes
v23.9.0Compare Source
Features
Bug Fixes
v23.8.1Compare Source
Bug Fixes
v23.8.0Compare Source
Features
--verboseflag todeploycommand (#7656) (4272578)Bug Fixes
v23.7.3Compare Source
Bug Fixes
--jsonis used (#7649) (76c3009)v23.7.2Compare Source
Bug Fixes
v23.7.1Compare Source
Bug Fixes
v23.7.0Compare Source
Features
Bug Fixes
v23.6.0Compare Source
Features
--draftflag to deploy command (#7626) (a1186e0)v23.5.1Compare Source
Bug Fixes
v23.5.0Compare Source
Features
Bug Fixes
v23.4.3Compare Source
Bug Fixes
v23.4.2Compare Source
Bug Fixes
v23.4.1Compare Source
Bug Fixes
v23.4.0Compare Source
Features
v23.3.1Compare Source
Bug Fixes
v23.3.0Compare Source
Features
v23.2.1Compare Source
Bug Fixes
v23.2.0Compare Source
Features
Bug Fixes
v23.1.4Compare Source
Bug Fixes
v23.1.3Compare Source
Bug Fixes
v23.1.2Compare Source
Bug Fixes
v23.1.1Compare Source
Bug Fixes
v23.1.0Compare Source
Features
Bug Fixes
v23.0.0Compare Source
⚠ BREAKING CHANGES
Features
Configuration
📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, 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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.