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

Merged
merged 4 commits into from
Jul 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^2.21.2 -> ^2.22.2 age adoption passing confidence
@antfu/ni ^0.21.12 -> ^0.22.0 age adoption passing confidence
@playwright/test (source) ^1.45.0 -> ^1.45.1 age adoption passing confidence
@shikijs/vitepress-twoslash (source) ^1.10.0 -> ^1.10.3 age adoption passing confidence
@testing-library/dom ^10.2.0 -> ^10.3.1 age adoption passing confidence
@types/node (source) ^20.14.9 -> ^20.14.10 age adoption passing confidence
@types/ws (source) ^8.5.10 -> ^8.5.11 age adoption passing confidence
@unocss/reset ^0.61.0 -> ^0.61.3 age adoption passing confidence
esbuild ^0.22.0 -> ^0.23.0 age adoption passing confidence
eslint (source) ^9.6.0 -> ^9.7.0 age adoption passing confidence
playwright (source) ^1.45.0 -> ^1.45.1 age adoption passing confidence
playwright-core (source) ^1.45.0 -> ^1.45.1 age adoption passing confidence
rollup (source) ^4.18.0 -> ^4.18.1 age adoption passing confidence
rollup-plugin-license ^3.5.1 -> ^3.5.2 age adoption passing confidence
tsx (source) ^4.16.0 -> ^4.16.2 age adoption passing confidence
typescript (source) ^5.5.2 -> ^5.5.3 age adoption passing confidence
unocss ^0.61.0 -> ^0.61.3 age adoption passing confidence
vitepress (source) ^1.2.3 -> ^1.3.1 age adoption passing confidence
webdriverio (source) ^8.39.0 -> ^8.39.1 age adoption passing confidence
why-is-node-running ^2.2.2 -> ^2.3.0 age adoption passing confidence
ws ^8.17.1 -> ^8.18.0 age adoption passing confidence
zx ^8.1.3 -> ^8.1.4 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v2.22.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.22.1

Compare Source

No significant changes

    View changes on GitHub

v2.22.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.21.3

Compare Source

No significant changes

    View changes on GitHub
antfu/ni (@​antfu/ni)

v0.22.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
microsoft/playwright (@​playwright/test)

v1.45.1

Compare Source

shikijs/shiki (@​shikijs/vitepress-twoslash)

v1.10.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.10.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.10.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
testing-library/dom-testing-library (@​testing-library/dom)

v10.3.1

Compare Source

Bug Fixes

v10.3.0

Compare Source

unocss/unocss (@​unocss/reset)

v0.61.3

Compare Source

   🚀 Features
    View changes on GitHub

v0.61.2

Compare Source

No significant changes

    View changes on GitHub
evanw/esbuild (esbuild)

v0.23.0

Compare Source

This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either be pinning the exact version of esbuild in your package.json file (recommended) or be using a version range syntax that only accepts patch upgrades such as ^0.22.0 or ~0.22.0. See npm's documentation about semver for more information.

  • Revert the recent change to avoid bundling dependencies for node (#​3819)

    This release reverts the recent change in version 0.22.0 that made --packages=external the default behavior with --platform=node. The default is now back to --packages=bundle.

    I've just been made aware that Amazon doesn't pin their dependencies in their "AWS CDK" product, which means that whenever esbuild publishes a new release, many people (potentially everyone?) using their SDK around the world instantly starts using it without Amazon checking that it works first. This change in version 0.22.0 happened to break their SDK. I'm amazed that things haven't broken before this point. This revert attempts to avoid these problems for Amazon's customers. Hopefully Amazon will pin their dependencies in the future.

    In addition, this is probably a sign that esbuild is used widely enough that it now needs to switch to a more complicated release model. I may have esbuild use a beta channel model for further development.

  • Fix preserving collapsed JSX whitespace (#​3818)

    When transformed, certain whitespace inside JSX elements is ignored completely if it collapses to an empty string. However, the whitespace should only be ignored if the JSX is being transformed, not if it's being preserved. This release fixes a bug where esbuild was previously incorrectly ignoring collapsed whitespace with --jsx=preserve. Here is an example:

    // Original code
    <Foo>
      <Bar />
    </Foo>
    
    // Old output (with --jsx=preserve)
    <Foo><Bar /></Foo>;
    
    // New output (with --jsx=preserve)
    <Foo>
      <Bar />
    </Foo>;
eslint/eslint (eslint)

v9.7.0

Compare Source

Features

  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#​18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#​18622) (Nitin Kumar)

Bug Fixes

  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#​18636) (Francesco Trotta)

Documentation

  • 9f416db docs: Add Powered by Algolia label to the search. (#​18633) (Amaresh S M)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#​18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#​18641) (Francesco Trotta)

Chores

rollup/rollup (rollup)

v4.18.1

Compare Source

2024-07-08

Bug Fixes
  • Prevent "%" in generated file names to ensure imports resolve (#​5535)
Pull Requests
mjeanroy/rollup-plugin-license (rollup-plugin-license)

v3.5.2

Compare Source

privatenumber/tsx (tsx)

v4.16.2

Compare Source

v4.16.1

Compare Source

Bug Fixes
  • cjs: isolate implicit resolver enhancement (#​59) (143a5bd)
  • cjs: namespace filter to preserve file path (6ef949c)
  • esm: implicit resolution with tsconfig paths (a74aa58), closes #​607

This release is also available on:

Microsoft/TypeScript (typescript)

v5.5.3

Compare Source

vuejs/vitepress (vitepress)

v1.3.1

Compare Source

Bug Fixes
  • don't reopen browser on restart when vite.server.open is specified (6263db1), closes #​4040
  • theme/regression: typo in component props resulting in nested titles not showing in navbar (01d0d45), closes #​4042

v1.3.0

Compare Source

Bug Fixes
  • build: don't normalize links containing target or download property (e24899a), closes #​3947
  • build: respect frontmatter.lastUpdated for pageData.lastUpdated and sitemap generation (7fcf462), closes #​3931
  • build: sort pageToHashMap to ensure stable assets (e302328), closes #​4016
  • client: do nothing on anchor elements with empty href (6461f5d), closes #​3950
  • don't do git log on non-existent file (387acf7), closes #​4008
  • don't reopen browser on restart (d837e82), closes #​4001
  • properly handle svg anchor elements (b785bd6)
  • theme: add styles for h4 too (b54d7b0)
  • theme: deep watch sidebar groups and force render on match change (97f9469), closes #​3613
  • theme: dim color for all text like elements inside blockquotes (5d3ed87), closes #​3929
  • theme: force update title attribute on hydration (d348da7), closes #​4004
  • theme: show filled nav bar when nav screen is open (0fc70e2)
Features

1.2.3 (2024-06-04)

Bug Fixes
  • theme,a11y: handle overflow on long mathematical equation and make tables focusable (#​3932) (closes #​3914) (afc611d)
  • types: wrong types generated for markdown-it > mdurl (48ca76c), closes #​3935

1.2.2 (2024-05-21)

Bug Fixes
  • dont escape ampersand twice in title (7ea3572)

1.2.1 (2024-05-21)

Bug Fixes
  • a11y: make code blocks accessible with keyboard (#​3902) (cb308b9)
  • escape title properly in build (49b1233)
  • theme: remove unnecessary navigation role on nav element (af4717d)
webdriverio/webdriverio (webdriverio)

v8.39.1

Compare Source

v8.39.1 (2024-07-03)

🐛 Bug Fix
Committers: 1
mafintosh/why-is-node-running (why-is-node-running)

v2.3.0

Compare Source

What's Changed

Full Changelog: mafintosh/why-is-node-running@v2.2.2...v2.3.0

websockets/ws (ws)

v8.18.0

Compare Source

Features

google/zx (zx)

v8.1.4

Compare Source

We continue optimizing bundles and CI/CD pipelines.

  • Update @​webpod/ps to v0.0.0-beta.7 to sync internal zurk version. #​855
  • Split vendor chunk to reduce the zx/core entry size. #​856
  • Add bundle size check. #​857
  • Refactor the testing flow, remove duplicated tasks. #​861
  • Add missing types for the global defaults. #​864
  • Omit redundant YAML API extras. #​866

Which gives us: 897 kB → 829 kB (-7.58%)


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies label Jul 8, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from f3d3ff5 to deede54 Compare July 15, 2024 09:46
Copy link
Contributor Author

renovate bot commented Jul 15, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@sheremet-va sheremet-va merged commit f55dc00 into main Jul 15, 2024
16 checks passed
@sheremet-va sheremet-va deleted the renovate/all-minor-patch branch July 15, 2024 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant