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

Merged
merged 1 commit into from
Oct 22, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mdx-js/mdx (source) ^3.0.1 -> ^3.1.0 age adoption passing confidence
@playwright/test (source) 1.48.0 -> 1.48.1 age adoption passing confidence
@playwright/test (source) ^1.48.0 -> ^1.48.1 age adoption passing confidence
@solidjs/router ^0.14.8 -> ^0.14.10 age adoption passing confidence
@vitejs/plugin-react (source) ^4.3.2 -> ^4.3.3 age adoption passing confidence
acorn ^8.12.1 -> ^8.13.0 age adoption passing confidence
alpinejs (source) ^3.14.1 -> ^3.14.3 age adoption passing confidence
eslint (source) ^9.12.0 -> ^9.13.0 age adoption passing confidence
sass ^1.79.5 -> ^1.80.3 age adoption passing confidence
tailwindcss (source) ^3.4.13 -> ^3.4.14 age adoption passing confidence
tinyexec ^0.3.0 -> ^0.3.1 age adoption passing confidence
turbo (source) ^2.1.3 -> ^2.2.3 age adoption passing confidence
typescript-eslint (source) ^8.9.0 -> ^8.11.0 age adoption passing confidence
vite-plugin-vue-devtools (source) ^7.4.6 -> ^7.5.2 age adoption passing confidence

Release Notes

mdx-js/mdx (@​mdx-js/mdx)

v3.1.0

Compare Source

Add
Fix
Types
Miscellaneous
  • 77158cd Refactor to externalize recma packages
Site

Full Changelog: mdx-js/mdx@3.0.1...3.1.0

microsoft/playwright (@​playwright/test)

v1.48.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/33023 - [Bug]: command line flag --headed has no effect in ui modehttps://github.com/microsoft/playwright/issues/331077 - [REGRESSION]: page.waitForRequest does not get resolved since 1.48.https://github.com/microsoft/playwright/issues/3308585 - [Bug]: WebSocket route does not handle full URLs in Playwrighttps://github.com/microsoft/playwright/issues/33052052 - [Regression]: Inspector not showing recorded sthttps://github.com/microsoft/playwright/issues/331323132 - [Bug]: Wrong Ubuntu release name in Dockerfile.nhttps://github.com/microsoft/playwright/pull/3299632996 - [BUG] Trace attachments have small unusable height

Browser Versions

  • Chromium 130.0.6723.19
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 129
  • Microsoft Edge 129
solidjs/solid-router (@​solidjs/router)

v0.14.10

Patch Changes

v0.14.9

Patch Changes
  • a22d7d2: fix preloadRoute to take string path
  • 6dd0473: support empty array/string to mean no revalidation
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.3.3

Compare Source

React Compiler runtimeModule option removed

React Compiler was updated to accept a target option and runtimeModule was removed. vite-plugin-react will still detect runtimeModule for backwards compatibility.

When using a custom runtimeModule or target !== '19', the plugin will not try to pre-optimize react/compiler-runtime dependency.

The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.

Here is the configuration to use the compiler with React 18 and correct source maps in development:

npm install babel-plugin-react-compiler react-compiler-runtime @&#8203;babel/plugin-transform-react-jsx-development
export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', { target: '18' }]]
  if (command === 'serve') {
    babelPlugins.push(['@&#8203;babel/plugin-transform-react-jsx-development', {}])
  }

  return {
    plugins: [react({ babel: { plugins: babelPlugins } })],
  }
})
acornjs/acorn (acorn)

v8.13.0

Compare Source

alpinejs/alpine (alpinejs)

v3.14.3

Compare Source

Changes

Full Changelog: alpinejs/alpine@v3.14.2...v3.14.3

v3.14.2

Compare Source

What's Changed

New Contributors

Full Changelog: alpinejs/alpine@v3.14.1...v3.14.2

eslint/eslint (eslint)

v9.13.0

Compare Source

sass/dart-sass (sass)

v1.80.3

Compare Source

  • Fix a bug where @import url("...") would crash in plain CSS files.

  • Improve consistency of how warnings are emitted by different parts of the
    compiler. This should result in minimal user-visible changes, but different
    types of warnings should now respond more reliably to flags like --quiet,
    --verbose, and --silence-deprecation.

v1.80.2

Compare Source

  • Fix a bug where deprecation warnings were incorrectly emitted for the
    plain-CSS invert() function.

v1.80.1

Compare Source

  • Fix a bug where repeated deprecation warnings were not automatically limited.

v1.80.0

Compare Source

  • @import is now officially deprecated, as are global built-in functions that
    are available within built-in modules. See the Sass blog post for more
    details on the deprecation process.
Embedded Host
  • Fix an error that would sometimes occur when deprecation warnings were
    emitted when using a custom importer with the legacy API.

v1.79.6

Compare Source

  • Fix a bug where Sass would add an extra */ after loud comments with
    whitespace after an explicit */ in the indented syntax.

  • Potentially breaking bug fix: Adding text after an explicit */ in the
    indented syntax is now an error, rather than silently generating invalid CSS.

Embedded Host
  • Properly export the SassBoolean type.
tailwindlabs/tailwindcss (tailwindcss)

v3.4.14

Compare Source

Fixed
  • Don't set display: none on elements that use hidden="until-found" (#​14625)
tinylibs/tinyexec (tinyexec)

v0.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: tinylibs/tinyexec@0.3.0...0.3.1

vercel/turborepo (turbo)

v2.2.3: Turborepo v2.2.3

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.2.2...v2.2.3

v2.2.2

Compare Source

v2.2.1

Compare Source

v2.2.0: Turborepo v2.2.0

Compare Source

What's Changed

Docs
@​turbo/repository
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.1.3...v2.2.0

typescript-eslint/typescript-eslint (typescript-eslint)

v8.11.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.10.0

Compare Source

🩹 Fixes
  • typescript-eslint: propagate name field to extended configs in config helper (#​10094)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

vuejs/devtools-next (vite-plugin-vue-devtools)

v7.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v7.5.1

Compare Source

   🚀 Features
    View changes on GitHub

v7.5.0

Compare Source

   🚀 Features
   🐞 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 Oct 21, 2024
Copy link

changeset-bot bot commented Oct 21, 2024

⚠️ No Changeset found

Latest commit: 27a0cff

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.

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

@github-actions github-actions bot added pkg: vue Related to Vue (scope) pkg: example Related to an example package (scope) pkg: react Related to React (scope) pkg: lit Related to Lit (scope) pkg: integration Related to any renderer integration (scope) pkg: astro Related to the core `astro` package (scope) labels Oct 21, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 168c6ae to 0da19fd Compare October 21, 2024 14:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0da19fd to 27a0cff Compare October 21, 2024 18:37
@ematipico ematipico merged commit 2edcad1 into main Oct 22, 2024
14 checks passed
@ematipico ematipico deleted the renovate/all-minor-patch branch October 22, 2024 12:07
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 pkg: astro Related to the core `astro` package (scope) pkg: example Related to an example package (scope) pkg: integration Related to any renderer integration (scope) pkg: lit Related to Lit (scope) pkg: react Related to React (scope) pkg: vue Related to Vue (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant