Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies #129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

we-renovate[bot]
Copy link
Contributor

@we-renovate we-renovate bot commented Nov 10, 2024

This PR contains the following updates:

Package Type Update Change OpenSSF
JamesIves/github-pages-deploy-action action minor v4.6.8 -> v4.7.2 OpenSSF Scorecard
docusaurus-plugin-sass dependencies patch ^0.2.5 -> ^0.2.6 OpenSSF Scorecard
node (source) engines minor >=22.11.0 -> >=22.12.0 OpenSSF Scorecard
sass dependencies minor ^1.80.6 -> ^1.83.0 OpenSSF Scorecard

Release Notes

JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)

v4.7.2

Compare Source

What's Changed

Bug Fixes 🐝
Build 🔧

Full Changelog: JamesIves/github-pages-deploy-action@v4.7.1...v4.7.2

v4.7.1

Compare Source

What's Changed

Features ✨

New Contributors

Full Changelog: JamesIves/github-pages-deploy-action@v4.6.6...v4.7.1

v4.7.0

Compare Source

What's Changed

Features ✨
Build 🔧

New Contributors

Full Changelog: JamesIves/github-pages-deploy-action@v4.6.6...v4.7.0

v4.6.9

Compare Source

What's Changed

Dependencies 🤖
  • chore(deps): mass bump dependencies
  • chore(deps): switch to using .node-version instead of .nvmrc for Node dependency management.
  • chore(deps): updated node version to 22.11.0 for development

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.9

rlamana/docusaurus-plugin-sass (docusaurus-plugin-sass)

v0.2.6

Compare Source

nodejs/node (node)

v22.12.0: 2024-12-03, Version 22.12.0 'Jod' (LTS), @​ruyadorno

Compare Source

Notable Changes
require(esm) is now enabled by default

Support for loading native ES modules using require() had been available on v20.x and v22.x under the command line flag --experimental-require-module, and available by default on v23.x. In this release, it is now no longer behind a flag on v22.x.

This feature is still experimental, and we are looking for user feedback to make more final tweaks before fully stabilizing it. For this reason, on v22.x, when the Node.js instance encounters a native ES module in require() for the first time, it will emit an experimental warning unless require() comes from a path that contains node_modules. If there happens to be any regressions caused by this feature, users can report it to the Node.js issue tracker. Meanwhile this feature can also be disabled using --no-experimental-require-module as a workaround.

With this feature enabled, Node.js will no longer throw ERR_REQUIRE_ESM if require() is used to load a ES module. It can, however, throw ERR_REQUIRE_ASYNC_MODULE if the ES module being loaded or its dependencies contain top-level await. When the ES module is loaded successfully by require(), the returned object will either be a ES module namespace object similar to what's returned by import(), or what gets exported as "module.exports" in the ES module.

Users can check process.features.require_module to see whether require(esm) is enabled in the current Node.js instance. For packages, the "module-sync" exports condition can be used as a way to detect require(esm) support in the current Node.js instance and allow both require() and import to load the same native ES module. See the documentation for more details about this feature.

Contributed by Joyee Cheung in #​55085

Added resizable ArrayBuffer support in Buffer

When a Buffer is created using a resizable ArrayBuffer, the Buffer length will now correctly change as the underlying ArrayBuffer size is changed.

const ab = new ArrayBuffer(10, { maxByteLength: 20 });
const buffer = Buffer.from(ab);
console.log(buffer.byteLength); 10
ab.resize(15);
console.log(buffer.byteLength); 15
ab.resize(5);
console.log(buffer.byteLength); 5

Contributed by James Snell in #​55377

Update root certificates to NSS 3.104

This is the version of NSS that shipped in Firefox 131.0 on 2024-10-01.

Certificates added:

  • FIRMAPROFESIONAL CA ROOT-A WEB
  • TWCA CYBER Root CA
  • SecureSign Root CA12
  • SecureSign Root CA14
  • SecureSign Root CA15

Contributed by Richard Lau in #​55681

Other Notable Changes
  • [4920869935] - (SEMVER-MINOR) assert: make assertion_error use Myers diff algorithm (Giovanni Bucci) #​54862
  • [ccffd3b819] - doc: enforce strict policy to semver-major releases (Rafael Gonzaga) #​55732
  • [acc6806900] - doc: add jazelly to collaborators (Jason Zhang) #​55531
  • [88d91e8bc2] - esm: mark import attributes and JSON module as stable (Nicolò Ribaudo) #​55333
  • [98bfc7dce5] - (SEMVER-MINOR) http: add diagnostic channel http.client.request.created (Marco Ippolito) #​55586
  • [337f61fb25] - (SEMVER-MINOR) lib: add UV_UDP_REUSEPORT for udp (theanarkh) #​55403
  • [1628c48ad6] - (SEMVER-MINOR) net: add UV_TCP_REUSEPORT for tcp (theanarkh) #​55408
  • [457e73f4c9] - (SEMVER-MINOR) sqlite: add support for SQLite Session Extension (Bart Louwers) #​54181
Commits

@we-renovate we-renovate bot force-pushed the renovate/all-minor-patch branch from f1216b3 to bdcdbbe Compare November 14, 2024 09:40
@we-renovate we-renovate bot changed the title chore(deps): update jamesives/github-pages-deploy-action action to v4.6.9 chore(deps): update all non-major dependencies Nov 14, 2024
@we-renovate we-renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4cd68f8 to 7abf2bd Compare November 18, 2024 20:48
@we-renovate we-renovate bot force-pushed the renovate/all-minor-patch branch from 7abf2bd to 44f75e2 Compare December 1, 2024 00:10
@we-renovate we-renovate bot force-pushed the renovate/all-minor-patch branch from 44f75e2 to df74cd1 Compare December 6, 2024 13:05
@we-renovate we-renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 6, 2024
@we-renovate we-renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f52244b to bb22c2c Compare December 15, 2024 00:09
@we-renovate we-renovate bot force-pushed the renovate/all-minor-patch branch from bb22c2c to 9f1caae Compare December 17, 2024 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants