Skip to content

Comments

Bump semver, expo-cli and vue-native-cli#17

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-f681702962
Open

Bump semver, expo-cli and vue-native-cli#17
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-f681702962

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 4, 2026

Bumps semver to 5.7.2 and updates ancestor dependencies semver, expo-cli and vue-native-cli. These dependencies need to be updated together.

Updates semver from 5.5.0 to 5.7.2

Release notes

Sourced from semver's releases.

v5.7.2

5.7.2 (2023-07-10)

Bug Fixes

Changelog

Sourced from semver's changelog.

5.7.2 (2023-07-10)

Bug Fixes

5.7

  • Add minVersion method

5.6

  • Move boolean loose param to an options object, with backwards-compatibility protection.
  • Add ability to opt out of special prerelease version handling with the includePrerelease option flag.

5.5

  • Add version coercion capabilities

5.4

  • Add intersection checking

5.3

  • Add minSatisfying method

5.2

  • Add prerelease(v) that returns prerelease components

5.1

  • Add Backus-Naur for ranges
  • Remove excessively cute inspection methods

5.0

  • Remove AMD/Browserified build artifacts
  • Fix ltr and gtr when using the * range
  • Fix for range * with a prerelease identifier
Commits
Maintainer changes

This version was pushed to npm by lukekarrys, a new releaser for semver since your current version.


Updates semver from 6.0.0 to 6.3.1

Release notes

Sourced from semver's releases.

v5.7.2

5.7.2 (2023-07-10)

Bug Fixes

Changelog

Sourced from semver's changelog.

5.7.2 (2023-07-10)

Bug Fixes

5.7

  • Add minVersion method

5.6

  • Move boolean loose param to an options object, with backwards-compatibility protection.
  • Add ability to opt out of special prerelease version handling with the includePrerelease option flag.

5.5

  • Add version coercion capabilities

5.4

  • Add intersection checking

5.3

  • Add minSatisfying method

5.2

  • Add prerelease(v) that returns prerelease components

5.1

  • Add Backus-Naur for ranges
  • Remove excessively cute inspection methods

5.0

  • Remove AMD/Browserified build artifacts
  • Fix ltr and gtr when using the * range
  • Fix for range * with a prerelease identifier
Commits
Maintainer changes

This version was pushed to npm by lukekarrys, a new releaser for semver since your current version.


Updates semver from 5.7.0 to 5.7.0

Release notes

Sourced from semver's releases.

v5.7.2

5.7.2 (2023-07-10)

Bug Fixes

Changelog

Sourced from semver's changelog.

5.7.2 (2023-07-10)

Bug Fixes

5.7

  • Add minVersion method

5.6

  • Move boolean loose param to an options object, with backwards-compatibility protection.
  • Add ability to opt out of special prerelease version handling with the includePrerelease option flag.

5.5

  • Add version coercion capabilities

5.4

  • Add intersection checking

5.3

  • Add minSatisfying method

5.2

  • Add prerelease(v) that returns prerelease components

5.1

  • Add Backus-Naur for ranges
  • Remove excessively cute inspection methods

5.0

  • Remove AMD/Browserified build artifacts
  • Fix ltr and gtr when using the * range
  • Fix for range * with a prerelease identifier
Commits
Maintainer changes

This version was pushed to npm by lukekarrys, a new releaser for semver since your current version.


Updates expo-cli from 2.15.4 to 6.3.12

Changelog

Sourced from expo-cli's changelog.

Changelog

This is the log of notable changes to Expo CLI and related packages.

main

🛠 Breaking changes

🎉 New features

🧹 Chores

Sun, 10 Sep 2023 17:56:11 -0700

🛠 Breaking changes

🎉 New features

  • [doctor] @​expo/metro-config deep dependency check (#4742)
  • [pod-install] show alternative message in managed projects (#4566)
  • [create-expo] Bump @​expo/package-manager for Bun support
  • [create-expo] detect bun package manager (#4752)
  • [webpack]: Bump expo to SDK 49 (#4747)
  • [schemer]: additional validation for unsupported image formats (#4764)

🧹 Chores

🐛 Bug fixes

  • [create-expo]: allow scoped template package names (#4750)

📦 Packages updated

  • create-expo@2.1.1
  • create-expo-app@2.1.1
  • @​expo/dev-tools@​0.13.187
  • expo-cli@6.3.12
  • expo-doctor@1.1.3
  • install-expo-modules@0.6.3
  • pod-install@0.1.39
  • expo-pwa@0.0.127
  • @​expo/webpack-config@​18.1.3
  • xdl@60.0.12

Wed Jul 5 17:04:00 2023 -0700

🧹 Chores

  • [install-expo-modules] Update text re: Expo CLI installation

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by keith-kurak, a new releaser for expo-cli since your current version.


Updates vue-native-cli from 0.0.6 to 0.3.0

Release notes

Sourced from vue-native-cli's releases.

v0.3.0

This release fixes installation issues on certain platforms

BREAKING CHANGES

  • This release drops support for React Native <0.59

Fixes

  • Fixes semver is not a function error (#50) 42d3a5a

GeekyAnts/vue-native-cli@v0.2.0...v0.3.0

v0.2.0

This release uses React Native 0.63 for new non-Expo projects.

Improvements

  • When using the --no-expo flag, React Native 0.63 will now be used instead of 0.59.

v0.1.2

This release contains fixes for issues on Windows 10

  • Use npm instead of yarn dc5e030
  • Replaced mv with fs.renameSync 2807e71
  • Replaced rm -rf with rimraf.sync 3a361d4
  • Changed @​babel/core version to be installed bcdfe07

GeekyAnts/vue-native-cli@v0.1.1...v0.1.2

v0.1.1

This release contains a fix for Expo apps and updates the readme

Fixes

  • Apps created with Vue Native CLI using expo-cli@3 would crash on start-up as described in #23, because Expo wouldn’t be able to resolve the main app module in the App.vue file, even though the metro configuration is correctly configured. This release works around this issue by adding the required file extensions to the app.json file. b71d06d 9e083df

Improvements

  • Updated the README.md file e471c62

GeekyAnts/vue-native-cli@v0.1.0...v0.1.1

v0.1.0

This release includes bug fixes, improved command line messages and a new CLI option

Fixes

  • Fix for #18: Prevented --no-crna flag from being ignored if directory with same name already existed eee44a9

Changes and improvements

  • Upgraded dependencies and removed unused ones 1533dcd
  • Added CLI option --no-expo which works in the same way as --no-crna
  • Improved CLI messages (colour coded messages and formatting)

... (truncated)

Commits
  • 4334df4 Bump package version to 0.3.0
  • be5d13f Merge pull request #51 from GeekyAnts/fix/semver-error
  • 42d3a5a Remove obsolete code from transformer plugin
  • a5b1cdb Merge pull request #45 from GeekyAnts/develop
  • 9111262 Update package version to 0.2.0
  • 6a3ceee Merge pull request #44 from GeekyAnts/upgrade/react-native-0.63
  • 9ae2712 Update React Native version to 0.63
  • bca8619 0.1.2
  • 17f879c Merge pull request #38 from GeekyAnts/develop
  • 665bdd2 Merge pull request #36 from GeekyAnts/fix/windows-fixes
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by rishabhkarnad, a new releaser for vue-native-cli since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [semver](https://github.com/npm/node-semver) to 5.7.2 and updates ancestor dependencies [semver](https://github.com/npm/node-semver), [expo-cli](https://github.com/expo/expo-cli/tree/HEAD/packages/expo-cli) and [vue-native-cli](https://github.com/GeekyAnts/vue-native-cli). These dependencies need to be updated together.


Updates `semver` from 5.5.0 to 5.7.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.5.0...v5.7.2)

Updates `semver` from 6.0.0 to 6.3.1
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.5.0...v5.7.2)

Updates `semver` from 5.7.0 to 5.7.0
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.5.0...v5.7.2)

Updates `expo-cli` from 2.15.4 to 6.3.12
- [Changelog](https://github.com/expo/expo-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo-cli/commits/expo-cli@6.3.12/packages/expo-cli)

Updates `vue-native-cli` from 0.0.6 to 0.3.0
- [Release notes](https://github.com/GeekyAnts/vue-native-cli/releases)
- [Commits](GeekyAnts/vue-native-cli@0.0.6...v0.3.0)

---
updated-dependencies:
- dependency-name: semver
  dependency-version: 5.7.2
  dependency-type: indirect
- dependency-name: semver
  dependency-version: 6.3.1
  dependency-type: indirect
- dependency-name: semver
  dependency-version: 5.7.0
  dependency-type: indirect
- dependency-name: expo-cli
  dependency-version: 6.3.12
  dependency-type: direct:production
- dependency-name: vue-native-cli
  dependency-version: 0.3.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 4, 2026
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants