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

chore(deps): update node.js to v18 - abandoned #230

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
node engines major 14 -> 18

Release Notes

nodejs/node

v18.13.0: 2023-01-05, Version 18.13.0 'Hydrogen' (LTS), @​danielleadams

Compare Source

Notable changes
Add support for externally shared js builtins

By default Node.js is built so that all dependencies are bundled into the Node.js binary itself. Some Node.js distributions prefer to manage dependencies externally. There are existing build options that allow dependencies with native code to be externalized. This commit adds additional options so that dependencies with JavaScript code (including WASM) can also be externalized. This addition does not affect binaries shipped by the Node.js project but will allow other distributions to externalize additional dependencies when needed.

Contributed by Michael Dawson in #​44376

Introduce File

The File class is part of the FileAPI. It can be used anywhere a Blob can, for example in URL.createObjectURL and FormData. It contains two properties that Blobs do not have: lastModified, the last time the file was modified in ms, and name, the name of the file.

Contributed by Khafra in #​45139

Support function mocking on Node.js test runner

The node:test module supports mocking during testing via a top-level mock
object.

test('spies on an object method', (t) => {
  const number = {
    value: 5,
    add(a) {
      return this.value + a;
    },
  };
  t.mock.method(number, 'add');

  assert.strictEqual(number.add(3), 8);
  assert.strictEqual(number.add.mock.calls.length, 1);
});

Contributed by Colin Ihrig in #​45326

Other notable changes
  • build:
    • disable v8 snapshot compression by default (Joyee Cheung) #​45716
  • crypto:
    • update root certificates (Luigi Pinca) #​45490
  • deps:
    • update ICU to 72.1 (Michaël Zasso) #​45068
  • doc:
    • add doc-only deprecation for headers/trailers setters (Rich Trott) #​45697
    • add Rafael to the tsc (Michael Dawson) #​45691
    • deprecate use of invalid ports in url.parse (Antoine du Hamel) #​45576
    • add lukekarrys to collaborators (Luke Karrys) #​45180
    • add anonrig to collaborators (Yagiz Nizipli) #​45002
    • deprecate url.parse() (Rich Trott) #​44919
  • lib:
    • drop fetch experimental warning (Matteo Collina) #​45287
  • net:
    • (SEMVER-MINOR) add autoSelectFamily and autoSelectFamilyAttemptTimeout options (Paolo Insogna) #​44731
  • src:
    • (SEMVER-MINOR) add uvwasi version (Jithil P Ponnan) #​45639
    • (SEMVER-MINOR) add initial shadow realm support (Chengzhong Wu) #​42869
  • test_runner:
    • (SEMVER-MINOR) add t.after() hook (Colin Ihrig) #​45792
    • (SEMVER-MINOR) don't use a symbol for runHook() (Colin Ihrig) #​45792
  • tls:
    • (SEMVER-MINOR) add "ca" property to certificate object (Ben Noordhuis) #​44935
    • remove trustcor root ca certificates (Ben Noordhuis) #​45776
  • tools:
    • update certdata.txt (Luigi Pinca) #​45490
  • util:
    • add fast path for utf8 encoding (Yagiz Nizipli) #​45412
    • improve textdecoder decode performance (Yagiz Nizipli) #​45294
    • (SEMVER-MINOR) add MIME utilities (#​21128) (Bradley Farias) #​21128
Commits

Configuration

📅 Schedule: Branch creation - "after 6am and before 10am on monday" (UTC), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 23, 2023
@github-actions
Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 5.8%, saving 102.09 KB.

Filename Before After Improvement Visual comparison
template/public/img/uploads/banner_domi_mobile.webp 35.27 KB 34.83 KB -1.2% View diff
template/public/img/uploads/banner_hard1.webp 116.16 KB 113.99 KB -1.9% View diff
template/public/img/uploads/banner_hard2.webp 128.78 KB 127.34 KB -1.1% View diff
template/public/img/uploads/banner-quadrado.jpg 141.74 KB 132.46 KB -6.5% View diff
template/public/img/uploads/banner-quadrado.webp 82.03 KB 76.23 KB -7.1% View diff
template/public/img/uploads/banner-site.jpg 115.67 KB 108.22 KB -6.4% View diff
template/public/img/uploads/banner-site.webp 67.36 KB 60.91 KB -9.6% View diff
template/public/img/uploads/frete_gratis_full.webp 84.83 KB 83.56 KB -1.5% View diff
template/public/img/uploads/frete_gratis_mobile.webp 83.96 KB 82.66 KB -1.5% View diff
template/public/img/uploads/linha_dark-1.webp 54.54 KB 53.47 KB -2.0% View diff
template/public/img/uploads/linha_dark-2.webp 58.50 KB 57.41 KB -1.9% View diff
template/public/img/uploads/logomarca.webp 56.45 KB 11.53 KB -79.6% View diff
template/public/img/uploads/lov_banner_site-diadosnamorados.webp 80.50 KB 79.47 KB -1.3% View diff
template/public/img/uploads/lov_bannerssite-fireice-quadrado.webp 172.29 KB 164.79 KB -4.4% View diff
template/public/img/uploads/lov_bannerssite-fireice-retangular-site.webp 135.49 KB 133.33 KB -1.6% View diff
template/public/img/uploads/lov_post1-novosite1.webp 72.00 KB 70.84 KB -1.6% View diff
template/public/img/uploads/lov-banner-presentes-joias-site-.webp 68.42 KB 67.63 KB -1.2% View diff
template/public/img/uploads/lov-posts-presentes-joias-site.webp 63.15 KB 62.27 KB -1.4% View diff
template/public/img/uploads/selo_google.webp 1.61 KB 1.57 KB -2.4% View diff
template/public/img/uploads/vibre_1.webp 67.15 KB 65.25 KB -2.8% View diff
template/public/img/uploads/vibre_2.webp 78.40 KB 74.46 KB -5.0% View diff

55 images did not require optimisation.

@renovate
Copy link
Contributor Author

renovate bot commented Jan 23, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot changed the title chore(deps): update node.js to v18 chore(deps): update node.js to v18 - abandoned Oct 24, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Oct 24, 2023

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants