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 dependencies (non-major) #237

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/ni ^0.23.0 -> ^0.23.2 age adoption passing confidence
@changesets/cli (source) ^2.27.9 -> ^2.27.12 age adoption passing confidence
@microsoft/api-extractor (source) ^7.47.11 -> ^7.50.0 age adoption passing confidence
@ocavue/eslint-config ^2.10.4 -> ^2.12.4 age adoption passing confidence
@types/react (source) ^18.3.12 -> ^18.3.18 age adoption passing confidence
@types/react-dom (source) ^18.3.1 -> ^18.3.5 age adoption passing confidence
@vitejs/plugin-react-swc ^3.7.1 -> ^3.8.0 age adoption passing confidence
@vitest/coverage-v8 (source) ^1.6.0 -> ^1.6.1 age adoption passing confidence
eslint (source) ^9.14.0 -> ^9.18.0 age adoption passing confidence
execa ^9.5.1 -> ^9.5.2 age adoption passing confidence
pnpm (source) 9.12.3 -> 9.15.5 age adoption passing confidence
postcss (source) ^8.4.47 -> ^8.5.2 age adoption passing confidence
prettier (source) ^3.3.3 -> ^3.5.0 age adoption passing confidence
prosemirror-model ^1.23.0 -> ^1.24.1 age adoption passing confidence
prosemirror-view ^1.35.0 -> ^1.38.0 age adoption passing confidence
remark-gfm ^4.0.0 -> ^4.0.1 age adoption passing confidence
tsup (source) ^8.3.5 -> ^8.3.6 age adoption passing confidence
typedoc (source) ^0.26.11 -> ^0.27.7 age adoption passing confidence
typedoc-plugin-markdown (source) ^4.2.10 -> ^4.4.2 age adoption passing confidence
typedoc-plugin-mdn-links ^3.3.5 -> ^3.3.8 age adoption passing confidence
typescript (source) ^5.6.3 -> ^5.7.3 age adoption passing confidence

Release Notes

antfu-collective/ni (@​antfu/ni)

v0.23.2

Compare Source

No significant changes

    View changes on GitHub

v0.23.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
changesets/changesets (@​changesets/cli)

v2.27.12

Compare Source

Patch Changes

v2.27.11

Compare Source

Patch Changes

v2.27.10

Compare Source

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

v7.50.0

Compare Source

Wed, 12 Feb 2025 01:10:52 GMT

Minor changes
  • Update merge behavior for derived configurations to allow overriding array properties

v7.49.2

Compare Source

Thu, 30 Jan 2025 01:11:42 GMT

Version update only

v7.49.1

Compare Source

Thu, 09 Jan 2025 01:10:10 GMT

Version update only

v7.49.0

Compare Source

Tue, 07 Jan 2025 22:17:32 GMT

Minor changes
  • Upgrade the bundled compiler engine to TypeScript 5.7.2

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

ocavue/eslint-config (@​ocavue/eslint-config)

v2.12.4

Compare Source

Bug Fixes

v2.12.3

Compare Source

Bug Fixes

v2.12.2

Compare Source

Bug Fixes

v2.12.1

Compare Source

Bug Fixes
  • disable rule package-json/valid-package-definition (#​163) (a907f0d)

v2.12.0

Compare Source

Features

v2.11.3

Compare Source

Bug Fixes

v2.11.2

Compare Source

Bug Fixes

v2.11.1

Compare Source

Bug Fixes

v2.11.0

Compare Source

Features

v2.10.5

Compare Source

Bug Fixes
vitejs/vite-plugin-react-swc (@​vitejs/plugin-react-swc)

v3.8.0

Compare Source

Add useAtYourOwnRisk_mutateSwcOptions option

The future of Vite is with OXC, and from the beginning this was a design choice to not exposed too many specialties from SWC so that Vite React users can move to another transformer later.
Also debugging why some specific version of decorators with some other unstable/legacy feature doesn't work is not fun, so we won't provide support for it, hence the name useAtYourOwnRisk.

react({
  useAtYourOwnRisk_mutateSwcOptions(options) {
    options.jsc.parser.decorators = true;
    options.jsAc.transform.decoratorVersion = "2022-03";
  },
});

v3.7.2

Compare Source

Add Vite 6 to peerDependencies range #​207

Thanks @​RobinTail

Revert throw when refresh runtime is loaded twice #​237

Revert the throw when refresh runtime is loaded twice to enable usage in micro frontend apps. This was added to help fix setup usage, and this is not worth an annoying warning for others or a config parameter.

This revert was done in the Babel plugin last year and I didn't port it back.

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

v1.6.1

Compare Source

This release includes security patches for:

   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v9.18.0

Compare Source

v9.17.0

Compare Source

v9.16.0

Compare Source

Features

  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#​19162) (Milos Djermanovic)

Documentation

  • 9eefc8f docs: fix typos in use-isnan (#​19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#​19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#​19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#​19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#​19183) (Tanuj Kanti)
  • 0c6b842 docs: fix typos in migration-guide.md (#​19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#​19179) (루밀LuMir)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#​19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#​19164) (Tanuj Kanti)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#​19148) (Milos Djermanovic)

Chores

v9.15.0

Compare Source

sindresorhus/execa (execa)

v9.5.2

Compare Source

Bug fixes

pnpm/pnpm (pnpm)

v9.15.5: pnpm 9.15.5

Compare Source

Patch Changes

  • Verify that the package name is valid when executing the publish command.
  • When running pnpm install, the preprepare and postprepare scripts of the project should be executed #​8989.
  • Quote args for scripts with shell-quote to support new lines (on POSIX only) #​8980.
  • Proxy settings should be respected, when resolving Git-hosted dependencies #​6530.
  • Replace strip-ansi with the built-in util.stripVTControlCharacters #​9009.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.4: pnpm 9.15.4

Compare Source

Patch Changes

  • Ensure that recursive pnpm update --latest <pkg> updates only the specified package, with dedupe-peer-dependents=true.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.3

Compare Source

v9.15.2: pnpm 9.15.2

Compare Source

Patch Changes

  • Fixed publish/pack error with workspace dependencies with relative paths #​8904. It was broken in v9.4.0 (398472c).
  • Use double quotes in the command suggestion by pnpm patch on Windows #​7546.
  • Do not fall back to SSH, when resolving a git-hosted package if git ls-remote works via HTTPS #​8906.
  • Improve how packages with blocked lifecycle scripts are reported during installation. Always print the list of ignored scripts at the end of the output. Include a hint about how to allow the execution of those packages.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

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 forma

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.

Copy link

changeset-bot bot commented Dec 1, 2024

⚠️ No Changeset found

Latest commit: 44337aa

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 14 times, most recently from 4516ab0 to bb60e5c Compare December 8, 2024 16:35
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 10 times, most recently from 195f626 to a268308 Compare December 15, 2024 19:06
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 5 times, most recently from 19edc25 to 40c49f4 Compare December 19, 2024 14:27
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 7 times, most recently from 3e597cc to 8daf8f2 Compare January 3, 2025 13:18
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 3 times, most recently from fb0841d to 3c85814 Compare January 9, 2025 02:49
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 3 times, most recently from d501b4a to 42c6b86 Compare January 14, 2025 12:55
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 5 times, most recently from cf62779 to 88a518c Compare January 26, 2025 08:30
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 5 times, most recently from f51f329 to 29f5cf1 Compare February 3, 2025 14:00
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 5 times, most recently from 0a43cb0 to 2bd7958 Compare February 12, 2025 02:56
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 2bd7958 to 44337aa Compare February 12, 2025 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants