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

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.24.3 -> ^7.24.7 age adoption passing confidence
@cyco130/eslint-config ^3.7.1 -> ^3.9.0 age adoption passing confidence
@types/node (source) ^20.11.30 -> ^20.14.2 age adoption passing confidence
@types/react (source) ^18.2.72 -> ^18.3.3 age adoption passing confidence
@types/react-dom (source) ^18.2.22 -> ^18.3.0 age adoption passing confidence
@vitejs/plugin-react (source) 4.2.1 -> 4.3.0 age adoption passing confidence
lint-staged ^15.2.2 -> ^15.2.5 age adoption passing confidence
preact (source) ^10.20.1 -> ^10.22.0 age adoption passing confidence
prettier (source) ^3.2.5 -> ^3.3.1 age adoption passing confidence
publint (source) ^0.2.7 -> ^0.2.8 age adoption passing confidence
puppeteer (source) ^22.6.1 -> ^22.10.0 age adoption passing confidence
react (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence
react-dom (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence
solid-js (source) ^1.8.16 -> ^1.8.17 age adoption passing confidence
tsup (source) ^8.0.2 -> ^8.1.0 age adoption passing confidence
typescript (source) ^5.4.3 -> ^5.4.5 age adoption passing confidence
vite (source) ^5.2.6 -> ^5.2.12 age adoption passing confidence
vitest (source) ^1.4.0 -> ^1.6.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.24.7

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.24.6

Compare Source

🐛 Bug Fix
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
  • babel-parser, babel-plugin-transform-typescript
🏠 Internal
  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

v7.24.5

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • Other
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx-self, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-proposal-partial-application, babel-types
  • babel-plugin-transform-class-properties, babel-preset-env
🏃‍♀️ Performance
  • babel-helpers, babel-preset-env, babel-runtime-corejs3

v7.24.4

Compare Source

👓 Spec Compliance
🐛 Bug Fix
cyco130/eslint-config (@​cyco130/eslint-config)

v3.9.0

Compare Source

v3.8.2

Compare Source

v3.8.1

Compare Source

v3.8.0

Compare Source

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

v4.3.0

Compare Source

Fix support for React compiler

Don't set retainLines: true when the React compiler is used. This creates whitespace issues and the compiler is modifying the JSX too much to get correct line numbers after that. If you want to use the React compiler and get back correct line numbers for tools like vite-plugin-react-click-to-component to work, you should update your config to something like:

export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', {}]]
  if (command === 'serve') {
    babelPlugins.push(['@​babel/plugin-transform-react-jsx-development', {}])
  }

  return {
    plugins: [react({ babel: { plugins: babelPlugins } })],
  }
})
Support HMR for class components

This is a long overdue and should fix some issues people had with HMR when migrating from CRA.

okonet/lint-staged (lint-staged)

v15.2.5

Compare Source

Patch Changes
  • #​1424 31a1f95 Thanks @​iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.

  • #​1423 91abea0 Thanks @​iiroj! - Improve error logging when failing to read or parse a configuration file

  • #​1424 ee43f15 Thanks @​iiroj! - Upgrade micromatch@4.0.7

v15.2.4

Compare Source

Patch Changes
  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies
preactjs/preact (preact)

v10.22.0

Compare Source

Features

Types

Maintenance

Fixes

@renovate renovate bot added the dependencies label Apr 1, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 7894b32 to 4925f6d Compare April 9, 2024 07:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 20b2aa6 to 336ba6b Compare April 16, 2024 07:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from a368661 to 1b48d83 Compare April 25, 2024 18:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 7ec39a9 to 71df739 Compare May 11, 2024 11:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 898f273 to 7fb1b5f Compare May 18, 2024 11:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from a225a89 to 5402d42 Compare May 28, 2024 16:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from b7bfa07 to 454cd4d Compare June 5, 2024 16:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 454cd4d to df62092 Compare June 6, 2024 12:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from df62092 to 6863be0 Compare June 6, 2024 12:59
@cyco130 cyco130 merged commit dc07d4c into main Jun 6, 2024
12 checks passed
@cyco130 cyco130 deleted the renovate/all-minor-patch branch June 6, 2024 13:13
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.

None yet

1 participant