Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): update typescript #284

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

chore(deps): update typescript #284

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/react (source) 18.3.3 -> 18.3.18 age adoption passing confidence
@types/react-dom (source) 18.3.0 -> 18.3.5 age adoption passing confidence
@vitejs/plugin-react (source) 4.3.1 -> 4.3.4 age adoption passing confidence
autoprefixer 10.4.19 -> 10.4.20 age adoption passing confidence
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence
npm-run-all2 6.2.2 -> 6.2.6 age adoption passing confidence

Release Notes

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

v4.3.4

Compare Source

Add Vite 6 to peerDependencies range

Vite 6 is highly backward compatible, not much to add!

Force Babel to output spec compliant import attributes #​386

The default was an old spec (with type: "json"). We now enforce spec compliant (with { type: "json" })

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 } })],
  }
})

v4.3.2

Compare Source

Ignore directive sourcemap error #​369

postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.
eslint/eslint (eslint)

v8.57.1

Compare Source

bcomnes/npm-run-all2 (npm-run-all2)

v6.2.6

Compare Source

Commits
  • Prevent a throw when looking up undefined results d928f9a

v6.2.5

Compare Source

v6.2.4

Compare Source

Merged
  • Switch to JS-based which command #154
Fixed
  • Switch to JS-based which command #153

v6.2.3

Compare Source

Commits
  • Merge pull request #​151 from bcomnes/fix-pnpm-agian c43fa2b
  • Avoid passing config fields as flags for pnpm dc2d7da

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 requested a review from KOBA789 as a code owner August 26, 2024 11:01
@renovate renovate bot force-pushed the renovate/typescript branch 5 times, most recently from 71f7dd0 to 564470a Compare September 4, 2024 10:47
@renovate renovate bot force-pushed the renovate/typescript branch 6 times, most recently from b1a6574 to b667917 Compare September 19, 2024 19:49
@renovate renovate bot force-pushed the renovate/typescript branch 3 times, most recently from b205cff to f80fc59 Compare September 29, 2024 21:50
@renovate renovate bot force-pushed the renovate/typescript branch from f80fc59 to 10df5d2 Compare October 2, 2024 19:49
@renovate renovate bot force-pushed the renovate/typescript branch 2 times, most recently from a8a80de to f524afb Compare October 18, 2024 05:07
@renovate renovate bot force-pushed the renovate/typescript branch 4 times, most recently from 88e48cc to 922d817 Compare October 23, 2024 07:45
@renovate renovate bot force-pushed the renovate/typescript branch 6 times, most recently from 78b4703 to decf7ba Compare November 12, 2024 12:57
@renovate renovate bot force-pushed the renovate/typescript branch from decf7ba to e71a5d7 Compare November 18, 2024 14:24
@renovate renovate bot force-pushed the renovate/typescript branch from e71a5d7 to d0a4f9c Compare November 26, 2024 11:36
@renovate renovate bot force-pushed the renovate/typescript branch 6 times, most recently from 7c7b7e4 to 47fff91 Compare December 11, 2024 05:09
@renovate renovate bot force-pushed the renovate/typescript branch 2 times, most recently from 265a771 to cf47d7d Compare December 20, 2024 04:25
@renovate renovate bot force-pushed the renovate/typescript branch 2 times, most recently from 1f8a9f6 to d714c02 Compare January 22, 2025 14:44
@renovate renovate bot changed the title Update Typescript chore(deps): update typescript Jan 23, 2025
@renovate renovate bot force-pushed the renovate/typescript branch from d714c02 to dda3029 Compare January 23, 2025 06:03
@renovate renovate bot force-pushed the renovate/typescript branch from dda3029 to 344f275 Compare January 23, 2025 06:12
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants