Skip to content

chore(deps): update all non-major dependencies - #140

Merged
mxseev merged 1 commit into
mainfrom
renovate/all-non-major
Nov 1, 2022
Merged

mxseev merged 1 commit into
mainfrom
renovate/all-non-major

Conversation

@renovate

@renovate renovate Bot commented Nov 1, 2022

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 17.1.2 -> 17.2.0 age adoption passing confidence
@commitlint/config-conventional (source) 17.1.0 -> 17.2.0 age adoption passing confidence
@graphql-codegen/cli 2.13.7 -> 2.13.8 age adoption passing confidence
@graphql-codegen/typescript 2.7.4 -> 2.8.0 age adoption passing confidence
@graphql-codegen/typescript-resolvers 2.7.4 -> 2.7.5 age adoption passing confidence
@graphql-tools/graphql-file-loader 7.5.5 -> 7.5.7 age adoption passing confidence
@graphql-tools/load 7.7.7 -> 7.8.2 age adoption passing confidence
@graphql-tools/schema 9.0.4 -> 9.0.6 age adoption passing confidence
@graphql-tools/utils 8.12.0 -> 8.13.1 age adoption passing confidence
@types/jest (source) 29.2.0 -> 29.2.1 age adoption passing confidence
@types/lodash (source) 4.14.186 -> 4.14.187 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.40.1 -> 5.42.0 age adoption passing confidence
@typescript-eslint/parser 5.40.1 -> 5.42.0 age adoption passing confidence
apollo-server-core 3.10.3 -> 3.10.4 age adoption passing confidence
apollo-server-micro 3.10.3 -> 3.10.4 age adoption passing confidence
concurrently 7.4.0 -> 7.5.0 age adoption passing confidence
eslint (source) 8.25.0 -> 8.26.0 age adoption passing confidence
jest (source) 29.2.1 -> 29.2.2 age adoption passing confidence
spectaql 1.5.4 -> 1.5.6 age adoption passing confidence

⚠ 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
dotansimha/graphql-code-generator (@​graphql-codegen/typescript)

v2.8.0

Compare Source

Minor Changes

v2.7.5

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript-resolvers)

v2.7.5

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/graphql-file-loader)

v7.5.7

Compare Source

Patch Changes

v7.5.6

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/load)

v7.8.2

Compare Source

Patch Changes

v7.8.1

Compare Source

Patch Changes

v7.8.0

Compare Source

Minor Changes
  • #​4752 19762665 Thanks @​ardatan! - More verbose output to the log about durations taken by individual phases if DEBUG=1 is provided as an env var
ardatan/graphql-tools (@​graphql-tools/schema)

v9.0.6

Compare Source

Patch Changes

v9.0.5

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/utils)

v8.13.1

Compare Source

Patch Changes

v8.13.0

Compare Source

Minor Changes
Patch Changes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.42.0

Compare Source

Bug Fixes
  • ast-spec: add TSQualifiedName to TypeNode union (#​5906) (5c316c1)
  • eslint-plugin: [no-extra-parens] handle type assertion in extends clause (#​5901) (8ed7219)
Features
  • eslint-plugin: [member-ordering] add natural sort order (#​5662) (1eaae09)
  • eslint-plugin: [no-invalid-void-type] better report message for void used as a constituent inside a function return type (#​5274) (d806bda)

v5.41.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-base-to-string] ignore Error, URL, and URLSearchParams by default (#​5839) (96e1c6c)
  • type-utils: prevent stack overflow in isTypeReadonly (#​5860) (a6d8f7e), closes #​4476
Features
  • eslint-plugin: [no-unsafe-declaration-merging] switch to use scope analysis instead of type information (#​5865) (e70a10a)
  • eslint-plugin: add no-unsafe-declaration-merging (#​5840) (3728031)

5.40.1 (2022-10-17)

Bug Fixes
  • eslint-plugin: Skip missing 'rest' tuple type arguments in no-misused-promises (#​5809) (c5beaa2), closes #​5807
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

Full Changelog: open-cli-tools/concurrently@v7.4.0...v7.5.0

eslint/eslint

v8.26.0

Compare Source

Features

  • 4715787 feat: check Object.create() in getter-return (#​16420) (Yuki Hirasawa)
  • 28d1902 feat: no-implicit-globals supports exported 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: use baseConfig 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 a ruleId in getRulesMetaForResults (#​16409) (Francesco Trotta)
  • 8f9759e fix: --ignore-pattern in flat config mode should be relative to cwd (#​16425) (Milos Djermanovic)
  • 325ad37 fix: make getRulesMetaForResults 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

facebook/jest

v29.2.2

Compare Source

Fixes
  • [@jest/test-sequencer] Make sure sharding does not produce empty groups (#​13476)
  • [jest-circus] Test marked as todo 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] Update emittery (#​13490)
anvilco/spectaql

v1.5.6

  • Re-publish after some reverts

v1.5.5

  • Dependency updates
  • Last LTS for 1.x and Node 12

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
renovate Bot requested a review from mxseev as a code owner November 1, 2022 03:35
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Nov 1, 2022
@renovate renovate Bot assigned mxseev Nov 1, 2022
@vercel

vercel Bot commented Nov 1, 2022 •

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
base-api ✅ Ready (Inspect) Visit Preview Nov 1, 2022 at 3:40AM (UTC)

@mxseev
mxseev merged commit a411861 into main Nov 1, 2022
@mxseev
mxseev deleted the renovate/all-non-major branch November 1, 2022 03:47
mxseev added a commit that referenced this pull request Nov 8, 2022
chore(deps): update all non-major dependencies
@mxseev mxseev mentioned this pull request Nov 8, 2022

This branch was successfully deployed

1 active deployment
Preview — b90d7ed2 Deployed Nov 1, 2022 by vercel[bot]
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant