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

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microsoft/api-extractor (source) ^7.47.9 -> ^7.47.10 age adoption passing confidence
@swc/core (source) 1.7.26 -> 1.7.35 age adoption passing confidence
@types/node (source) 22.6.1 -> 22.7.5 age adoption passing confidence
bumpp ^9.5.2 -> ^9.7.1 age adoption passing confidence
pnpm (source) 9.11.0 -> 9.12.1 age adoption passing confidence
rollup (source) ^4.22.4 -> ^4.24.0 age adoption passing confidence
sass 1.79.3 -> 1.79.5 age adoption passing confidence
terser (source) ^5.33.0 -> ^5.34.1 age adoption passing confidence
tinyglobby ^0.2.7 -> ^0.2.9 age adoption passing confidence
typescript (source) 5.6.2 -> 5.6.3 age adoption passing confidence
vitest (source) 2.1.1 -> 2.1.3 age adoption passing confidence

Release Notes

microsoft/rushstack (@​microsoft/api-extractor)

v7.47.10

Compare Source

Tue, 15 Oct 2024 00:12:31 GMT

Patches
  • Fix a compatibility issue with usage of getModeForUsageLocation in TypeScript 5.6
swc-project/swc (@​swc/core)

v1.7.35

Compare Source

Bug Fixes
Features
  • (bindings/html) Accept Buffer|string instead of Buffer (#​9625) (62edb36)

  • (es/preset-env) Update preset-env data (#​9573) (9a11d34)

  • (es/testing) Parse test code as a Program instead of a Module (#​9264) (166b858)

  • (es/testing) Parse test code as a Program instead of a Module (#​9623) (bfea322)

Miscellaneous Tasks
Performance
Refactor
  • (es/typescript) Simplifying enum and namespace transforms (#​9558) (2480bb0)
Build

v1.7.28

Compare Source

Bug Fixes
Miscellaneous Tasks
Testing
antfu/bumpp (bumpp)

v9.7.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.7.0

Compare Source

   🚀 Features
    View changes on GitHub

v9.6.1

Compare Source

   🚀 Features
    View changes on GitHub

v9.6.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
pnpm/pnpm (pnpm)

v9.12.1: pnpm 9.12.1

Compare Source

Patch Changes

  • pnpm update --latest should not update the automatically installed peer dependencies #​6657.
  • pnpm publish should be able to publish from a local tarball #​7950.
  • The pnpx command should work correctly on Windows, when pnpm is installed via the standalone installation script #​8608.
  • Prevent EBUSY errors caused by creating symlinks in parallel dlx processes #​8604.
  • Fix maximum call stack size exceeded error related to circular workspace dependencies #​8599.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.12.0: pnpm 9.12

Compare Source

Minor Changes
  • Fix peer dependency resolution dead lock #​8570. This change might change some of the keys in the snapshots field inside pnpm-lock.yaml but it should happen very rarely.

  • pnpm outdated command supports now a --sort-by=name option for sorting outdated dependencies by package name #​8523.

  • Added the ability for overrides to remove dependencies by specifying "-" as the field value #​8572. For example, to remove lodash from the dependencies, use this configuration in package.json:

    {
      "pnpm": {
        "overrides": {
          "lodash": "-"
        }
      }
    }
Patch Changes
  • Fixed an issue where pnpm list --json pkg showed "private": false for a private package #​8519.
  • Packages with libc that differ from pnpm.supportedArchitectures.libc are not downloaded #​7362.
  • Prevent ENOENT errors caused by running store prune in parallel #​8586.
  • Add issues alias to pnpm bugs #​8596.
Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
rollup/rollup (rollup)

v4.24.0

Compare Source

2024-10-02

Features
  • Support preserving and transpiling JSX syntax (#​5668)
Pull Requests

v4.23.0

Compare Source

2024-10-01

Features
  • Collect all emitted names and originalFileNames for assets (#​5686)
Pull Requests

v4.22.5

Compare Source

2024-09-27

Bug Fixes
  • Allow parsing of certain unicode characters again (#​5674)
Pull Requests
sass/dart-sass (sass)

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.

v1.79.4

Compare Source

JS API
  • Fix a bug where passing green or blue to color.change() for legacy
    colors would fail.
terser/terser (terser)

v5.34.1

Compare Source

  • bump the rollup devDependency to disable CVE warnings (Terser was not affected)

v5.34.0

Compare Source

  • internal: stop assigning properties to objects they don't belong in
  • internal: run compress tests in parallel
  • drop_console: emit an empty function if the return value of console.METHOD(...) may be called.
SuperchupuDev/tinyglobby (tinyglobby)

v0.2.9

Compare Source

Changed
  • Temporarily reverted resolution of symbolic links due to a critical bug. See #​54 for more info

v0.2.8

Compare Source

Fixed
  • Escaped symbols (i.e. "\\[") in the inferred common root producing empty matches
Changed
  • Improved the common root inference algorithm to optimize non-trailing ** patterns
microsoft/TypeScript (typescript)

v5.6.3

Compare Source

vitest-dev/vitest (vitest)

v2.1.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "before 4am 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.

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 30, 2024
Copy link

vercel bot commented Sep 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tsup ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 15, 2024 0:43am

Copy link

codesandbox bot commented Sep 30, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

pkg-pr-new bot commented Sep 30, 2024

Open in Stackblitz

pnpm add https://pkg.pr.new/egoist/tsup@1226

commit: 19c5ef4

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3775988 to d83cb24 Compare September 30, 2024 12:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d83cb24 to 4182301 Compare October 1, 2024 01:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4182301 to e86ff19 Compare October 1, 2024 10:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e86ff19 to bf6aca6 Compare October 2, 2024 13:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bf6aca6 to 542f193 Compare October 2, 2024 17:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 542f193 to fb5d801 Compare October 7, 2024 13:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fb5d801 to 0446462 Compare October 8, 2024 00:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0446462 to fdd16ee Compare October 8, 2024 22:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fdd16ee to f86feb0 Compare October 9, 2024 07:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f86feb0 to bc4d4c2 Compare October 9, 2024 13:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bc4d4c2 to 8a0f897 Compare October 10, 2024 10:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8a0f897 to ce18713 Compare October 11, 2024 00:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e4a492e to 19c5ef4 Compare October 15, 2024 00:43
@ocavue ocavue merged commit db7a022 into main Oct 15, 2024
14 checks passed
@ocavue ocavue deleted the renovate/all-minor-patch branch October 15, 2024 07:51
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.

1 participant