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

Merged
merged 1 commit into from
Jul 31, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/check (source) ^0.8.2 -> ^0.9.0 age adoption passing confidence
@astrojs/compiler (source) ^2.9.2 -> ^2.10.0 age adoption passing confidence
@astrojs/react (source) ^3.6.0 -> ^3.6.1 age adoption passing confidence
@babel/core (source) ^7.24.9 -> ^7.25.2 age adoption passing confidence
@babel/generator (source) ^7.24.10 -> ^7.25.0 age adoption passing confidence
@babel/parser (source) ^7.24.8 -> ^7.25.3 age adoption passing confidence
@babel/plugin-transform-react-jsx (source) ^7.24.7 -> ^7.25.2 age adoption passing confidence
@babel/traverse (source) ^7.24.8 -> ^7.25.3 age adoption passing confidence
@babel/types (source) ^7.24.9 -> ^7.25.2 age adoption passing confidence
@libsql/client ^0.7.0 -> ^0.8.0 age adoption passing confidence
@playwright/test (source) 1.45.2 -> 1.45.3 age adoption passing confidence
@playwright/test (source) ^1.45.2 -> ^1.45.3 age adoption passing confidence
@types/markdown-it (source) ^14.1.1 -> ^14.1.2 age adoption passing confidence
@types/probe-image-size (source) ^7.2.4 -> ^7.2.5 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.0.5 -> ^5.1.1 age adoption passing confidence
@vue/compiler-sfc (source) ^3.4.33 -> ^3.4.35 age adoption passing confidence
debug ^4.3.5 -> ^4.3.6 age adoption passing confidence
eslint (source) ^9.7.0 -> ^9.8.0 age adoption passing confidence
fast-xml-parser ^4.4.0 -> ^4.4.1 age adoption passing confidence
magic-string ^0.30.10 -> ^0.30.11 age adoption passing confidence
memfs ^4.9.3 -> ^4.11.0 age adoption passing confidence
node-mocks-http ^1.15.0 -> ^1.15.1 age adoption passing confidence
postcss (source) ^8.4.39 -> ^8.4.40 age adoption passing confidence
preact (source) ^10.22.1 -> ^10.23.1 age adoption passing confidence
preact-render-to-string ^6.5.5 -> ^6.5.7 age adoption passing confidence
rollup (source) ^4.19.0 -> ^4.19.1 age adoption passing confidence
shiki (source) ^1.11.0 -> ^1.12.0 age adoption passing confidence
solid-js (source) ^1.8.18 -> ^1.8.19 age adoption passing confidence
svelte2tsx (source) ^0.7.13 -> ^0.7.15 age adoption passing confidence
tailwindcss (source) ^3.4.6 -> ^3.4.7 age adoption passing confidence
tar ^7.4.0 -> ^7.4.3 age adoption passing confidence
typescript (source) ^5.5.3 -> ^5.5.4 age adoption passing confidence
typescript (source) ~5.5.3 -> ~5.5.4 age adoption passing confidence
typescript-eslint (source) ^7.16.1 -> ^7.18.0 age adoption passing confidence
undici (source) ^6.19.2 -> ^6.19.5 age adoption passing confidence
vite (source) ^5.3.4 -> ^5.3.5 age adoption passing confidence
vite-plugin-vue-devtools (source) ^7.3.6 -> ^7.3.7 age adoption passing confidence
vitest (source) ^2.0.3 -> ^2.0.5 age adoption passing confidence
vue (source) ^3.4.33 -> ^3.4.35 age adoption passing confidence
zod-to-json-schema ^3.23.1 -> ^3.23.2 age adoption passing confidence

Release Notes

withastro/language-tools (@​astrojs/check)

v0.9.0

Minor Changes
  • b65d6b4: Adds support for SCSS and LESS intellisense inside style tags
Patch Changes

v0.8.3

Compare Source

Patch Changes
withastro/compiler (@​astrojs/compiler)

v2.10.0

Compare Source

Minor Changes
  • 1d684b1: Adds detected language to extracted style tags in TSX
Patch Changes
  • 7fa6577: Transform top level returns into throws in the TSX output
withastro/astro (@​astrojs/react)

v3.6.1

Compare Source

Patch Changes
  • #​11571 1c3265a Thanks @​bholmesdev! - BREAKING CHANGE to the experimental Actions API only. Install the latest @astrojs/react integration as well if you're using React 19 features.

    Make .safe() the default return value for actions. This means { data, error } will be returned when calling an action directly. If you prefer to get the data while allowing errors to throw, chain the .orThrow() modifier.

    import { actions } from 'astro:actions';
    
    // Before
    const { data, error } = await actions.like.safe();
    // After
    const { data, error } = await actions.like();
    
    // Before
    const newLikes = await actions.like();
    // After
    const newLikes = await actions.like.orThrow();
babel/babel (@​babel/core)

v7.25.2

Compare Source

🐛 Bug Fix
babel/babel (@​babel/parser)

v7.25.3

Compare Source

v7.25.0

Compare Source

v7.25.0 (2024-07-26)

Thanks @​davidtaylorhq and @​slatereax for your first PR!

You can find the release blog post with some highlights at https://babeljs.io/blog/2024/07/26/7.25.0.

👓 Spec Compliance
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3
  • babel-plugin-transform-typescript
🚀 New Feature
  • babel-helper-create-class-features-plugin, babel-helper-function-name, babel-helper-plugin-utils, babel-helper-wrap-function, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-preset-env, babel-traverse, babel-types
  • babel-helper-hoist-variables, babel-helper-plugin-utils, babel-plugin-proposal-async-do-expressions, babel-plugin-transform-modules-systemjs, babel-traverse
  • babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-split-export-declaration, babel-plugin-transform-classes, babel-traverse, babel-types
  • babel-helper-create-class-features-plugin, babel-helper-environment-visitor, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-transform-async-generator-functions, babel-plugin-transform-classes, babel-traverse
  • babel-core, babel-parser
  • babel-compat-data, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-preset-env
  • babel-plugin-transform-block-scoping, babel-traverse, babel-types
  • babel-helper-import-to-platform-api, babel-plugin-proposal-json-modules
  • babel-helper-transform-fixture-test-runner, babel-node
  • babel-compat-data, babel-helper-create-regexp-features-plugin, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-preset-env, babel-standalone
🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance
  • babel-parser, babel-plugin-proposal-pipeline-operator
🔬 Output optimization
  • babel-plugin-transform-classes
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-object-super, babel-plugin-transform-private-methods, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
Committers: 6
libsql/libsql-client-ts (@​libsql/client)

v0.8.0

Compare Source

  • No changes from 0.8.0-pre.1.
microsoft/playwright (@​playwright/test)

v1.45.3

Compare Source

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.1.1

  • fix(plugin-vue): clear script cache if recall (f5eb5ac), closes #​431

v5.1.0

vuejs/core (@​vue/compiler-sfc)

v3.4.35

Compare Source

Bug Fixes
  • teleport/ssr: fix Teleport hydration regression due to targetStart anchor addition (7b18cdb)
  • teleport/ssr: ensure targetAnchor and targetStart not null during hydration (#​11456) (12667da), closes #​11400
  • types/ref: allow getter and setter types to be unrelated (#​11442) (e0b2975)
Performance Improvements

v3.4.34

Compare Source

Bug Fixes
debug-js/debug (debug)

v4.3.6

Compare Source

What's Changed

New Contributors

Full Changelog: debug-js/debug@4.3.5...4.3.6

eslint/eslint (eslint)

v9.8.0

Compare Source

NaturalIntelligence/fast-xml-parser (fast-xml-parser)

v4.4.1

Compare Source

rich-harris/magic-string (magic-string)

v0.30.11

Compare Source

Bug Fixes
  • not use negative indices for remove in empty string (#​281) (5c1cba0)
streamich/memfs (memfs)

v4.11.0

Compare Source

Features
  • volume implementation of .opendir() method (7072fb7)

v4.10.0

Compare Source

Features
  • 🎸 add IReadableWebStreamOptions type (99ebd64)
  • 🎸 implement FileHandle.readableWebStream() (c3ddc6c)

4.9.4 (2024-07-23)

Bug Fixes
  • ensure files in subdirectories are returned as buffers when calling toJSON with asBuffer (#​1041) (c3d4cf3)

4.9.3 (2024-06-14)

Bug Fixes

4.9.2 (2024-04-30)

Bug Fixes

4.9.1 (2024-04-27)

Bug Fixes
  • 🐛 use latest json-pack implementation (de54ab5)

v4.9.4

Compare Source

Bug Fixes
  • ensure files in subdirectories are returned as buffers when calling toJSON with asBuffer (#​1041) (c3d4cf3)
eugef/node-mocks-http (node-mocks-http)

v1.15.1

Compare Source

postcss/postcss (postcss)

v8.4.40

Compare Source

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).
preactjs/preact (preact)

v10.23.1

Compare Source

Fixes

v10.23.0

Compare Source

Features

This adds support for returning a function in functional refs, example

<input
  ref={(ref) => {
    // Assign ref, do something with it
    return () => {
      // ref cleanup, when the element unmounts
      // we run the cleanup
    };
  }}
/>

Fixes

Types

Maintenance

preactjs/preact-render-to-string (preact-render-to-string)

v6.5.7

Compare Source

Patch Changes

v6.5.6

Compare Source

Patch Changes
rollup/rollup (rollup)

v4.19.1

Compare Source

2024-07-27

Bug Fixes
  • Do not remove parantheses when tree-shaking logical expressions (#​5584)
  • Do not ignore side effects in calls left of an optional chaining operator (#​5589)
Pull Requests

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 Jul 29, 2024
Copy link

changeset-bot bot commented Jul 29, 2024

⚠️ No Changeset found

Latest commit: d0bdbf1

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 feat: markdown Related to Markdown (scope) pkg: svelte Related to Svelte (scope) pkg: vue Related to Vue (scope) pkg: example Related to an example package (scope) pkg: react Related to React (scope) pkg: preact Related to Preact (scope) pkg: solid Related to Solid (scope) pkg: integration Related to any renderer integration (scope) pkg: astro Related to the core `astro` package (scope) labels Jul 29, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from e5268dd to 07de144 Compare July 31, 2024 10:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 07de144 to d0bdbf1 Compare July 31, 2024 12:57
@bluwy bluwy merged commit 750d532 into main Jul 31, 2024
14 checks passed
@bluwy bluwy deleted the renovate/all-minor-patch branch July 31, 2024 13:17
ematipico pushed a commit that referenced this pull request Feb 5, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ematipico pushed a commit that referenced this pull request Feb 5, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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 feat: markdown Related to Markdown (scope) 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: preact Related to Preact (scope) pkg: react Related to React (scope) pkg: solid Related to Solid (scope) pkg: svelte Related to Svelte (scope) pkg: vue Related to Vue (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant