Skip to content

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

Merged
yyxi merged 1 commit intotrunkfrom
renovate/all-minor-patch
Mar 17, 2025
Merged

fix(deps): update all non-major dependencies#191
yyxi merged 1 commit intotrunkfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 19.7.1 -> 19.8.0 age adoption passing confidence
@commitlint/config-conventional (source) 19.7.1 -> 19.8.0 age adoption passing confidence
@pnpm/read-package-json (source) ^1000.0.3 -> ^1000.0.5 age adoption passing confidence
@pnpm/types (source) 1000.1.1 -> 1000.2.1 age adoption passing confidence
@types/node (source) 22.13.4 -> 22.13.10 age adoption passing confidence
@vitest/coverage-v8 (source) 3.0.6 -> 3.0.8 age adoption passing confidence
esbuild ^0.25.0 -> ^0.25.1 age adoption passing confidence
esbuild 0.25.0 -> 0.25.1 age adoption passing confidence
eslint (source) 9.20.1 -> 9.22.0 age adoption passing confidence
knip (source) 5.43.6 -> 5.45.0 age adoption passing confidence
lefthook 1.10.10 -> 1.11.3 age adoption passing confidence
prettier (source) 3.5.1 -> 3.5.3 age adoption passing confidence
rollup (source) 4.30.1 -> 4.35.0 age adoption passing confidence
syncpack 13.0.2 -> 13.0.3 age adoption passing confidence
typescript (source) 5.7.3 -> 5.8.2 age adoption passing confidence
vite (source) 6.1.1 -> 6.2.1 age adoption passing confidence
vitest (source) 3.0.6 -> 3.0.8 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.8.0

Compare Source

Performance Improvements
  • use node: prefix to bypass require.cache call for builtins (#​4302) (0cd8f41)

19.7.1 (2025-02-02)

Note: Version bump only for package @​commitlint/cli

19.6.1 (2024-12-15)

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.8.0

Compare Source

Performance Improvements
  • use node: prefix to bypass require.cache call for builtins (#​4302) (0cd8f41)

19.7.1 (2025-02-02)

Note: Version bump only for package @​commitlint/config-conventional

vitest-dev/vitest (@​vitest/coverage-v8)

v3.0.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.7

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
evanw/esbuild (esbuild)

v0.25.1

Compare Source

  • Fix incorrect paths in inline source maps (#​4070, #​4075, #​4105)

    This fixes a regression from version 0.25.0 where esbuild didn't correctly resolve relative paths contained within source maps in inline sourceMappingURL data URLs. The paths were incorrectly being passed through as-is instead of being resolved relative to the source file containing the sourceMappingURL comment, which was due to the data URL not being a file URL. This regression has been fixed, and this case now has test coverage.

  • Fix invalid generated source maps (#​4080, #​4082, #​4104, #​4107)

    This release fixes a regression from version 0.24.1 that could cause esbuild to generate invalid source maps. Specifically under certain conditions, esbuild could generate a mapping with an out-of-bounds source index. It was introduced by code that attempted to improve esbuild's handling of "null" entries in source maps (i.e. mappings with a generated position but no original position). This regression has been fixed.

    This fix was contributed by @​jridgewell.

  • Fix a regression with non-file source map paths (#​4078)

    The format of paths in source maps that aren't in the file namespace was unintentionally changed in version 0.25.0. Path namespaces is an esbuild-specific concept that is optionally available for plugins to use to distinguish paths from file paths and from paths meant for other plugins. Previously the namespace was prepended to the path joined with a : character, but version 0.25.0 unintentionally failed to prepend the namespace. The previous behavior has been restored.

  • Fix a crash with switch optimization (#​4088)

    The new code in the previous release to optimize dead code in switch statements accidentally introduced a crash in the edge case where one or more switch case values include a function expression. This is because esbuild now visits the case values first to determine whether any cases are dead code, and then visits the case bodies once the dead code status is known. That triggered some internal asserts that guard against traversing the AST in an unexpected order. This crash has been fixed by changing esbuild to expect the new traversal ordering. Here's an example of affected code:

    switch (x) {
      case '':
        return y.map(z => z.value)
      case y.map(z => z.key).join(','):
        return []
    }
  • Update Go from 1.23.5 to 1.23.7 (#​4076, #​4077)

    This should have no effect on existing code as this version change does not change Go's operating system support. It may remove certain reports from vulnerability scanners that detect which version of the Go compiler esbuild uses.

    This PR was contributed by @​MikeWillCook.

eslint/eslint (eslint)

v9.22.0

Compare Source

v9.21.0

Compare Source

Features
Bug Fixes
  • db5340d fix: update missing plugin message template (#​19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#​19436) (Francesco Trotta)
Documentation
  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#​19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#​19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)
Chores
  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#​19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#​19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#​19448) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#​19402) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#​19439) (Josh Goldberg ✨)
  • 5fd211d test: processors can return subpaths (#​19425) (Milos Djermanovic)
webpro-nl/knip (knip)

v5.45.0

Compare Source

  • What are we without badges? (8175043)
  • feat(plugin-eslint): support eslint.config.ts files (#​956) (474dca3) - thanks @​cylewaitforit!
  • Improve cross-workspace config file handling (4717edf)
  • Fix up playwright(-ct) args/bin (b49b753)
  • Improve cross-workspace config & binary handling (7ea7c34)
  • Add tests for cross-workspace inputs coverage (100129a)
  • Add note re. config cascade eslint v8 (resolves #​957) (ee2c94d)
  • Add support for eslint v9 config files + settings (f55dc1b)

v5.44.5

Compare Source

v5.44.4

Compare Source

  • Fix workspace checks in Windows (4f4d0bf)

v5.44.3

Compare Source

v5.44.2

Compare Source

v5.44.1

Compare Source

v5.44.0

Compare Source

  • Add fixture w/ compilers/workaround for tailwind v4 (3cf1d05)
  • fix: ensure augmentWorkspace honors tsConfig rootDir (#​933) (2afffe0) - thanks @​rmunch!
  • feat: Add plugin for React router 7 framework mode (#​931) (012fd5b) - thanks @​lasseklovstad!
  • Refactor some bits to add manifestStr (9ce5766)
  • Use manifestStr and introduce PackageJsonPeeker (f2efd22)
  • Add pos to more issue types in json reporter (resolves #​930) (72cbcfa)
  • Merge node and node-test-runner plugins (1019b99)
  • Ignore built-in test reporters (resolve #​935) (090e76b)
  • Housekeep react-router plugin (dd0f682)
  • Bright & dimmed issue type header colors in symbol reporter (close #​934) (dcf5df3)
  • Update dependencies (9050695)
evilmartians/lefthook (lefthook)

v1.11.3

Compare Source

v1.11.2

Compare Source

v1.11.1

Compare Source

v1.11.0

Compare Source

v1.10.11

Compare Source

prettier/prettier (prettier)

v3.5.3

Compare Source

v3.5.2

Compare Source

diff

Remove module-sync condition (#​17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

rollup/rollup (rollup)

v4.35.0

Compare Source

2025-03-08

Features
  • Pass build errors to the closeBundle hook (#​5867)
Pull Requests

v4.34.9

Compare Source

2025-03-01

Bug Fixes
  • Support JSX modes in WASM (#​5866)
  • Allow the CustomPluginOptions to be extended (#​5850)
Pull Requests

v4.34.8

Compare Source

2025-02-17

Bug Fixes
  • Do not make assumptions about the value of nested paths in logical expressions if the expression cannot be simplified (#​5846)
Pull Requests
  • #​5846: return UnknownValue if the usedbranch is unkown and the path is not empty (@​TrickyPi)

v4.34.7

Compare Source

2025-02-14

Bug Fixes
  • Ensure that calls to parameters are included correctly when using try-catch deoptimization (#​5842)
Pull Requests

v4.34.6

Compare Source

2025-02-07

Bug Fixes
  • Retain "void 0" in the output for smaller output and fewer surprises (#​5838)
Pull Requests

v4.34.5

Compare Source

2025-02-07

Bug Fixes
  • Ensure namespace reexports always include all properties of all exports (#​5837)
Pull Requests

v4.34.4

Compare Source

2025-02-05

Bug Fixes
  • Do not tree-shake properties if a rest element is used in destructuring (#​5833)
Pull Requests

v4.34.3

Compare Source

2025-02-05

Bug Fixes
  • Ensure properties of "this" are included in getters (#​5831)
Pull Requests

v4.34.2

Compare Source

2025-02-04

Bug Fixes
  • Fix an issue where not all usages of a function were properly detected (#​5827)
Pull Requests

v4.34.1

Compare Source

2025-02-03

Bug Fixes
  • Ensure throwing objects includes the entire object (#​5825)
Pull Requests

v4.34.0

Compare Source

2025-02-01

Features
  • Tree-shake unused properties in object literals (re-implements #​5420) (#​5737)
Pull Requests

v4.33.0

Compare Source

2025-02-01

Features
  • Correctly detect literal value of more negated expressions (#​5812)
Bug Fixes
  • Use the correct with/assert attribute key in dynamic imports (#​5818)
  • Fix an issue where logical expressions were considered to have the wrong value (#​5819)
Pull Requests

v4.32.1

Compare Source

2025-01-28

Bug Fixes
  • Fix possible crash when optimizing logical expressions (#​5804)
Pull Requests

v4.32.0

Compare Source

2025-01-24

Features
  • Add watch.onInvalidate option to trigger actions immediately when a file is changed (#​5799)
Bug Fixes
  • Fix incorrect urls in CLI warnings (#​5809)
Pull Requests

v4.31.0

Compare Source

2025-01-19

Features
  • Do not immediately quit when trying to use watch mode from within non-TTY environments (#​5803)
Bug Fixes
  • Handle files with more than one UTF-8 BOM header (#​5806)
Pull Requests
JamieMason/syncpack (syncpack)

v13.0.3

Compare Source


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 is behind base branch, 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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 17, 2025
@socket-security
Copy link

socket-security bot commented Feb 17, 2025

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

Package New capabilities Transitives Size Publisher
npm/@commitlint/cli@19.7.119.8.0 Transitive: environment, filesystem, shell, unsafe +84 2.87 MB bycedric, escapedcat, marionebl, ...1 more
npm/@commitlint/config-conventional@19.7.119.8.0 Transitive: filesystem +7 89.2 kB escapedcat
npm/@pnpm/read-package-json@1000.0.31000.0.5 Transitive: environment, filesystem +26 559 kB pnpmuser
npm/@pnpm/types@1000.1.11000.2.1 None 0 13.3 kB pnpmuser
npm/@types/node@22.13.422.13.10 None +1 2.4 MB types
npm/@vitest/coverage-v8@3.0.63.0.8 Transitive: environment, filesystem, shell +61 9.96 MB antfu, oreanno, patak, ...1 more
npm/esbuild@0.24.2, 0.25.00.25.1 None 0 134 kB evanw
npm/eslint@9.20.19.22.0 Transitive: environment, eval, filesystem, shell, unsafe +169 13 MB
npm/knip@5.43.65.45.0 Transitive: filesystem, shell +45 3.45 MB webpro
npm/lefthook@1.10.101.11.3 None 0 23.6 kB mrexox
npm/prettier@3.5.13.5.3 None 0 0 B
npm/rollup@4.30.1, 4.34.84.35.0 None +1 2.72 MB eventualbuddha, lukastaegert, rich_harris, ...2 more
npm/syncpack@13.0.213.0.3 Transitive: environment, filesystem, unsafe +85 34.1 MB fold_left
npm/typescript@5.7.35.8.2 None 0 22.9 MB typescript-bot
npm/vite@6.1.16.2.1 Transitive: environment, filesystem +4 405 kB
npm/vitest@3.0.63.0.8 Transitive: filesystem, shell, unsafe +31 3.08 MB vitestbot
npm/workbox-build@7.3.0 filesystem Transitive: environment, eval, network, shell, unsafe +312 36.7 MB tomayac
npm/zod@3.24.2 None 0 699 kB colinhacks

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1ab10ce to f05d497 Compare February 18, 2025 12:06
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.34.6 fix(deps): update all non-major dependencies Feb 18, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from cc4827b to 092c40f Compare February 20, 2025 06:06
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update dependency rollup to v4.34.6 Feb 20, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 092c40f to 7dd823b Compare February 20, 2025 06:53
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.34.6 chore(deps): update all non-major dependencies Feb 20, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from a7c491e to 5cc9ed4 Compare February 26, 2025 11:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 3331e09 to 53469d2 Compare March 4, 2025 12:16
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Mar 4, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a123965 to f627d63 Compare March 7, 2025 23:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 6a75920 to fb76183 Compare March 14, 2025 23:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 264f1ef to 396fc71 Compare March 16, 2025 10:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 396fc71 to f8523a0 Compare March 17, 2025 06:10
@yyxi yyxi merged commit bf9dba4 into trunk Mar 17, 2025
6 checks passed
@yyxi yyxi deleted the renovate/all-minor-patch branch March 17, 2025 08:23
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

Development

Successfully merging this pull request may close these issues.

1 participant