-
Notifications
You must be signed in to change notification settings - Fork 6
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
manually update deps #698
Open
mike-marcacci
wants to merge
2
commits into
main
Choose a base branch
from
manually-update-deps
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
manually update deps #698
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
mike-marcacci
commented
Aug 31, 2024
- Bump the minor-updates group across 1 directory with 19 updates
- manually update all deps
Bumps the minor-updates group with 19 updates in the / directory: | Package | From | To | | --- | --- | --- | | [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) | `8.1.3` | `8.1.8` | | [prettier](https://github.com/prettier/prettier) | `3.3.0` | `3.3.3` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.4` | | [graphql](https://github.com/graphql/graphql-js) | `16.8.1` | `16.9.0` | | [graphql-relay](https://github.com/graphql/graphql-relay-js) | `0.10.1` | `0.10.2` | | [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.11.5` | `8.12.0` | | [@types/http-proxy](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/http-proxy) | `1.17.14` | `1.17.15` | | [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.40.0` | `5.52.1` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.3` | `18.3.4` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.2` | `7.35.0` | | [@graphiql/react](https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql-react) | `0.22.0` | `0.26.2` | | [@graphiql/toolkit](https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql-toolkit) | `0.9.1` | `0.11.0` | | [css-loader](https://github.com/webpack-contrib/css-loader) | `7.1.1` | `7.1.2` | | [graphiql](https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql) | `3.2.1` | `3.7.1` | | [graphql-config](https://github.com/kamilkisiela/graphql-config) | `5.0.3` | `5.1.2` | | [html-loader](https://github.com/webpack-contrib/html-loader) | `5.0.0` | `5.1.0` | | [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) | `2.9.0` | `2.9.1` | | [webpack](https://github.com/webpack/webpack) | `5.91.0` | `5.94.0` | Updates `lerna` from 8.1.3 to 8.1.8 - [Release notes](https://github.com/lerna/lerna/releases) - [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md) - [Commits](https://github.com/lerna/lerna/commits/v8.1.8/packages/lerna) Updates `prettier` from 3.3.0 to 3.3.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.0...3.3.3) Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.1.3...v5.2.1) Updates `typescript` from 5.4.5 to 5.5.4 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.4.5...v5.5.4) Updates `graphql` from 16.8.1 to 16.9.0 - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](graphql/graphql-js@v16.8.1...v16.9.0) Updates `graphql-relay` from 0.10.1 to 0.10.2 - [Release notes](https://github.com/graphql/graphql-relay-js/releases) - [Commits](graphql/graphql-relay-js@v0.10.1...v0.10.2) Updates `pg` from 8.11.5 to 8.12.0 - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.12.0/packages/pg) Updates `@types/http-proxy` from 1.17.14 to 1.17.15 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/http-proxy) Updates `@tanstack/react-query` from 5.40.0 to 5.52.1 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.52.1/packages/react-query) Updates `@types/react` from 18.3.3 to 18.3.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `eslint-plugin-react` from 7.34.2 to 7.35.0 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.34.2...v7.35.0) Updates `@graphiql/react` from 0.22.0 to 0.26.2 - [Release notes](https://github.com/graphql/graphiql/releases) - [Changelog](https://github.com/graphql/graphiql/blob/main/packages/graphiql-react/CHANGELOG.md) - [Commits](https://github.com/graphql/graphiql/commits/@graphiql/react@0.26.2/packages/graphiql-react) Updates `@graphiql/toolkit` from 0.9.1 to 0.11.0 - [Release notes](https://github.com/graphql/graphiql/releases) - [Changelog](https://github.com/graphql/graphiql/blob/main/packages/graphiql-toolkit/CHANGELOG.md) - [Commits](https://github.com/graphql/graphiql/commits/@graphiql/toolkit@0.11.0/packages/graphiql-toolkit) Updates `css-loader` from 7.1.1 to 7.1.2 - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/css-loader@v7.1.1...v7.1.2) Updates `graphiql` from 3.2.1 to 3.7.1 - [Release notes](https://github.com/graphql/graphiql/releases) - [Changelog](https://github.com/graphql/graphiql/blob/main/packages/graphiql/CHANGELOG.md) - [Commits](https://github.com/graphql/graphiql/commits/graphiql@3.7.1/packages/graphiql) Updates `graphql-config` from 5.0.3 to 5.1.2 - [Release notes](https://github.com/kamilkisiela/graphql-config/releases) - [Changelog](https://github.com/kamilkisiela/graphql-config/blob/master/CHANGELOG.md) - [Commits](kamilkisiela/graphql-config@v5.0.3...v5.1.2) Updates `html-loader` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/webpack-contrib/html-loader/releases) - [Changelog](https://github.com/webpack-contrib/html-loader/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/html-loader@v5.0.0...v5.1.0) Updates `mini-css-extract-plugin` from 2.9.0 to 2.9.1 - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/mini-css-extract-plugin@v2.9.0...v2.9.1) Updates `webpack` from 5.91.0 to 5.94.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.91.0...v5.94.0) --- updated-dependencies: - dependency-name: lerna dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: graphql-relay dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: "@types/http-proxy" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: "@types/react" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: "@graphiql/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: "@graphiql/toolkit" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: css-loader dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: graphiql dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: graphql-config dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: html-loader dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: mini-css-extract-plugin dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Dependency ReviewThe following issues were found:
|
Quality Gate passedIssues Measures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.