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 #223

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 3, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
node engines major 14 -> 18

Release Notes

nodejs/node

v18.15.0: 2023-03-07, Version 18.15.0 'Hydrogen' (LTS), @​BethGriggs prepared by @​juanarbol

Compare Source

Notable Changes
Commits

v18.14.2: 2023-02-21, Version 18.14.2 'Hydrogen' (LTS), @​MylesBorins

Compare Source

Notable Changes
Commits

v18.14.1: 2023-02-16, Version 18.14.1 'Hydrogen' (LTS), @​RafaelGSS prepared by @​juanarbol

Compare Source

This is a security release.

Notable Changes

The following CVEs are fixed in this release:

  • CVE-2023-23918: Node.js Permissions policies can be bypassed via process.mainModule (High)
  • CVE-2023-23919: Node.js OpenSSL error handling issues in nodejs crypto library (Medium)
  • CVE-2023-23936: Fetch API in Node.js did not protect against CRLF injection in host headers (Medium)
  • CVE-2023-24807: Regular Expression Denial of Service in Headers in Node.js fetch API (Low)
  • CVE-2023-23920: Node.js insecure loading of ICU data through ICU_DATA environment variable (Low)

More detailed information on each of the vulnerabilities can be found in February 2023 Security Releases blog post.

This security release includes OpenSSL security updates as outlined in the recent
OpenSSL security advisory.

Commits

v18.14.0: 2023-02-02, Version 18.14.0 'Hydrogen' (LTS), @​BethGriggs prepared by @​juanarbol

Compare Source

Notable changes
Updated npm to 9.3.1

Based on the list of guidelines we've established on integrating npm and node,
here is a grouped list of the breaking changes with the reasoning as to why they
fit within the guidelines linked above. Note that all the breaking changes were
made in 9.0.0.
All subsequent minor and patch releases after npm@9.0.0 do not contain any
breaking changes.

Engines

Explanation: the node engines supported by npm@9 make it safe to allow npm@9 as the default in any LTS version of 14 or 16, as well as anything later than or including 18.0.0

  • npm is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0
Filesystem

Explanation: when run as root previous versions of npm attempted to manage file ownership automatically on the user's behalf. this behavior was problematic in many cases and has been removed in favor of allowing users to manage their own filesystem permissions

  • npm will no longer attempt to modify ownership of files it creates.
Auth

Explanation: any errors thrown from users having unsupported auth configurations will show npm config fix in the remediation instructions, which will allow the user to automatically have their auth config fixed.

  • The presence of auth related settings that are not scoped to a specific
    registry found in a config file is no longer supported and will throw errors.
Login

Explanation: the default auth-type has changed and users can opt back into the old behavior with npm config set auth-type=legacy. login and adduser have also been seperated making each command more closely match it's name instead of being aliases for each other.

  • Legacy auth types sso, saml & legacy have been consolidated into "legacy".
  • auth-type defaults to "web"
  • login and adduser are now separate commands that send different data to the registry.
  • auth-type config values web and legacy only try their respective methods,
    npm no longer tries them all and waits to see which one doesn't fail.
Tarball Packing

Explanation: previously using multiple ignore/allow lists when packing was an undefined behavior, and now the order of operations is strictly defined when packing a tarball making it easier to follow and should only affect users relying on the previously undefined behavior.

  • npm pack now follows a strict order of operations when applying ignore rules.
    If a files array is present in the package.json, then rules in .gitignore
    and .npmignore files from the root will be ignored.
Display/Debug/Timing Info

Explanation: these changes center around the display of information to the terminal including timing and debug log info. We do not anticipate these changes breaking any existing workflows.

  • Links generated from git urls will now use HEAD instead of master as the default ref.
  • timing has been removed as a value for --loglevel.
  • --timing will show timing information regardless of --loglevel, except when --silent.
  • When run with the --timing flag, npm now writes timing data to a file
    alongside the debug log data, respecting the logs-dir option and falling
    back to <CACHE>/_logs/ dir, instead of directly inside the cache directory.
  • The timing file data is no longer newline delimited JSON, and instead each run
    will create a uniquely named <ID>-timing.json file, with the <ID> portion
    being the same as the debug log.
  • npm now outputs some json errors on stdout. Previously npm would output
    all json formatted errors on stderr, making it difficult to parse as the
    stderr stream usually has logs already written to it.
Config/Command Deprecations or Removals

Explanation: install-links is the only config or command in the list that has an effect on package installs. We fixed a number of issues that came up during prereleases with this change. It will also only be applied to new package trees created without a package-lock.json file. Any install with an existing lock file will not be changed.

  • Deprecate boolean install flags in favor of --install-strategy.
  • npm config set will no longer accept deprecated or invalid config options.
  • install-links config defaults to "true".
  • node-version config has been removed.
  • npm-version config has been removed.
  • npm access subcommands have been renamed.
  • npm birthday has been removed.
  • npm set-script has been removed.
  • npm bin has been removed (use npx or npm exec to execute binaries).
Other notable changes
  • doc:
    • add parallelism note to os.cpus() (Colin Ihrig) #​45895
  • http:
    • join authorization headers (Marco Ippolito) #​45982
    • improved timeout defaults handling (Paolo Insogna) #​45778
  • stream:
    • implement finished() for ReadableStream and WritableStream (Debadree Chatterjee) #​46205
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 Apr 3, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Apr 3, 2023

Images automagically compressed by Calibre's image-actions

Compression reduced images by 52.5%, saving 1.84 MB.

Filename Before After Improvement Visual comparison
template/public/img/uploads/1920x450px.jpg 109.76 KB 108.31 KB -1.3% View diff
template/public/img/uploads/1920x450px.webp 72.35 KB 69.87 KB -3.4% View diff
template/public/img/uploads/800x940px.webp 53.48 KB 52.16 KB -2.5% View diff
template/public/img/uploads/banner_-bela-virtuosa-l-1920x600px-1-.webp 63.22 KB 60.85 KB -3.7% View diff
template/public/img/uploads/banner_-bela-virtuosa-l-800x940px_1-1-.webp 48.70 KB 48.21 KB -1.0% View diff
template/public/img/uploads/banner_liquida_inverno_grande.webp 547.59 KB 100.63 KB -81.6% View diff
template/public/img/uploads/banner_liquida_inverno_mobile.webp 441.68 KB 79.23 KB -82.1% View diff
template/public/img/uploads/banner-_bela_virtuosa_l_800x940px-1-.webp 38.28 KB 37.86 KB -1.1% View diff
template/public/img/uploads/banner-1.jpg 360.92 KB 97.79 KB -72.9% View diff
template/public/img/uploads/banner-frete-desconto.webp 58.13 KB 56.75 KB -2.4% View diff
template/public/img/uploads/banner-frete-fixo.webp 55.99 KB 54.64 KB -2.4% View diff
template/public/img/uploads/banner-frete-mobile.webp 54.67 KB 53.78 KB -1.6% View diff
template/public/img/uploads/banner-grande-blusas.webp 42.78 KB 41.58 KB -2.8% View diff
template/public/img/uploads/banner-grande-frete.webp 56.43 KB 55.66 KB -1.4% View diff
template/public/img/uploads/banner-grande-namorado.webp 36.97 KB 35.75 KB -3.3% View diff
template/public/img/uploads/banner-grande-whastapp.webp 26.75 KB 26.21 KB -2.0% View diff
template/public/img/uploads/banner-lancamento.webp 94.15 KB 92.91 KB -1.3% View diff
template/public/img/uploads/banner-mes-namorados.webp 35.85 KB 34.89 KB -2.7% View diff
template/public/img/uploads/banner-namorado-mobile.webp 35.82 KB 34.83 KB -2.8% View diff
template/public/img/uploads/banner-namorado.webp 36.79 KB 35.61 KB -3.2% View diff
template/public/img/uploads/banner-pequeno-blusas.webp 39.74 KB 38.97 KB -1.9% View diff
template/public/img/uploads/banner-pequeno-whats.webp 23.94 KB 23.48 KB -1.9% View diff
template/public/img/uploads/banner-vestidos-tubinho.webp 10.49 KB 10.29 KB -1.8% View diff
template/public/img/uploads/banner2.webp 33.43 KB 32.64 KB -2.4% View diff
template/public/img/uploads/black-grande.jpg 501.40 KB 122.08 KB -75.7% View diff
template/public/img/uploads/black-pkno.jpg 473.21 KB 107.04 KB -77.4% View diff
template/public/img/uploads/pop-up-bela.jpeg 139.01 KB 102.70 KB -26.1% View diff
template/public/img/uploads/rect89.webp 8.44 KB 8.20 KB -2.9% View diff
template/public/img/uploads/summer-desk-jpg.webp 51.03 KB 49.08 KB -3.8% View diff
template/public/img/uploads/summer-mobi-jpg.webp 32.21 KB 31.13 KB -3.3% View diff

68 images did not require optimisation.

@renovate
Copy link
Contributor Author

renovate bot commented Apr 3, 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