@apollo/rover 0.38.0 → 0.39.0-prerelease-test.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,7 +1,9 @@
1
1
  # Rover
2
2
 
3
- [![CircleCI Tests](https://circleci.com/gh/apollographql/rover.svg?style=svg)](https://app.circleci.com/pipelines/github/apollographql/rover?branch=main)
4
3
  [![GitHub Release Downloads](https://shields.io/github/downloads/apollographql/rover/total.svg)](https://github.com/apollographql/rover/releases/latest)
4
+ [![Unit/Integration Tests](https://github.com/apollographql/rover/actions/workflows/checks.yml/badge.svg)](https://github.com/apollographql/rover/actions/workflows/checks.yml)
5
+ [![E2E Tests](https://github.com/apollographql/rover/actions/workflows/run-smokes-on-pr.yml/badge.svg)](https://github.com/apollographql/rover/actions/workflows/run-smokes-on-pr.yml)
6
+ [![Command E2E Tests](https://github.com/apollographql/rover/actions/workflows/run-commands-e2e.yml/badge.svg)](https://github.com/apollographql/rover/actions/workflows/run-commands-e2e.yml)
5
7
 
6
8
  This is the home of Rover, the new CLI for Apollo's suite of GraphQL developer productivity tools.
7
9
 
@@ -203,7 +205,7 @@ iwr 'https://rover.apollo.dev/win/v0.10.0' | iex
203
205
 
204
206
  #### npm installer
205
207
 
206
- Rover is distributed on npm for easy integration with your JavaScript projects.
208
+ Rover is distributed on npm for easy integration with your JavaScript projects. Rover's Node dependency will follow LTS versions where possible unless security concerns justify an earlier upgrade.
207
209
 
208
210
  ##### devDependency install
209
211
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apollo/rover",
3
- "version": "0.38.0",
3
+ "version": "0.39.0-prerelease-test.0",
4
4
  "description": "The new Apollo CLI",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "devDependencies": {
44
44
  "jest": "30.3.0",
45
- "jest-junit": "16.0.0",
46
- "prettier": "3.8.1"
45
+ "jest-junit": "17.0.0",
46
+ "prettier": "3.8.3"
47
47
  }
48
48
  }