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

fix(deps): update all non-major dependencies #1243

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microsoft/api-extractor (source) ^7.47.11 -> ^7.48.1 age adoption passing confidence
@swc/core (source) 1.7.39 -> 1.10.2 age adoption passing confidence
@types/node (source) 22.7.8 -> 22.10.2 age adoption passing confidence
bumpp ^9.7.1 -> ^9.9.2 age adoption passing confidence
bundle-require ^5.0.0 -> ^5.1.0 age adoption passing confidence
chokidar ^4.0.1 -> ^4.0.3 age adoption passing confidence
consola ^3.2.3 -> ^3.3.3 age adoption passing confidence
debug ^4.3.7 -> ^4.4.0 age adoption passing confidence
esbuild ^0.24.0 -> ^0.24.2 age adoption passing confidence
pnpm (source) 9.12.2 -> 9.15.1 age adoption passing confidence
postcss (source) 8.4.47 -> 8.4.49 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.2 age adoption passing confidence
resolve 1.22.8 -> 1.22.10 age adoption passing confidence
rollup (source) ^4.24.0 -> ^4.29.1 age adoption passing confidence
sass 1.80.3 -> 1.83.0 age adoption passing confidence
terser (source) ^5.36.0 -> ^5.37.0 age adoption passing confidence
tinyglobby ^0.2.9 -> ^0.2.10 age adoption passing confidence
ts-essentials 10.0.2 -> 10.0.4 age adoption passing confidence
tsup (source) 8.3.0 -> 8.3.5 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.2 age adoption passing confidence
vitest (source) 2.1.3 -> 2.1.8 age adoption passing confidence

Release Notes

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

v7.48.1

Compare Source

Sat, 14 Dec 2024 01:11:07 GMT

Version update only

v7.48.0

Compare Source

Sat, 23 Nov 2024 01:18:55 GMT

Minor changes
  • Update TSDoc dependencies.

v7.47.12

Compare Source

Fri, 22 Nov 2024 01:10:43 GMT

Version update only

swc-project/swc (@​swc/core)

v1.10.2

Compare Source

Bug Fixes
Documentation

v1.10.1

Compare Source

Bug Fixes
  • (es/resolver) Fix wrong syntax context of vars with the same names as catch params (#​9786) (5a44c6b)
Features

v1.10.0

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor

v1.9.3

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
Performance
Refactor

v1.9.2

Compare Source

Bug Fixes
Features

v1.9.1

Compare Source

Bug Fixes

v1.9.0

Compare Source

Bug Fixes
Features
Miscellaneous Tasks

v1.8.0

Compare Source

Bug Fixes
  • (es/typescript) Handle multiline type parameters in async arrow functions (#​9704) (c5ed19c)

  • (es/typescript) Handle ASI hazards in fast type strip (#​9707) (c135f71)

Features
Performance

v1.7.42

Compare Source

Bug Fixes
Features
  • (es/minifier) Optimize switch with side effect and termination tests (#​9677) (7344a63)

  • (es/parser) Ability to get script's potential module errors (#​9682) (2bbd1e8)

Miscellaneous Tasks
Performance

v1.7.40

Compare Source

Bug Fixes
Documentation
Miscellaneous Tasks
  • (deps) Update dependency swc-plugin-coverage-instrument to ^0.0.25 (#​9676) (b8d255b)
antfu/bumpp (bumpp)

v9.9.2

Compare Source

v9.9.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.9.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v9.8.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.8.0

Compare Source

   🚀 Features
    View changes on GitHub
paulmillr/chokidar (chokidar)

v4.0.3

Compare Source

What's Changed

Full Changelog: paulmillr/chokidar@4.0.2...4.0.3

v4.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: paulmillr/chokidar@4.0.1...4.0.2

unjs/consola (consola)

v3.3.3

Compare Source

compare changes

📦 Build
  • Revert "build: update exports for node16 typescript resolution" (2065136)
❤️ Contributors

v3.3.2

Compare Source

compare changes

📦 Build
  • Patch string-width for node 14 support (421c663)
  • Update exports for node16 typescript resolution (18bc852)
❤️ Contributors

v3.3.1

Compare Source

compare changes

🩹 Fixes
  • fancy: Fallback whenIntl is unavailable (#​326)
❤️ Contributors

v3.3.0

Compare Source

compare changes

🚀 Enhancements
  • utils: formatTree utility (#​223)
  • Export prompt option types (#​301)
  • Support report error cause (#​308)
  • prompt: Configurable cancel strategy (#​325)
  • formatTree: Support max depth (#​267)
🩹 Fixes
  • Use initial in select and multiselect prompts (#​232)
  • Make box title color same as border (#​236)
📖 Documentation
📦 Build
  • Fix subpath types (#​265)
  • Add require condition for browser builds (#​243)
🌊 Types
  • Fix prompt with select type return value type (#​238)
🏡 Chore
🎨 Styles
🤖 CI
  • Use conventional commit for autofix (#​217)
❤️ Contributors
debug-js/debug (debug)

v4.4.0

Compare Source

Fixes (hopefully) the inefficient regex warnings in .enable().

Minor version as this is invariably going to break certain users who misuse the .enable() API and expected it to work with regexes, which was never supported nor documented. That's on you, sorry - that functionality won't be added back.

Full Changelog: debug-js/debug@4.3.7...4.4.0

evanw/esbuild (esbuild)

v0.24.2

Compare Source

  • Fix regression with --define and import.meta (#​4010, #​4012, #​4013)

    The previous change in version 0.24.1 to use a more expression-like parser for define values to allow quoted property names introduced a regression that removed the ability to use --define:import.meta=.... Even though import is normally a keyword that can't be used as an identifier, ES modules special-case the import.meta expression to behave like an identifier anyway. This change fixes the regression.

    This fix was contributed by @​sapphi-red.

v0.24.1

Compare Source

  • Allow es2024 as a target in tsconfig.json (#​4004)

    TypeScript recently added es2024 as a compilation target, so esbuild now supports this in the target field of tsconfig.json files, such as in the following configuration file:

    {
      "compilerOptions": {
        "target": "ES2024"
      }
    }

    As a reminder, the only thing that esbuild uses this field for is determining whether or not to use legacy TypeScript behavior for class fields. You can read more in the documentation.

    This fix was contributed by @​billyjanitsch.

  • Allow automatic semicolon insertion after get/set

    This change fixes a grammar bug in the parser that incorrectly treated the following code as a syntax error:

    class Foo {
      get
      *x() {}
      set
      *y() {}
    }

    The above code will be considered valid starting with this release. This change to esbuild follows a similar change to TypeScript which will allow this syntax starting with TypeScript 5.7.

  • Allow quoted property names in --define and --pure (#​4008)

    The define and pure API options now accept identifier expressions containing quoted property names. Previously all identifiers in the identifier expression had to be bare identifiers. This change now makes --define and --pure consistent with --global-name, which already supported quoted property names. For example, the following is now possible:

    // The following code now transforms to "return true;\n"
    console.log(esbuild.transformSync(
      `return process.env['SOME-TEST-VAR']`,
      { define: { 'process.env["SOME-TEST-VAR"]': 'true' } },
    ))

    Note that if you're passing values like this on the command line using esbuild's --define flag, then you'll need to know how to escape quote characters for your shell. You may find esbuild's JavaScript API more ergonomic and portable than writing shell code.

  • Minify empty try/catch/finally blocks (#​4003)

    With this release, esbuild will now attempt to minify empty try blocks:

    // Original code
    try {} catch { foo() } finally { bar() }
    
    // Old output (with --minify)
    try{}catch{foo()}finally{bar()}
    
    // New output (with --minify)
    bar();

    This can sometimes expose additional minification opportunities.

  • Include entryPoint metadata for the copy loader (#​3985)

    Almost all entry points already include a entryPoint field in the outputs map in esbuild's build metadata. However, this wasn't the case for the copy loader as that loader is a special-case that doesn't behave like other loaders. This release adds the entryPoint field in this case.

  • Source mappings may now contain null entries (#​3310, #​3878)

    With this change, sources that result in an empty source map may now emit a null source mapping (i.e. one with a generated position but without a source index or original position). This change improves source map accuracy by fixing a problem where minified code from a source without any source mappings could potentially still be associated with a mapping from another source file earlier in the generated output on the same minified line. It manifests as nonsensical files in source mapped stack traces. Now the null mapping "resets" the source map so that any lookups into the minified code without any mappings resolves to null (which appears as the output file in stack traces) instead of the incorrect source file.

    This change shouldn't affect anything in most situations. I'm only mentioning it in the release notes in case it introduces a bug with source mapping. It's part of a work-in-progress future feature that will let you omit certain unimportant files from the generated source map to reduce source map size.

  • Avoid using the parent directory name for determinism (#​3998)

    To make generated code more readable, esbuild includes the name of the source file when generating certain variable names within the file. Specifically bundling a CommonJS file generates a variable to store the lazily-evaluated module initializer. However, if a file is named index.js (or with a different extension), esbuild will use the name of the parent directory instead for a better name (since many packages have files all named index.js but have unique directory names).

    This is problematic when the bundle entry point is named index.js and the parent directory name is non-deterministic (e.g. a temporary directory created by a build script). To avoid non-determinism in esbuild's output, esbuild will now use index instead of the parent directory in this case. Specifically this will happen if the parent directory is equal to esbuild's outbase API option, which defaults to the lowest common ancestor of all user-specified entry point paths.

  • Experimental support for esbuild on NetBSD (#​3974)

    With this release, esbuild now has a published binary executable for NetBSD in the @esbuild/netbsd-arm64 npm package, and esbuild's installer has been modified to attempt to use it when on NetBSD. Hopefully this makes installing esbuild via npm work on NetBSD. This change was contributed by @​bsiegert.

    ⚠️ Note: NetBSD is not one of Node's supported platforms, so installing esbuild may or may not work on NetBSD depending on how Node has been patched. This is not a problem with esbuild. ⚠️

pnpm/pnpm (pnpm)

v9.15.1

Compare Source

v9.15.0

Compare Source

v9.14.4

Compare Source

v9.14.3

Compare Source

v9.14.2

Compare Source

Patch Changes

  • pnpm publish --json should work #​8788.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

v9.14.1

Compare Source

Minor Changes

  • Added support for pnpm pack --json to print packed tarball and contents in JSON format #​8765.

Patch Changes

  • pnpm exec should print a meaningful error message when no command is provided #​8752.
  • pnpm setup should remove the CLI from the target location before moving the new binary #​8173.
  • Fix ERR_PNPM_TARBALL_EXTRACT e

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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 Oct 28, 2024
Copy link

vercel bot commented Oct 28, 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 Dec 26, 2024 6:32pm

Copy link

codesandbox bot commented Oct 28, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

socket-security bot commented Oct 28, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@microsoft/api-extractor@7.48.1 Transitive: environment, eval, filesystem, shell, unsafe +38 46 MB odspnpm
npm/@swc/core@1.10.2 None +2 197 kB kdy1, kwonoj
npm/@types/node@22.10.2 None +1 2.37 MB types
npm/bumpp@9.9.2 Transitive: environment, filesystem, network +43 4.17 MB antfu
npm/bundle-require@5.1.0 environment, filesystem, unsafe +1 43.5 kB egoist
npm/chokidar@4.0.3 Transitive: filesystem +1 202 kB paulmillr
npm/consola@3.3.3 None 0 320 kB atinux, pi0
npm/debug@4.4.0 environment 0 42.8 kB qix
npm/esbuild@0.24.2 None 0 134 kB esbuild, evanw
npm/postcss@8.4.49 environment, filesystem 0 201 kB ai
npm/prettier@3.4.2 None 0 7.83 MB prettier-bot
npm/resolve@1.22.10 environment, filesystem +1 179 kB ljharb
npm/rollup@4.29.1 None +1 2.63 MB eventualbuddha, lukastaegert, rich_harris, ...2 more
npm/sass@1.83.0 None +1 687 kB
npm/terser@5.37.0 environment, eval Transitive: filesystem, shell +6 3.89 MB fabiosantoscode
npm/tinyglobby@0.2.10 Transitive: filesystem +2 155 kB superchupu
npm/ts-essentials@10.0.4 None 0 231 kB ts-essentials-bot
npm/tsup@8.3.5 eval, filesystem 0 440 kB egoist
npm/typescript@5.7.2 None 0 22.7 MB typescript-bot
npm/vitest@2.1.8 environment, eval Transitive: filesystem, network, shell, unsafe +30 7.47 MB vitestbot

🚮 Removed packages: npm/@microsoft/api-extractor@7.47.11, npm/@swc/core@1.7.39, npm/@types/node@22.7.8, npm/bumpp@9.7.1, npm/chokidar@4.0.1, npm/consola@3.2.3, npm/esbuild@0.24.0, npm/prettier@3.3.3, npm/rollup@4.24.0, npm/sass@1.80.3, npm/terser@5.36.0, npm/tinyglobby@0.2.9, npm/ts-essentials@10.0.2, npm/tsup@8.3.0, npm/typescript@5.6.3, npm/vitest@2.1.3

View full report↗︎

Copy link

pkg-pr-new bot commented Oct 28, 2024

Open in Stackblitz

npm i https://pkg.pr.new/egoist/tsup@1243

commit: 647a4db

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cd71bed to 19760cc Compare October 28, 2024 03:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 19760cc to d366991 Compare October 28, 2024 12:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d366991 to 25e8bb7 Compare October 28, 2024 15:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 25e8bb7 to 5fccd81 Compare October 28, 2024 23:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5fccd81 to f142e3d Compare October 29, 2024 15:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f142e3d to d314f65 Compare October 29, 2024 19:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d314f65 to a516716 Compare October 30, 2024 01:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a516716 to 00bf239 Compare October 31, 2024 08:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 00bf239 to 7b990d5 Compare October 31, 2024 18:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7b990d5 to 0113916 Compare November 1, 2024 15:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0113916 to 8936f7c Compare November 2, 2024 01:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8936f7c to 3ced8ba Compare November 3, 2024 05:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 260b5a4 to ec1b310 Compare December 14, 2024 02:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ec1b310 to d6e2f7b Compare December 16, 2024 22:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d6e2f7b to 209779d Compare December 18, 2024 22:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 209779d to ad017ce Compare December 19, 2024 20:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ad017ce to 84d950a Compare December 20, 2024 01:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 84d950a to e4aecf3 Compare December 20, 2024 08:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e4aecf3 to 53eb982 Compare December 20, 2024 21:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 53eb982 to 00abbb6 Compare December 21, 2024 09:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 00abbb6 to eab1f5a Compare December 22, 2024 03:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eab1f5a to e691296 Compare December 22, 2024 16:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e691296 to b5e33a1 Compare December 23, 2024 13:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b5e33a1 to 63270ce Compare December 26, 2024 14:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 63270ce to ec21b50 Compare December 26, 2024 15:13
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.

0 participants