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

Merged
merged 1 commit into from
Oct 19, 2024

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Oct 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@lerna-lite/cli (source) ^3.9.2 -> ^3.10.0 age adoption passing confidence
@lerna-lite/publish (source) ^3.9.2 -> ^3.10.0 age adoption passing confidence
@slickgrid-universal/common (source) ^5.7.0 -> ^5.8.0 age adoption passing confidence
@types/node (source) ^22.7.4 -> ^22.7.7 age adoption passing confidence
eslint (source) ^9.11.1 -> ^9.13.0 age adoption passing confidence
eslint-plugin-n ^17.10.3 -> ^17.11.1 age adoption passing confidence
express (source) ^4.21.0 -> ^4.21.1 age adoption passing confidence
globals ^15.9.0 -> ^15.11.0 age adoption passing confidence
html-webpack-plugin ^5.6.0 -> ^5.6.2 age adoption passing confidence
npm-run-all2 ^6.2.3 -> ^6.2.4 age adoption passing confidence
sass ^1.79.4 -> ^1.80.3 age adoption passing confidence
tslib (source) ^2.7.0 -> ^2.8.0 age adoption passing confidence
typescript (source) ^5.6.2 -> ^5.6.3 age adoption passing confidence
typescript-eslint (source) ^8.7.0 -> ^8.10.0 age adoption passing confidence

Release Notes

lerna-lite/lerna-lite (@​lerna-lite/cli)

v3.10.0

Compare Source

Features

v3.9.3

Compare Source

Note: Version bump only for package @​lerna-lite/cli

lerna-lite/lerna-lite (@​lerna-lite/publish)

v3.10.0

Compare Source

Features

v3.9.3

Compare Source

Bug Fixes
ghiscoding/slickgrid-universal (@​slickgrid-universal/common)

v5.8.0

Compare Source

Features
Bug Fixes
Performance Improvements
eslint/eslint (eslint)

v9.13.0

Compare Source

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.11.1

Compare Source

🩹 Fixes

v17.11.0

Compare Source

🌟 Features
🩹 Fixes
  • no-missing-import: Ignore node builtins in package.json imports (#​346) (148e47e)
  • no-missing-import: Resolve tsconfig paths relative to the tsconfig (#​343) (6cd7954)
📚 Documentation
  • Explain the transitive dependency case for no-extraneous-* (#​347) (8c0a2cc)
expressjs/express (express)

v4.21.1

Compare Source

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

sindresorhus/globals (globals)

v15.11.0

Compare Source

v15.10.0

Compare Source

jantimon/html-webpack-plugin (html-webpack-plugin)

v5.6.2

Compare Source

v5.6.1

Compare Source

bcomnes/npm-run-all2 (npm-run-all2)

v6.2.4

Compare Source

Merged
  • Switch to JS-based which command #154
Fixed
  • Switch to JS-based which command #153
sass/dart-sass (sass)

v1.80.3

Compare Source

  • Fix a bug where @import url("...") would crash in plain CSS files.

  • Improve consistency of how warnings are emitted by different parts of the
    compiler. This should result in minimal user-visible changes, but different
    types of warnings should now respond more reliably to flags like --quiet,
    --verbose, and --silence-deprecation.

v1.80.2

Compare Source

  • Fix a bug where deprecation warnings were incorrectly emitted for the
    plain-CSS invert() function.

v1.80.1

Compare Source

  • Fix a bug where repeated deprecation warnings were not automatically limited.

v1.80.0

Compare Source

  • @import is now officially deprecated, as are global built-in functions that
    are available within built-in modules. See the Sass blog post for more
    details on the deprecation process.
Embedded Host
  • Fix an error that would sometimes occur when deprecation warnings were
    emitted when using a custom importer with the legacy API.

v1.79.6

Compare Source

  • Fix a bug where Sass would add an extra */ after loud comments with
    whitespace after an explicit */ in the indented syntax.

  • Potentially breaking bug fix: Adding text after an explicit */ in the
    indented syntax is now an error, rather than silently generating invalid CSS.

Embedded Host
  • Properly export the SassBoolean type.

v1.79.5

Compare Source

  • Changes to how selector.unify() and @extend combine selectors:

    • The relative order of pseudo-classes (like :hover) and pseudo-elements
      (like ::before) within each original selector is now preserved when
      they're combined.

    • Pseudo selectors are now consistently placed at the end of the combined
      selector, regardless of which selector they came from. Previously, this
      reordering only applied to pseudo-selectors in the second selector.

  • Tweak the color transformation matrices for OKLab and OKLCH to match the
    newer, more accurate values in the CSS spec.

  • Fix a slight inaccuracy case when converting to srgb-linear and
    display-p3.

  • Potentially breaking bug fix: math.unit() now wraps multiple denominator
    units in parentheses. For example, px/(em*em) instead of px/em*em.

Command-Line Interface
  • Use @parcel/watcher to watch the filesystem when running from JavaScript and
    not using --poll. This should mitigate more frequent failures users have
    been seeing since version 4.0.0 of Chokidar, our previous watching tool, was
    released.
JS API
  • Fix SassColor.interpolate() to allow an undefined options parameter, as
    the types indicate.
Embedded Sass
  • Properly pass missing color channel values to and from custom functions.
Microsoft/tslib (tslib)

v2.8.0

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.7.0...v2.8.0

microsoft/TypeScript (typescript)

v5.6.3

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.10.0

Compare Source

🩹 Fixes
  • typescript-eslint: propagate name field to extended configs in config helper (#​10094)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.9.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.8.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.8.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - "every 2 weeks on friday" (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.

👻 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.

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Oct 11, 2024
Copy link

stackblitz bot commented Oct 11, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

codecov bot commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 21.15%. Comparing base (8f549b0) to head (57d9a9f).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1272   +/-   ##
=======================================
  Coverage   21.15%   21.15%           
=======================================
  Files           8        8           
  Lines         941      941           
  Branches      322      322           
=======================================
  Hits          199      199           
  Misses        742      742           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 2128f21 to d987f3d Compare October 17, 2024 23:10
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e0ace9c to d25bad2 Compare October 19, 2024 00:22
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from d25bad2 to 57d9a9f Compare October 19, 2024 03:54
@ghiscoding ghiscoding merged commit 35b5c62 into ghiscoding:master Oct 19, 2024
4 checks passed
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch October 19, 2024 16:06
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.

2 participants