chore(deps): update all non-major dependencies #140
Merged
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.
This PR contains the following updates:
17.1.2
->17.2.0
17.1.0
->17.2.0
2.13.7
->2.13.8
2.7.4
->2.8.0
2.7.4
->2.7.5
7.5.5
->7.5.7
7.7.7
->7.8.2
9.0.4
->9.0.6
8.12.0
->8.13.1
29.2.0
->29.2.1
4.14.186
->4.14.187
5.40.1
->5.42.0
5.40.1
->5.42.0
3.10.3
->3.10.4
3.10.3
->3.10.4
7.4.0
->7.5.0
8.25.0
->8.26.0
29.2.1
->29.2.2
1.5.4
->1.5.6
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v17.2.0
Compare Source
Features
17.1.2 (2022-08-29)
Note: Version bump only for package @commitlint/cli
17.1.1 (2022-08-27)
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v17.2.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
dotansimha/graphql-code-generator (@graphql-codegen/cli)
v2.13.8
Compare Source
Patch Changes
#8535
88aa38ff9
Thanks @charlypoly! - dependencies updates:@graphql-tools/load@7.8.0
↗︎ (from^7.7.1
, independencies
)#8535
88aa38ff9
Thanks @charlypoly! - Upgrade@graphql-tools/load
to get benefits of debug modedotansimha/graphql-code-generator (@graphql-codegen/typescript)
v2.8.0
Compare Source
Minor Changes
12ecbe067
Thanks @Diizzayy! - handle undefined namedType when including introspection type definitionsv2.7.5
Compare Source
Patch Changes
a46b8d99c
]:dotansimha/graphql-code-generator (@graphql-codegen/typescript-resolvers)
v2.7.5
Compare Source
Patch Changes
a46b8d99c
]:ardatan/graphql-tools (@graphql-tools/graphql-file-loader)
v7.5.7
Compare Source
Patch Changes
f7daf777
]:v7.5.6
Compare Source
Patch Changes
df5848b8
,df5848b8
,df5848b8
]:ardatan/graphql-tools (@graphql-tools/load)
v7.8.2
Compare Source
Patch Changes
f7daf777
]:v7.8.1
Compare Source
Patch Changes
df5848b8
,df5848b8
,df5848b8
]:v7.8.0
Compare Source
Minor Changes
19762665
Thanks @ardatan! - More verbose output to the log about durations taken by individual phases ifDEBUG=1
is provided as an env varardatan/graphql-tools (@graphql-tools/schema)
v9.0.6
Compare Source
Patch Changes
f7daf777
]:v9.0.5
Compare Source
Patch Changes
df5848b8
,df5848b8
,df5848b8
]:ardatan/graphql-tools (@graphql-tools/utils)
v8.13.1
Compare Source
Patch Changes
f7daf777
Thanks @glasser! - Fix build break in v8.13.0 in some ESM environments.v8.13.0
Compare Source
Minor Changes
#4778
df5848b8
Thanks @saihaj! - add isIterableObject, isObjectLike, isPromise, promiseReduce, hasOwnProperty#4778
df5848b8
Thanks @saihaj! - addPath
util fromgraphql/jsutils
Patch Changes
df5848b8
Thanks @saihaj! - improve inpsect utiltypescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.42.0
Compare Source
Bug Fixes
Features
v5.41.0
Compare Source
Bug Fixes
isTypeReadonly
(#5860) (a6d8f7e), closes #4476Features
5.40.1 (2022-10-17)
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.42.0
Compare Source
Features
Reverts
v5.41.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
5.40.1 (2022-10-17)
Note: Version bump only for package @typescript-eslint/parser
apollographql/apollo-server (apollo-server-core)
v3.10.4
Compare Source
apollographql/apollo-server (apollo-server-micro)
v3.10.4
Compare Source
open-cli-tools/concurrently
v7.5.0
Compare Source
What's Changed
onFinish
signature when using exactOptionalPropertyTypes by @Baune8D in https://github.com/open-cli-tools/concurrently/pull/372Full Changelog: open-cli-tools/concurrently@v7.4.0...v7.5.0
eslint/eslint
v8.26.0
Compare Source
Features
4715787
feat: checkObject.create()
in getter-return (#16420) (Yuki Hirasawa)28d1902
feat:no-implicit-globals
supportsexported
block comment (#16343) (Sosuke Suzuki)e940be7
feat: Use ESLINT_USE_FLAT_CONFIG environment variable for flat config (#16356) (Tomer Aberbach)dd0c58f
feat: Swap out Globby for custom globbing solution. (#16369) (Nicholas C. Zakas)Bug Fixes
df77409
fix: usebaseConfig
constructor option in FlatESLint (#16432) (Milos Djermanovic)33668ee
fix: Ensure that glob patterns are matched correctly. (#16449) (Nicholas C. Zakas)740b208
fix: ignore messages without aruleId
ingetRulesMetaForResults
(#16409) (Francesco Trotta)8f9759e
fix:--ignore-pattern
in flat config mode should be relative tocwd
(#16425) (Milos Djermanovic)325ad37
fix: makegetRulesMetaForResults
return a plain object in trivial case (#16438) (Francesco Trotta)a2810bc
fix: Ensure that directories can be unignored. (#16436) (Nicholas C. Zakas)35916ad
fix: Ensure unignore and reignore work correctly in flat config. (#16422) (Nicholas C. Zakas)Documentation
651649b
docs: Core concepts page (#16399) (Ben Perlmutter)631cf72
docs: note --ignore-path not supported with flat config (#16434) (Andy Edwards)1692840
docs: fix syntax in examples for new config files (#16427) (Milos Djermanovic)d336cfc
docs: Document extending plugin with new config (#16394) (Ben Perlmutter)Chores
e917a9a
ci: add node v19 (#16443) (Koichi ITO)4b70b91
chore: Add VS Code issues link (#16423) (Nicholas C. Zakas)232d291
chore: suppress a Node.js deprecation warning (#16398) (Koichi ITO)facebook/jest
v29.2.2
Compare Source
Fixes
[@jest/test-sequencer]
Make sure sharding does not produce empty groups (#13476)[jest-circus]
Test marked astodo
are shown as todo when inside a focussed describe (#13504)[jest-mock]
Ensure mock resolved and rejected values are promises from correct realm (#13503)[jest-snapshot]
Don't highlight passing asymmetric property matchers in snapshot diff (#13480)Chore & Maintenance
[docs]
Update link to Jest 28 upgrade guide in error message (#13483)[jest-runner, jest-watcher]
Updateemittery
(#13490)anvilco/spectaql
v1.5.6
v1.5.5
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.