Skip to content

chore(deps): update dependencies #45

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.26.0 -> 7.27.1 age adoption passing confidence
@babel/runtime (source) 7.26.0 -> 7.27.1 age adoption passing confidence
@types/react (source) 18.3.12 -> 18.3.21 age adoption passing confidence
@​types/react-native ^0.70.6 -> ^0.73.0 age adoption passing confidence
@types/react-test-renderer (source) 18.3.0 -> 18.3.1 age adoption passing confidence
metro-react-native-babel-preset 0.74.0 -> 0.77.0 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-native (source, changelog) 0.70.6 -> 0.79.2 age adoption passing confidence
react-test-renderer (source) 18.2.0 -> 18.3.1 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.27.1

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
  • babel-generator, babel-parser
    • #​17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@​JLHwung)
  • babel-parser
  • babel-compat-data, babel-preset-env
  • babel-traverse
  • babel-generator
💅 Polish
  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse
🏠 Internal
  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • Other
  • babel-register
  • babel-cli, babel-compat-data, babel-core, babel-generator, babel-helper-compilation-targets, babel-helper-fixtures, babel-helper-module-imports, babel-helper-module-transforms, babel-helper-plugin-test-runner, babel-helper-transform-fixture-test-runner, babel-helpers, babel-node, babel-parser, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-react-display-name, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-preset-env, babel-register, babel-standalone, babel-types
  • babel-plugin-transform-regenerator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-regenerator
  • babel-helpers
🔬 Output optimization
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

v7.26.10

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
🏠 Internal

v7.26.9

Compare Source

🐛 Bug Fix
🏠 Internal

v7.26.8

Compare Source

v7.26.8 (2025-02-08)

🏠 Internal
  • babel-preset-env
    • #​17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0

v7.26.7

Compare Source

🐛 Bug Fix
facebook/metro (metro-react-native-babel-preset)

v0.77.0

Compare Source

NOTE: Experimental features are not covered by semver and can change at any time.

Full Changelog: facebook/metro@v0.76.7...v0.77.0

v0.76.9

Compare Source

This is a hotfix release on the 0.76.x branch.

NOTE: Experimental features are not covered by semver and can change at any time.

Full Changelog: facebook/metro@v0.76.8...v0.76.9

v0.76.8

Compare Source

Full Changelog: facebook/metro@v0.76.7...v0.76.8

v0.76.7

Compare Source

  • [Feature]: metro-babel-transformer and metro-react-native-babel-transformer will return metadata from Babel transform results. (42fdbc2 by @​robhogan)
  • [Feature]: Expose TerminalReporter for Reporter implementations. (417e6f2 by @​colinta)
  • [Feature]: Allow client-side device identifiers in inspector proxy. (c6a94bc by @​byCedric)
  • [Fix]: EPERM file watching errors on Windows. (4b22efb by @​robhogan)

Full Changelog: facebook/metro@v0.76.6...v0.76.7

v0.76.6

Compare Source

NOTE: Experimental features are not covered by semver and can change at any time.

Full Changelog: facebook/metro@v0.76.5...v0.76.6

v0.76.5

Compare Source

NOTE: Experimental features are not covered by semver and can change at any time.

Full Changelog: facebook/metro@v0.76.4...v0.76.5

v0.76.4

Compare Source

Full Changelog: facebook/metro@v0.76.3...v0.76.4

v0.76.3

Compare Source

NOTE: Experimental features are not covered by semver and can change at any time.

Full Changelog: facebook/metro@v0.76.2...v0.76.3

v0.76.2

Compare Source

NOTE: Experimental features are not covered by semver and can change at any time.

Full Changelog: facebook/metro@v0.76.1...v0.76.2

v0.76.1

Compare Source

NOTE: Experimental features are not covered by semver and can change at any time.

Full Changelog: facebook/metro@v0.76.0...v0.76.1

v0.76.0

Compare Source

NOTE: Experimental features are not covered by semver and can change at any time.

v0.75.1

Compare Source

NOTE: Experimental features are not covered by semver and can change at any time.

Full Changelog: facebook/metro@v0.75.0...v0.75.1

v0.75.0

Compare Source

  • [Breaking]: Formalise minimum Node JS requirement at 14.17.0 via package.json#engines. (facebook/metro@c3e453e)
  • [Breaking]: Filter untyped context properties passed to custom resolvers. (facebook/metro@cb01ec0)
  • [Breaking]: Change default context.redirectModulePath implementation to return absolute path in all cases. (facebook/metro@acbfe63)
  • [Feature]: Add mainFields, getPackage, and getPackageForModule to custom resolver context. (facebook/metro@adfb593)

Full Changelog: facebook/metro@v0.74.1...v0.75.0

v0.74.1

Compare Source

Full Changelog: facebook/metro@v0.74.0...v0.74.1

facebook/react (react)

v18.3.1

Compare Source

  • Export act from react f1338f

v18.3.0

Compare Source

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React
  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #​25383
  • Warn for deprecated defaultProps for function components #​25699
  • Warn when spreading key #​25697
  • Warn when using act from test-utils d4ea75
React DOM
  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #​28874
facebook/react-native (react-native)

v0.79.2: 0.79.2

Compare Source

Added
  • Runtime: Add useShadowNodeStateOnClone and updateRuntimeShadowNodeReferencesOnCommit (22a4e060d5 by @​lenaic)
Fixed

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

v0.79.1: 0.79.1

Compare Source

Changed
Android specific
  • DevSupport: Change defaultJSExceptionHandler's type to JSExceptionHandler on the ReleaseDevSupportManager (9eb75d4bd5 by @​alanjhughes)
iOS specific
  • TextInput: Typing into TextInput now will not cause the caret position to update to the beginning when a zero-length selection is set. (7771317e5c by @​ouchuan)
Fixed
Android specific
iOS specific

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

v0.79.0: 0.79.0

Compare Source

Added

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.

Copy link

socket-security bot commented Dec 2, 2024

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from f2b63f9 to 69fc541 Compare December 6, 2024 19:27
@renovate renovate bot changed the title chore(deps): update dependencies chore(deps): update dependency react to v18.3.1 Dec 8, 2024
@renovate renovate bot force-pushed the renovate/dependencies branch from 69fc541 to 2730203 Compare December 8, 2024 21:41
@renovate renovate bot changed the title chore(deps): update dependency react to v18.3.1 chore(deps): update dependencies Dec 8, 2024
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from 55d5888 to 78ffd52 Compare December 11, 2024 05:29
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from ad41065 to 55c6da5 Compare December 20, 2024 04:56
@renovate renovate bot force-pushed the renovate/dependencies branch from 55c6da5 to fac9dda Compare January 9, 2025 13:09
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from ea26621 to 396b8d0 Compare January 24, 2025 15:42
@renovate renovate bot force-pushed the renovate/dependencies branch from 396b8d0 to 0fecd82 Compare January 30, 2025 15:24
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from 17504e3 to ce8ff82 Compare February 14, 2025 13:25
@renovate renovate bot force-pushed the renovate/dependencies branch from ce8ff82 to bd31543 Compare February 19, 2025 13:07
@renovate renovate bot force-pushed the renovate/dependencies branch from bd31543 to f25f9d7 Compare March 3, 2025 14:21
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from 5e8d79e to 04c1e02 Compare March 13, 2025 17:56
Copy link

socket-security bot commented Mar 13, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednode-releases@​2.0.18 ⏵ 2.0.191001004179100
Updated@​types/​react-test-renderer@​18.3.0 ⏵ 18.3.11001006881100
Updated@​types/​prop-types@​15.7.13 ⏵ 15.7.1410010069 +178100
Updated@​babel/​helper-validator-option@​7.25.9 ⏵ 7.27.11001006992100
Updated@​babel/​helper-validator-identifier@​7.25.9 ⏵ 7.27.11001007192100
Updated@​babel/​code-frame@​7.26.2 ⏵ 7.27.11001007292100
Updated@​babel/​helper-string-parser@​7.25.9 ⏵ 7.27.11001007292100
Updated@​babel/​helper-compilation-targets@​7.25.9 ⏵ 7.27.2100 +110073 +195100
Updated@​babel/​helper-module-imports@​7.25.9 ⏵ 7.27.11001007392100
Updatedupdate-browserslist-db@​1.1.1 ⏵ 1.1.31001007480100
Updatedcaniuse-lite@​1.0.30001685 ⏵ 1.0.30001718100 +110074 +198100
Updated@​babel/​template@​7.25.9 ⏵ 7.27.2100 +110074 +195100
Updated@​babel/​helper-module-transforms@​7.26.0 ⏵ 7.27.11001007592100
Addedasync-limiter@​1.0.110010010076100
Updated@​babel/​compat-data@​7.26.2 ⏵ 7.27.21001007695100
Updatedregenerator-runtime@​0.14.1 ⏵ 0.13.111001007777100
Updated@​types/​react@​18.3.12 ⏵ 18.3.21100 +110077 +195100
Updatedjsesc@​3.0.2 ⏵ 3.1.0100 +110010077100
Updated@​babel/​generator@​7.26.2 ⏵ 7.27.1100 +110078 +194100
Updated@​babel/​runtime@​7.26.0 ⏵ 7.27.1100 +1100 +57894100
Updated@​babel/​traverse@​7.25.9 ⏵ 7.27.1100 +110078 +194100
Updated@​babel/​helpers@​7.26.0 ⏵ 7.27.199100 +57894100
Updated@​babel/​core@​7.26.0 ⏵ 7.27.1981007893100
Addedcosmiconfig@​5.2.110010010079100
Updated@​babel/​parser@​7.26.2 ⏵ 7.27.210010079 +196100
Updated@​babel/​types@​7.26.0 ⏵ 7.27.1981008094100
Updated@​jridgewell/​gen-mapping@​0.3.5 ⏵ 0.3.810010010082100
Updatedbrowserslist@​4.24.2 ⏵ 4.24.598 +110091 +187100
Updatedelectron-to-chromium@​1.5.67 ⏵ 1.5.155100 +1100100 +196100

View full report

@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 6769430 to c486e4e Compare March 19, 2025 13:56
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from 3ec0c03 to d049056 Compare March 24, 2025 18:04
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from f50a3d2 to 3d352bd Compare April 1, 2025 14:49
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from d3ef230 to 667d8ba Compare April 15, 2025 14:33
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 2cda927 to 9e3a7f5 Compare April 30, 2025 18:26
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from ac42926 to 66aaa11 Compare May 6, 2025 05:11
@renovate renovate bot force-pushed the renovate/dependencies branch from 66aaa11 to a374492 Compare May 19, 2025 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants