Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) 22.19.1 -> 24.10.4 age confidence
@vite-pwa/astro 0.5.1 -> 1.2.0 age confidence
jsdom 26.1.0 -> 27.3.0 age confidence
netlify-cli 18.1.0 -> 23.12.3 age confidence
vitest (source) 2.1.9 -> 4.0.15 age confidence

Release Notes

vite-pwa/astro (@​vite-pwa/astro)

v1.2.0

Compare Source

No significant changes

    View changes on GitHub

v1.1.1

Compare Source

No significant changes

    View changes on GitHub

v1.1.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.0.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub
jsdom/jsdom (jsdom)

v27.3.0

Compare Source

  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)

v27.2.0

Compare Source

  • Added CSSGroupingRule, CSSNestedDeclarations, CSSConditionRule, CSSContainerRule, CSSScopeRule, CSSSupportsRule, CSSLayerBlockRule, and CSSLayerStatementRule to jsdom Windows. (acemir)
  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)
  • Fixed @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.0

Compare Source

  • Improved CSS parsing by switching to @acemir/cssom, including support for nested selectors, nested declarations, layer statements, and improved at-rule validation. (acemir)
  • Fixed some selector cache invalidation issues where changes to attributes were not being picked up. (asamuzaK)
  • Fixed 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.1

Compare Source

  • Fixed some regressions in CSS selectors. Most such regression fixes were done in a minor update of a dependency, and thus available for all fresh installs of v27.0.0. However, one related to class="" attribute changes is only possible with a new version of jsdom. (asamuzaK)

v27.0.0

Compare Source

Changes since 26.1.0
  • Node.js v20 is now the minimum supported version.
  • Added a variety of event constructors, even though we do not implement their associated specifications or ever fire them: BeforeUnloadEvent, BlobEvent, DeviceMotionEvent (omitting requestPermission()), DeviceOrientationEvent (omitting requestPermission()), PointerEvent, PromiseRejectionEvent, and TransitionEvent.
  • Added movementX and movementY to MouseEvent. (These are from the Pointer Lock specification, the rest of which is not implemented.)
  • Added customElements.getName(). (mash-graz)
  • Updated the virtual console:
    • "jsdomError" events are now documented, with specific type properties and other properties that depend on the type.
    • sendTo() was renamed to forwardTo().
    • The jsdomErrors option to forwardTo() can be used to control which errors are sent to the Node.js console. This replaces the previous omitJSDOMErrors boolean option.
    • "jsdomError"s for failed XMLHttpRequest fetches are no longer emitted.
    • The values that are printed when forwarding "jsdomError"s to the Node.js console are streamlined.
  • Switched our CSS selector engine from nwsapi to @asamuzakjp/dom-selector, closing over 20 selector-related bugs.
  • Upgraded tough-cookie, which now considers URLs like http://localhost/ to be secure contexts (per the spec), and thus will return Secure-flagged cookies for such URLs. (colincasey)
  • Upgraded cssstyle, which brings along many improvements and fixes to the CSSStyleDeclaration object and its properties.
  • Updated the user agent stylesheet to be derived from the HTML Standard, instead of from an old revision of Chromium.
  • Changed element.click() to fire a PointerEvent instead of a MouseEvent.
  • Changed certain events to be passive by default.
  • Changed the <input> element's pattern="" attribute to use the v regular expression flag, instead of u.
  • Fixed many specification conformance issues with the Window object, including named properties and changing various data properties to accessor properties.
  • Fixed document.createEvent() to accept a more correct set of event names.
  • Fixed the ElementInternals accessibility getters and setters. (They were introduced in v23.1.0, but due to inadequate test coverage never actually worked.)
  • Fixed using Object.defineProperty() on certain objects, such as HTMLSelectElement instances.
  • Fixed jsdom.reconfigure({ url }) not updating document.baseURI or properties derived from it. (This regressed in v26.1.0.)
  • Fixed CSS system colors, as well as the initial, inherit, and unset keywords, to resolve correctly. (asamuzaK)
  • Fixed CSS display style resolution. (asamuzaK)
Changes since 27.0.0-beta.3
  • Upgraded cssstyle, which brings along various CSS parsing fixes.
netlify/cli (netlify-cli)

v23.12.3

Compare Source

Bug Fixes

v23.12.2

Compare Source

Bug Fixes
  • deps: upgrade deps to resolve 2 high-sev vulnerabilities (#​7804) (1c41700)

v23.12.1

Compare Source

Bug Fixes
  • npm-shrinkwrap.json: update lockfile (c0268cb)

v23.12.0

Compare Source

Features
Bug Fixes

v23.11.1

Compare Source

Bug Fixes

v23.11.0

Compare Source

Features

v23.10.0

Compare Source

Features
Bug Fixes

v23.9.5

Compare Source

Bug Fixes

v23.9.4

Compare Source

Bug Fixes
  • set same Node.js options locally as AWS Lambda does in production (#​7735) (25fab29)

v23.9.3

Compare Source

Bug Fixes

v23.9.2

Compare Source

Bug Fixes

v23.9.1

Compare Source

Bug Fixes

v23.9.0

Compare Source

Features
Bug Fixes

v23.8.1

Compare Source

Bug Fixes

v23.8.0

Compare Source

Features
Bug Fixes

v23.7.3

Compare Source

Bug Fixes

v23.7.2

Compare Source

Bug Fixes

v23.7.1

Compare Source

Bug Fixes

v23.7.0

Compare Source

Features
Bug Fixes
  • use env from cachedConfig when offlineEnv is set (e0648b8)

v23.6.0

Compare Source

Features

v23.5.1

Compare Source

Bug Fixes

v23.5.0

Compare Source

Features
Bug Fixes

v23.4.3

Compare Source

Bug Fixes
  • return uploaded zip url in json format after deploy and uplaod i… (#​7591) (fcf67ba)

v23.4.2

Compare Source

Bug Fixes

v23.4.1

Compare Source

Bug Fixes

v23.4.0

Compare Source

Features

v23.3.1

Compare Source

Bug Fixes
  • remove console log from proxy error handler (ce16363)

v23.3.0

Compare Source

Features

v23.2.1

Compare Source

Bug Fixes
  • deploy: make --create-site flag always work without interaction (#​7570) (893e5f9)

v23.2.0

Compare Source

Features
  • deploy: significantly improve agent experience (AX) with non-interactive deploy support (#​7552) (784b6e4)
Bug Fixes

v23.1.4

Compare Source

Bug Fixes

v23.1.3

Compare Source

Bug Fixes

v23.1.2

Compare Source

Bug Fixes

v23.1.1

Compare Source

Bug Fixes
  • add logging when encountering error while trying to proxy (#​7527) (9076913)

v23.1.0

Compare Source

Features
Bug Fixes

v23.0.0

Compare Source

⚠ BREAKING CHANGES
  • upgrade deps to support updated local extension workflow
Features
  • load generated functions from Netlify Build (#​7408) (7c7238f)
  • upgrade deps to support updated local extension workflow (51bb9b7)
Bug Fixes

v22.4.0

Compare Source

Features
Bug Fixes

v22.3.0

Compare Source

Features
  • add internal functions:serve load-dist-functions knob (ae43402)
Bug Fixes

v22.2.2

Compare Source

Bug Fixes

v22.2.1

Compare Source

Bug Fixes
  • deps: update netlify packages (#​7375) (b621e99)
  • use {yarn,npm,pnpm,bun} add to add Drizzle dependencies (ca0b7e7)

v22.2.0

Compare Source

Features
  • throw error on deploy command if build fails and user has --json option (#​7367) (1c0082f)
Bug Fixes

v22.1.7

Compare Source

Bug Fixes

v22.1.6

Compare Source

Bug Fixes

v22.1.5

Compare Source

Bug Fixes
  • notify activity should not be called for the HEAD requests (#​7359) (9afc84b)

v22.1.4

Compare Source

Bug Fixes

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jan 27, 2025

Deploying p5-code-sandbox with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8bf1269
Status: ✅  Deploy successful!
Preview URL: https://aee1683b.p5-code-sandbox.pages.dev
Branch Preview URL: https://renovate-major-devdependenci.p5-code-sandbox.pages.dev

View logs

@netlify
Copy link

netlify bot commented Jan 27, 2025

Deploy Preview for p5-codesandbox ready!

Name Link
🔨 Latest commit 8bf1269
🔍 Latest deploy log https://app.netlify.com/projects/p5-codesandbox/deploys/69507d0a324e9e00089689d8
😎 Deploy Preview https://deploy-preview-97--p5-codesandbox.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch from 0bbc46a to 8b575a9 Compare January 27, 2025 06:37
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 2 times, most recently from 248f1a2 to 94a6a50 Compare February 10, 2025 06:34
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 2 times, most recently from 9b93b04 to 809986a Compare February 24, 2025 04:30
@renovate renovate bot changed the title chore(deps): update dependency vitest to v3 chore(deps): update devdependencies-major (major) Feb 24, 2025
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 2 times, most recently from 52c665e to 02fd9a5 Compare February 24, 2025 18:10
@renovate renovate bot changed the title chore(deps): update devdependencies-major (major) chore(deps): update dependency vitest to v3 Mar 4, 2025
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch from 02fd9a5 to d91ef80 Compare March 5, 2025 00:25
@renovate renovate bot changed the title chore(deps): update dependency vitest to v3 chore(deps): update devdependencies-major (major) Mar 5, 2025
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 2 times, most recently from 095aca1 to 0ae1f47 Compare March 6, 2025 16:43
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 2 times, most recently from f74e8de to 46004b9 Compare March 20, 2025 17:51
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 6 times, most recently from b125860 to ca1d5d0 Compare April 2, 2025 00:24
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 5 times, most recently from 457ad62 to fd20b32 Compare April 10, 2025 18:14
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 2 times, most recently from 60b92b1 to 6a6f5f2 Compare April 16, 2025 14:01
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 6 times, most recently from 49e3591 to 1c59011 Compare November 20, 2025 13:33
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 6 times, most recently from c4c8701 to bf87ec5 Compare November 28, 2025 10:37
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 5 times, most recently from 7f71adc to 0328def Compare December 5, 2025 18:02
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 7 times, most recently from df6c6b8 to c01763d Compare December 16, 2025 17:59
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 4 times, most recently from c5519db to 8f04c68 Compare December 24, 2025 20:34
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch from 8f04c68 to 8bf1269 Compare December 28, 2025 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants