-
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
Bump the minor-updates group across 1 directory with 24 updates #714
Closed
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
Bumps the minor-updates group with 24 updates in the / directory: | Package | From | To | | --- | --- | --- | | [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) | `8.1.3` | `8.1.9` | | [prettier](https://github.com/prettier/prettier) | `3.3.0` | `3.3.3` | | [ava](https://github.com/avajs/ava) | `6.1.3` | `6.2.0` | | [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.6.3` | | [@types/jsonwebtoken](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsonwebtoken) | `9.0.6` | `9.0.7` | | [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.13.1` | | [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.11.6` | `8.11.10` | | [@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.59.19` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.3` | `18.3.12` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.0` | `18.3.1` | | [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) | `5.6.0` | `5.6.3` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.2` | `7.37.2` | | [@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.3` | | [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.2` | | [webpack](https://github.com/webpack/webpack) | `5.94.0` | `5.96.1` | Updates `lerna` from 8.1.3 to 8.1.9 - [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.9/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 `ava` from 6.1.3 to 6.2.0 - [Release notes](https://github.com/avajs/ava/releases) - [Commits](avajs/ava@v6.1.3...v6.2.0) 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.6.3 - [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.6.3) Updates `@types/jsonwebtoken` from 9.0.6 to 9.0.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsonwebtoken) 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.13.1 - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/[email protected]/packages/pg) Updates `@types/pg` from 8.11.6 to 8.11.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/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.59.19 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.59.19/packages/react-query) Updates `@types/react` from 18.3.3 to 18.3.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.3.0 to 18.3.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `html-webpack-plugin` from 5.6.0 to 5.6.3 - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](jantimon/html-webpack-plugin@v5.6.0...v5.6.3) Updates `eslint-plugin-react` from 7.34.2 to 7.37.2 - [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.37.2) 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/[email protected]/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/[email protected]/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/[email protected]/packages/graphiql) Updates `graphql-config` from 5.0.3 to 5.1.3 - [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.3) 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.2 - [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.2) Updates `webpack` from 5.94.0 to 5.96.1 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.94.0...v5.96.1) --- 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: ava dependency-type: direct:development update-type: version-update:semver-minor 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: "@types/jsonwebtoken" dependency-type: direct:production update-type: version-update:semver-patch 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/pg" dependency-type: direct:production update-type: version-update:semver-patch 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: "@types/react-dom" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: html-webpack-plugin 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] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Nov 4, 2024
Dependency ReviewThe following issues were found:
|
Quality Gate passedIssues Measures |
Superseded by #715. |
dependabot
bot
deleted the
dependabot/npm_and_yarn/minor-updates-60f73a5d26
branch
November 11, 2024 07:52
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
0 participants
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.
Bumps the minor-updates group with 24 updates in the / directory:
8.1.3
8.1.9
3.3.0
3.3.3
6.1.3
6.2.0
5.1.3
5.2.1
5.4.5
5.6.3
9.0.6
9.0.7
16.8.1
16.9.0
0.10.1
0.10.2
8.11.5
8.13.1
8.11.6
8.11.10
1.17.14
1.17.15
5.40.0
5.59.19
18.3.3
18.3.12
18.3.0
18.3.1
5.6.0
5.6.3
7.34.2
7.37.2
0.22.0
0.26.2
0.9.1
0.11.0
7.1.1
7.1.2
3.2.1
3.7.1
5.0.3
5.1.3
5.0.0
5.1.0
2.9.0
2.9.2
5.94.0
5.96.1
Updates
lerna
from 8.1.3 to 8.1.9Release notes
Sourced from lerna's releases.
... (truncated)
Changelog
Sourced from lerna's changelog.
Commits
7d1338d
chore(misc): publish 8.1.9cb37f19
fix: update nx support to latest v20 (#4103)28c8ef2
fix: add extends property in schema (#4075)960bdd9
fix(core): avoid reading empty .config.json, upgrade [email protected] (#4062)0343c31
chore(misc): publish 8.1.83cd9bc9
chore: update e2e-repair snapshots with new output (#4059)89de0eb
fix(publish): upgrade@npmcli/arborist
to 7.5.4 (#4058)10fcb3a
chore(misc): publish 8.1.76e5cfbc
fix: set explicit strip-ansi dependency (#4045)8d68f1d
chore(misc): publish 8.1.6Updates
prettier
from 3.3.0 to 3.3.3Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
5282938
Release 3.3.39102b73
Add parentheses for decorator expressions (#16458)6bbd461
chore(deps): update eslint related dependencies (#16478)04b560f
chore(deps): update dependency browserslist to v4.23.2 (#16475)614f070
chore(deps): update typescript-eslint to v8.0.0-alpha.41 (#16477)d59a15d
chore(deps): update dependency npm-run-all2 to v6.2.2 (#16476)5ca2fc9
Support Angular@let
declaration syntax (#16474)bfcfdcc
chore(deps): update babel to v7.24.8 (#16472)977c161
chore(deps): update dependency acorn to v8.12.1 (#16464)550606e
chore(deps): update babel to v7.24.8 (#16470)Updates
ava
from 6.1.3 to 6.2.0Release notes
Sourced from ava's releases.
Commits
024de32
6.2.0563fa5f
Pre-release updatese5b355d
Link to CLI options to clarify how to run tests in separate processes86185b4
AddfilterNodeArgumentsForWorkerThreads
optionb15df53
Update dependencies & other general maintenanceUpdates
eslint-plugin-prettier
from 5.1.3 to 5.2.1Release notes
Sourced from eslint-plugin-prettier's releases.
Changelog
Sourced from eslint-plugin-prettier's changelog.
Commits
51324d9
chore: fix CHANGELOG.md formatting issue24288c7
chore: release eslint-plugin-prettier (#669)ac036cc
build(deps): Bump synckit from 0.8.6 to 0.9.1 (#668)a1e6f4a
build(deps): Bump braces from 3.0.2 to 3.0.3 (#665)de9751c
build(deps): Bump pnpm/action-setup from 2 to 4 in the actions group (#661)02c21a5
chore: release eslint-plugin-prettier (#653)f170011
feat: support parsinghtml
via@html-eslint/parser
natively (#652)Updates
typescript
from 5.4.5 to 5.6.3Release notes
Sourced from typescript's releases.
... (truncated)
Commits
d48a5cf
Bump version to 5.6.3 and LKGfefa70a
🤖 Pick PR #60083 (Don't issue implicit any when obtai...) into release-5.6 (#...ff71692
[release-5.6] Remove tsbuildInfo specification error now that we need it for ...1f44dcf
🤖 Pick PR #60157 (fix automatic type acquisition) into release-5.6 (#60169)a7e3374
Bump version to 5.6.2 and LKG2063357
🤖 Pick PR #59708 (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...4fe7e41
🤖 Pick PR #59670 (fix(59649): ts Move to a new file d...) into release-5.6 (#...1a03e53
🤖 Pick PR #59761 (this
can be nullish) into release-5.6 (#59762)6212132
Update LKGbbb5faf
🤖 Pick PR #59542 (Fixing delay caused in vscode due t...) into release-5.6 (#...Updates
@types/jsonwebtoken
from 9.0.6 to 9.0.7Commits
Updates
graphql
from 16.8.1 to 16.9.0Release notes
Sourced from graphql's releases.
Commits
556a01e
16.9.06a1614c
backport[v16]: Enable passing values configuration to GraphQLEnumType as a th...29144f7
backport[v16]: Implement OneOf Input Objects via@oneOf
directive (#4124)c35130e
Revert error extension symbol (#4123)29c1bff
feat: allow defining symbol error extensions (#3730)c985c27
backport[v16]: Introduce "recommended" validation rules (#4119)08779a0
16.8.2c82609e
Fix publish scripts (#4104)0d12b06
fix: removeglobalThis
check and align with what bundlers can accept (#4022)Maintainer changes
This version was pushed to npm by benjie, a new releaser for graphql since your current version.
Updates
graphql-relay
from 0.10.1 to 0.10.2Release notes
Sourced from graphql-relay's releases.
Commits
6600e95
0.10.2f8291b0
Add publish instructions (#395)1a9f5b0
fix: fix output type for mutate and get payload (#394)Updates
pg
from 8.11.5 to 8.13.1Changelog
Sourced from pg's changelog.
... (truncated)
Commits
95d7e62
Publish1af6321
fix: use existing Result types for new Result (#3310)92cb640
Publishf73b22f
Handle bad message ordering - make it catchable. Fixes 3174 (#3289)fb12280
Bump bluebird from 3.4.1 to 3.7.2 (#3303)50c06f9
Remove test globals (#3264)f7e484e
refactor: tighten up cloudflare detection (#3170)3e4d545
Fix lint (#3262)9baa56e
feat: allow specifying a timeout on a per query base (#3074)4f457e1
Remove unused file: list-db-types (#3249)Updates
@types/pg
from 8.11.6 to 8.11.10Commits
Updates
@types/http-proxy
from 1.17.14 to 1.17.15Commits
Updates
@tanstack/react-query
from 5.40.0 to 5.59.19Release notes
Sourced from
@tanstack/react-query
's releases.... (truncated)
Commits
b8bef6a
release: v5.59.190f84062
test(react-query): removeasync
from queryFn (#8232)1a8354f
release: v5.59.1874f0d6a
fix(useQuery): don't retryOnMount when prefetchInRender is used (#8247)fdc5c8e
release: v5.59.171865f0d
test(react-query): betterquery-persist-client-core
import (#8212)820bb81
release: v5.59.16df49fbd
fix(react-query): make sure promises are always finalized (#8211)d3e2a8a
chore(react-query): remove unnecessary test file (test/suspense.tsx, susp...0c720e1
release: v5.59.15Updates
@types/react
from 18.3.3 to 18.3.12Commits
Updates
@types/react-dom
from 18.3.0 to 18.3.1Commits
Updates
html-webpack-plugin
from 5.6.0 to 5.6.3Changelog
Sourced from html-webpack-plugin's changelog.
Commits
7299866
chore(release): 5.6.30585a36
fix: hooks file for old plugins (#1867)11a248e
chore(release): 5.6.2f5b9140
fix: allow bundle empty html (#1865)832e0f9
chore(release): 5.6.12caf5db
fix: avoid importing all of lodash (#1864)4c0c894
fix: handlechildCompilation.errors
being an iterator rather than array (#1...ae85878
fix: don't useinitialize
hooks to allow dynamic plugin injection41f4a7b
chore: update tooling7d5b559
docs: update (#1841)Updates
eslint-plugin-react
from 7.34.2 to 7.37.2Release notes
Sourced from eslint-plugin-react's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-react's changelog.
... (truncated)
Commits
256cf74
Update CHANGELOG and bump version33db656
[Deps] updatees-iterator-helpers
5696f99
[Dev Deps] update@babel/core
,@babel/eslint-parser
, `@babel/plugin-synta...5c23573
[Dev Deps] update@babel/core,
@babel/eslint-parser
,
@babel/plugin-syntax
...c47fa56
[types] [Fix] ensure the index types are generated63aceff
[Fix]destructuring-assignment
: fix false negative when usingtypeof props.a
96d46d5
[Refactor]destructuring-assignment
: usegetParentStatelessComponent
ae6fb8d
Update CHANGELOG and bump version63e0b49
[meta] do not npmignored.ts
files1f95a24
[readme] Fix shared settings linkUpdates
@graphiql/react
from 0.22.0 to 0.26.2Release notes
Sourced from
@graphiql/react
's releases.