Skip to content
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

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

Merged
merged 1 commit into from
Mar 13, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-codegen/typescript ^2.4.5 -> ^2.4.7 age adoption passing confidence
@graphql-codegen/typescript-resolvers ^2.5.2 -> ^2.5.4 age adoption passing confidence
@swc/core (source) ^1.2.149 -> ^1.2.154 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.13.0 -> ^5.14.0 age adoption passing confidence
@typescript-eslint/parser ^5.13.0 -> ^5.14.0 age adoption passing confidence
apollo-server-koa ^3.6.3 -> ^3.6.4 age adoption passing confidence
eslint (source) ^8.10.0 -> ^8.11.0 age adoption passing confidence
rollup (source) ^2.69.2 -> ^2.70.0 age adoption passing confidence
tsc-watch ^4.6.0 -> ^4.6.2 age adoption passing confidence

Release Notes

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

v2.4.7

Compare Source

Patch Changes

v2.4.6

Compare Source

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

v2.5.4

Compare Source

Patch Changes

v2.5.3

Compare Source

Patch Changes
swc-project/swc

v1.2.154

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance
Testing

v1.2.153

Compare Source

Bug Fixes
  • (api/rust) Fix transform comment api (#​3962) (fcbd3c5)

  • (es) Adjust tracing span level (#​3911) (ca071fb)

  • (es/codegen) Fix sourcemap issue caused by reserved BytePos values (#​3948) (e8018c5)

  • (es/compat) Refer this in constructor when super_is_callable_constructor is set (#​3944) (de8a711)

  • (es/lints) Don't visit types while collecting const (#​3967) (c6b5371)

  • (es/minifier) Preserve fuction parameters used for template literals in evaluate and reduce_vars (#​3949) (91a302a)

  • (es/parser) Parse if-else chain iteratively (#​3961) (76e6468)

  • (node-swc/types) Add reserved to TerserMangleOptions (#​3959) (70a68a7)

Features

v1.2.152

Compare Source

Bug Fixes
  • (es) Don't create .swc if not required (#​3937) (46e9d3f)

  • (es/compat/es2015) Fix span handling of arrow and classes (#​3921) (12b8606)

  • (es/minifier) Skip exported vars while collapsing vars (#​3928) (cc564ff)

  • (es/module) Make exported vars follow specification (#​3906) (534fc52)

  • (es/module) Fix exported vars with bigint values (#​3909) (8559fc9)

  • (es/module) Use correct return values for suffix update expressions (#​3927) (dc457b4)

  • (es/module/cjs) Allow re-exports to be lazy (#​3856) (f575b1b)

  • (es/parser) Fix the logic for token contexts (#​3926) (4b4aef3)

  • (es/transform/optimization) Prevent inlining of vars used as RHS in logical expressions (#​3907) (782a874)

  • (es/typescript) Remove imports used in interfaces and type signatures (#​3893) (5c92b2d)

  • (wasm) Fix handling of swc_common::GLOBALS (#​3936) (45a4374)

Features
Performance
Refactor

v1.2.151

Compare Source

Bug Fixes
  • (es/module) Revert fix for jest.spyOn (8e30d83)
Features
  • (es/compat) Enable set_public_method for TypeScript (#​3884) (cb93883)

  • (es/fixer) Remove extra parens around iife in expression position (#​3887) (9dd0105)

  • (es/lints) Support module/script mode in duplicate_bindings (#​3880) (0181fbe)

Performance
  • (es/lints) Extract top level bindings only if the rule is enabled (#​3889) (3e8efac)

  • (es/minifier) Add a fast-path to export merger (#​3891) (a47eed7)

v1.2.150

Compare Source

Bug Fixes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.14.0

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] cover case that requires quotes (#​4582) (3ea0947)
  • eslint-plugin: [no-misused-promises] factor thenable returning function overload signatures (#​4620) (56a09e9)
  • eslint-plugin: [prefer-readonly-parameter-types] handle class sharp private field and member without throwing error (#​4343) (a65713a)
  • eslint-plugin: [return-await] correct autofixer in binary expression (#​4401) (5fa2fad)
Features
  • eslint-plugin: [no-misused-promises] add granular options within checksVoidReturns (#​4623) (1085177)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.14.0

Compare Source

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

apollographql/apollo-server

v3.6.4

Compare Source

  • apollo-server-core: Fixes a regression in v3.6.0 where usage reporting would never send traces for unexecutable operations (parse errors, validation errors, and unknown operation name errors). While "traces" for these operations won't actually contain an execution tree, they can contain interesting errors. Issue #​6193 PR #​6194
eslint/eslint

v8.11.0

Compare Source

Features
  • 800bd25 feat: add destructuredArrayIgnorePattern option in no-unused-vars (#​15649) (Nitin Kumar)
  • 8933fe7 feat: Catch undefined and Boolean() in no-constant-condition (#​15613) (Jordan Eldredge)
  • f90fd9d feat: Add ESLint favicon to the HTML report document (#​15671) (Mahdi Hosseinzadeh)
  • 57b8a57 feat: valid-typeof always ban undefined (#​15635) (Zzzen)
Bug Fixes
  • 6814922 fix: escaping for square brackets in ignore patterns (#​15666) (Milos Djermanovic)
  • c178ce7 fix: extend the autofix range in comma-dangle to ensure the last element (#​15669) (Milos Djermanovic)
Documentation
  • c481cec docs: add fast-eslint-8 to atom integrations (userguide) (#​15695) (db developer)
  • d2255db docs: Add clarification about eslint-enable (#​15680) (dosisod)
  • 8b9433c docs: add object pattern to first section of computed-property-spacing (#​15679) (Milos Djermanovic)
  • de800c3 docs: link to minimatch docs added. (#​15688) (Gaurav Tewari)
  • 8f675b1 docs: sort-imports add single named import example (#​15675) (Arye Eidelman)
Chores
rollup/rollup

v2.70.0

Compare Source

2022-03-07

Features
  • Make the watchChange and closeWatcher hooks asynchronous and make Rollup wait for these hooks before continuing (#​4427)
Bug Fixes
  • Do not abort watch mode for errors in watchChange but display them properly (#​4427)
Pull Requests
gilamran/tsc-watch

v4.6.2

Compare Source

  • Added file_emitted signal support when --listEmittedFiles is used issue
  • Added client new event file_emitted with the emitted file path

v4.6.1

Compare Source

  • Added --maxNodeMem param to set manually node allocated memory issue - (Thanks to @​pp0rtal for the idea and the PR!)

Configuration

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

🚦 Automerge: Enabled.

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.

@renovate renovate bot merged commit 8b4d3eb into main Mar 13, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch March 13, 2022 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant