Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

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

Merged
merged 1 commit into from
Jan 23, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) ^16.0.2 -> ^16.1.0 age adoption passing confidence
@graphql-codegen/cli ^2.3.1 -> ^2.4.0 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.9.1 -> ^5.10.0 age adoption passing confidence
@typescript-eslint/parser ^5.9.1 -> ^5.10.0 age adoption passing confidence
apollo-server-koa ^3.6.1 -> ^3.6.2 age adoption passing confidence
docker/build-push-action v2.7.0 -> v2.8.0 age adoption passing confidence
eslint (source) ~8.6.0 -> ~8.7.0 age adoption passing confidence
ioredis-mock ^5.8.1 -> ^5.9.0 age adoption passing confidence
lint-staged ^12.1.7 -> ^12.2.2 age adoption passing confidence
rollup (source) ^2.64.0 -> ^2.66.0 age adoption passing confidence
typescript (source) ^4.5.4 -> ^4.5.5 age adoption passing confidence

Release Notes

conventional-changelog/commitlint

v16.1.0

Compare Source

Note: Version bump only for package @​commitlint/cli

16.0.3 (2022-01-19)

Note: Version bump only for package @​commitlint/cli

16.0.2 (2022-01-09)

Note: Version bump only for package @​commitlint/cli

16.0.1 (2021-12-28)

Note: Version bump only for package @​commitlint/cli

v16.0.3

Compare Source

Note: Version bump only for package @​commitlint/cli

dotansimha/graphql-code-generator

v2.4.0

Compare Source

Minor Changes
  • 4c42e2a: Performance optimizations in schema and documents loading (shared promises)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-function-return-type] support AllowTypedFunctionExpression within AllowHigherOrderFunction (#​4250) (d053cde)
  • eslint-plugin: [no-extra-semi] false negatives when used with eslint 8.3.0 (#​4458) (f4016c2)
  • eslint-plugin: [no-invalid-this] crash when used with eslint 8.7.0 (#​4448) (e56f1e5)
  • eslint-plugin: [no-magic-numbers] handle bigint in class props (#​4411) (c8e650f)
Features
  • rename experimental-utils to utils and make experimental-utils an alias to the new package (#​4172) (1d55a75)

5.9.1 (2022-01-10)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.10.0

Compare Source

Features
  • rename experimental-utils to utils and make experimental-utils an alias to the new package (#​4172) (1d55a75)

5.9.1 (2022-01-10)

Note: Version bump only for package @​typescript-eslint/parser

apollographql/apollo-server

v3.6.2

Compare Source

  • ⚠️ SECURITY apollo-server-env: Update dependency on node-fetch to require v2.6.7 rather than v2.6.1. This includes the fix to CVE-2022-0235, a vulnerability where credentials sent along with a request could be sent to a different origin if the fetched URL responds with an attacker-controlled HTTP redirect. This is the default fetcher used by apollo-datasource-rest, usage reporting, schema reporting, and @apollo/gateway in versions prior to v0.46.0. We do not believe that the way that this is used by usage reporting or schema reporting is vulnerable to the exploit, but if you use apollo-datasource-rest in such a way that the servers you talk to might serve a surprising redirect, this upgrade would be helpful. Note that to ensure you're using the appropriate version of apollo-server-env with apollo-datasource-rest, you need to be using v3.5.1 of that package. (We plan to separate the release process of apollo-datasource-rest from Apollo Server soon so that it can have a more reasonable changelog.) If upgrading to this version is challenging, you can also work around this by ensuring that node-fetch@2.6.7 is the version used in your project, or by specifying a fetcher explicitly to your older Gateway, REST datasource, etc.
  • apollo-server-core: The typeDefs, resolvers, and parseOptions constructor arguments are passed directly through to makeExecutableSchema from @graphql-tools/schema if provided. Now their TypeScript type definitions come directly from that package so that any types accepted by that package can be provided. PR #​5978
  • apollo-server-fastify: Drop dependency on fast-json-stringify. PR #​5988
  • apollo-server-azure-functions: Update TypeScript types package @azure/functions from v1 to v3 and change it to a dev dependency. (We were advised to change it to a dev dependency by the authors of the package; if this turns out to be problematic we can revert this part of the change. They also do not believe this is a backwards-incompatible change despite the major version bump; this package does a major version bump when the underlying Azure Functions runtime has a major version bump.) PR #​5919
docker/build-push-action

v2.8.0

Compare Source

  • Allow specifying subdirectory with default git context (#​531)
  • Add cgroup-parent, shm-size, ulimit inputs (#​501)
  • Don't set outputs if empty or nil (#​470)
  • docs: example to sanitize tags with metadata-action (#​476)
  • docs: wrong syntax to sanitize repo slug (#​475)
  • docs: test before pushing your image (#​455)
  • readme: remove v1 section (#​500)
  • ci: virtual env file system info (#​510)
  • dev: update workflow (#​499)
  • Bump @​actions/core from 1.5.0 to 1.6.0 (#​160)
  • Bump ansi-regex from 5.0.0 to 5.0.1 (#​469)
  • Bump tmpl from 1.0.4 to 1.0.5 (#​465)
  • Bump csv-parse from 4.16.0 to 4.16.3 (#​451 #​459)
eslint/eslint

v8.7.0

Compare Source

Features
  • 19ad061 feat: no-restricted-imports support casing (#​15439) (gfyoung)
  • 564ecdb feat: Support arbitrary module namespace names in no-restricted-imports (#​15491) (Milos Djermanovic)
  • 968a02a feat: Support arbitrary module namespace names in no-useless-rename (#​15493) (Milos Djermanovic)
  • 0d2b9a6 feat: move eslint --init to @​eslint/create-config (#​15150) (唯然)
  • 127f524 feat: false negative with property option in id-match (#​15474) (Nitin Kumar)
  • 359b2c1 feat: Support arbitrary module namespace names in the camelcase rule (#​15490) (Milos Djermanovic)
  • 3549571 feat: Support arbitrary module namespace names in the quotes rule (#​15479) (Milos Djermanovic)
  • 5563c45 feat: Support arbitrary module namespace names in keyword-spacing (#​15481) (Milos Djermanovic)
  • fd3683f feat: Support arbitrary module namespace names in no-restricted-exports (#​15478) (Milos Djermanovic)
Bug Fixes
  • a8db9a5 fix: no-invalid-this false positive in class field initializer (#​15495) (Milos Djermanovic)
  • 02d6426 fix: Correctly consume RuleTester statics (#​15507) (Brad Zacher)
  • db15802 fix: Add property fatalErrorCount to ignored file results (#​15520) (Francesco Trotta)
  • 03ac8cf fix: Prevent false positives with no-constant-condition (#​15486) (Jordan Eldredge)
Documentation
  • f50f849 docs: Update CLI docs to prefer local install (#​15513) (Nicholas C. Zakas)
  • 0469eb1 docs: Update shell code fences for new website (#​15522) (Olga)
Chores
stipsan/ioredis-mock

v5.9.0

Compare Source

Features

v5.8.4

Compare Source

Bug Fixes

v5.8.3

Compare Source

Bug Fixes
  • Add duplicate function to support instance duplication for TypeScript mocks (#​1109) (f84897d)

v5.8.2

Compare Source

Bug Fixes
okonet/lint-staged

v12.2.2

Compare Source

Bug Fixes
  • always search config from cwd first (4afcda5)

v12.2.1

Compare Source

Bug Fixes
  • only throw if no configurations were found (36b9546)

v12.2.0

Compare Source

Bug Fixes
  • make console task titles more explicit (1c94c27)
Features
  • support multiple configuration files (90d1035)
rollup/rollup

v2.66.0

Compare Source

2022-01-22

Features
  • Note if a module has a default export in ModuleInfo to allow writing better proxy modules (#​4356)
  • Add option to wait until all imported ids have been resolved when awaiting this.load (#​4358)
Pull Requests

v2.65.0

Compare Source

2022-01-21

Features
  • Add complete import resolution objects to ModuleInfo for use in this.load (#​4354)
Bug Fixes
  • Use correct context in plugin hooks with perf: true (#​4357)
Pull Requests
Microsoft/TypeScript

v4.5.5

Compare Source

This patch release includes a number of fixes to language service crashes and assertion violations, along with improvements to JSX attribute snippets.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: "before 12pm on Sunday" (UTC).

🚦 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, click this checkbox.

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

@favna favna merged commit 6a3f2b5 into main Jan 23, 2022
@favna favna deleted the renovate/all-minor-patch branch January 23, 2022 08:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants