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 all non-major dependencies #726

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@parcel/transformer-elm 2.9.3 -> 2.10.2 age adoption passing confidence devDependencies minor
@parcel/transformer-sass 2.9.3 -> 2.10.2 age adoption passing confidence devDependencies minor
actions/checkout 8ade135 -> b4ffde6 age adoption passing confidence action digest
actions/setup-node 5e21ff4 -> 1a4442c age adoption passing confidence action digest
elgohr/Publish-Docker-Github-Action 43dc228 -> eb53b3e age adoption passing confidence action digest
elm (source) 0.19.1-5 -> 0.19.1-6 age adoption passing confidence devDependencies patch
github/codeql-action ddccb87 -> 74483a3 age adoption passing confidence action digest
node 18.18.0 -> 18.18.2 age adoption passing confidence patch
parcel 2.9.3 -> 2.10.2 age adoption passing confidence devDependencies minor
stylelint (source) 15.10.3 -> 15.11.0 age adoption passing confidence devDependencies minor
stylelint-config-recommended-scss 13.0.0 -> 13.1.0 age adoption passing confidence devDependencies minor
stylelint-scss 5.2.1 -> 5.3.0 age adoption passing confidence devDependencies minor

Release Notes

parcel-bundler/parcel (@​parcel/transformer-elm)

v2.10.2

Compare Source

Fixed
  • Core

    • Use clz32 for counting trailing zeroes – Details
  • JavaScript

    • Do not wrap duplicated assets when they are in different targets – Details

v2.10.1

Compare Source

Fixed
  • Core

    • Use modern node versions in CI Details
    • Support multiple workspaces/clients in Parcel for VSCode Details
  • Bundler

    • Make sure to set unique key Details
    • Fix bundler tests assertions on Windows Details
  • JavaScript

    • Add logic to disable scope hoisting if the this key word is pointing to an export module Details
    • Detect TSC polyfills to avoid marking them as CJS Details
    • Remove this exports tracking for files with module syntax Details
    • Bump swc Details
Unstable
  • Bundler

    • Fix inline constants in shared bundles Details
    • Ensure manualSharedBundles have unique names Details
    • Simplify MSB code for code split bundle creation section Details

v2.10.0

Compare Source

Added
  • Core

    • Add support for include and exclude globs for --lazy mode – Details, Details
    • Merge all native Rust modules into one package – Details
    • Add async resolver and JS transformer functions using rayon – Details
    • Support "register" tools in module loader (e.g. @babel/register, esbuild-register, ts-node) – Details
    • Limit default number of JS workers to 4 to improve memory usage/performance – Details
  • Bundler

    • Optimize bundler performance – Details
    • Add disableSharedBundles config option – Details
  • Resolver

  • JavaScript

    • Add import helper to decrease ESM loader runtime footprint – Details
    • Support parallel bundle imports in libraries – Details
    • Only include globalThis polyfill for old browsers – Details
    • Updated parcelRequire.register to be minifiable – Details
  • CSS

    • Add include and exclude globs for CSS modules – Details
  • WASM

    • Add WASM packager with source map support – Details
  • XML

    • Transform xml-stylesheet processing instructions – Details
  • Web Extensions

    • Add support for Chrome Extension manifest V3 side_panel property – Details
    • Improve HMR for web extensions – Details
  • Web Manifest

    • Add support for icons in file_handlers – Details
Fixed
  • Core

    • Query glibc version only once to speed up JSTransformer on Linux – Details
    • Refresh cache before writing contents to bundle – Details
    • Fix --lazy mode bugs – Details
    • Ignore no-opt command line option – Details
    • Bump lmdb – Details
    • Don't hide error when diagnostic is malformed – Details
    • Don't autoinstall local files in package manager – Details
    • Fix bug with cache and glob entries – Details
  • JavaScript

    • Migrate to swc_core – Details
    • Move ESM loader runtime to absolute URLs – Details
    • Fix duplicate asset references – Details
    • Bump swc – Details, Details, Details
    • Fix shorthand identifier import usage – Details
    • Ensure nested member expressions are marked used in dev mode – Details
    • Set ascii_only for swc emit – Details
    • Add tests for non-identifier symbol names – Details
  • Bundler

    • Exclude inline assests from parallel request limit – Details
    • Fix unexpected undefined when creating shared bundles – Details
  • Images

    • Bump oxipng from 6.0.0 -> 8.0.0 – Details
  • Sass

    • Fix sass import edge case – Details
  • Dev Server

    • Fix index page loading in dev server when bundle type isn't html – Details
Unstable
  • Core

    • Expose unstable_transform and unstable_resolve APIs – Details
  • Bundler

    • Add unstable manual shared bundles config – Details
  • JavaScript

    • Experimental inline / deferred requires optimiser – Details
    • Add constants inlining optimization – Details
    • Add unstable async bundle runtime to the JS Packager – Details
nodejs/node (node)

v18.18.2

Compare Source

v18.18.1: 2023-10-10, Version 18.18.1 'Hydrogen' (LTS), @​richardlau

Compare Source

Notable Changes

This release addresses some regressions that appeared in Node.js 18.18.0:

  • (Windows) FS can not handle certain characters in file name #​48673
  • 18 and 20 node images give error - Text file busy (after re-build images) nodejs/docker-node#1968
  • libuv update in 18.18.0 breaks webpack's thread-loader #​49911

The libuv 1.45.0 and 1.46.0 updates that were released in Node.js 18.18.0 have been temporarily reverted.

Commits
stylelint/stylelint (stylelint)

v15.11.0

Compare Source

  • Added: ignoreRules to max-nesting-depth (#​7215) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-template with repeat() (#​7230) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negative for font-synthesis (#​7214) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for *-block and *-inline logical properties (#​7208) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for overflow, overscroll-behavior, scroll-margin, scroll-padding, and new Box Alignment shorthands (#​7213) (@​mattxwang).
  • Fixed: function-no-unknown false positives for light-dark, linear and xywh (#​7242) (@​mattxwang).
stylelint-scss/stylelint-config-recommended-scss (stylelint-config-recommended-scss)

v13.1.0

Compare Source

  • Changed: replaced deprecated scss/at-import-no-partial-leading-underscore rule with scss/load-no-partial-leading-underscore rule.
  • Changed: updated to [email protected].
stylelint-scss/stylelint-scss (stylelint-scss)

v5.3.0

Compare Source

  • Added: block-no-redundant-nesting rule (#​872).
  • Added: load-no-partial-leading-underscore rule, and deprecated at-import-no-partial-leading-underscore rule (#​867).
  • Added: autofix to at-root-no-redundant rule (#​860).
  • Added: autofix to at-use-no-redundant-alias rule (#​866).
  • Fixed: at-root-no-redundant check if all selectors followed by @at-root include '&' outside interpolation (#​870).
  • Fixed: add styleLintType: "parseError" when parseSelector fails (#​858).

Full Changelog: stylelint-scss/stylelint-scss@v5.2.1...v5.3.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner October 6, 2023 14:00
@renovate renovate bot added the dependencies Indicates a change to dependencies label Oct 6, 2023
@renovate renovate bot changed the title chore(deps): update github/codeql-action digest to 2cb752a chore(deps): update github/codeql-action digest to fdcae64 Oct 9, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from ce1e62c to 1ff767a Compare October 9, 2023 11:32
@renovate renovate bot changed the title chore(deps): update github/codeql-action digest to fdcae64 chore(deps): update all non-major dependencies Oct 10, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 6 times, most recently from ebe9b71 to c22a682 Compare October 17, 2023 08:15
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 4 times, most recently from 538ec17 to 7f848ff Compare October 24, 2023 19:00
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 9 times, most recently from 2cdb60a to 16a11cc Compare November 2, 2023 16:07
wass3rw3rk
wass3rw3rk previously approved these changes Nov 3, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from 16a11cc to b27bc3f Compare November 3, 2023 15:08
@wass3rw3rk wass3rw3rk merged commit 7a3d877 into main Nov 3, 2023
12 checks passed
@wass3rw3rk wass3rw3rk deleted the renovate/all-minor-patch-digest-pin branch November 3, 2023 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Indicates a change to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants