Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.7.1 -> 3.7.2 age adoption passing confidence
@babel/core (source) 7.19.6 -> 7.20.5 age adoption passing confidence
@babel/plugin-proposal-decorators (source) 7.20.0 -> 7.20.5 age adoption passing confidence
@babel/preset-env (source) 7.19.4 -> 7.20.2 age adoption passing confidence
@graphql-mesh/types ^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 -> ^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 age adoption passing confidence
@types/babel__core (source) 7.1.19 -> 7.1.20 age adoption passing confidence
@types/jest (source) 29.2.1 -> 29.2.4 age adoption passing confidence
@types/lodash (source) 4.14.187 -> 4.14.191 age adoption passing confidence
@types/node (source) 18.11.9 -> 18.11.11 age adoption passing confidence
@types/react (source) 18.0.24 -> 18.0.26 age adoption passing confidence
@types/react-dom (source) 18.0.8 -> 18.0.9 age adoption passing confidence
babel-jest 29.2.2 -> 29.3.1 age adoption passing confidence
bob-the-bundler 4.0.0 -> 4.1.0 age adoption passing confidence
concurrently 7.5.0 -> 7.6.0 age adoption passing confidence
eslint (source) 8.26.0 -> 8.29.0 age adoption passing confidence
husky (source) 8.0.1 -> 8.0.2 age adoption passing confidence
jest (source) 29.2.2 -> 29.3.1 age adoption passing confidence
prettier (source) 2.7.1 -> 2.8.1 age adoption passing confidence
vite (source) 3.2.2 -> 3.2.5 age adoption passing confidence

Release Notes

apollographql/apollo-client

v3.7.2

Compare Source

Improvements
babel/babel

v7.20.5

Compare Source

👓 Spec Compliance
  • babel-helpers, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-traverse
  • babel-cli, babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-transform-classes, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-private-property-in-object, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
🐛 Bug Fix
  • babel-parser
  • babel-helper-wrap-function, babel-preset-env, babel-traverse
  • babel-plugin-transform-arrow-functions, babel-plugin-transform-parameters, babel-traverse
  • babel-helpers, babel-node, babel-plugin-proposal-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helper-create-regexp-features-plugin
  • babel-parser, babel-types
  • babel-generator
  • babel-plugin-transform-block-scoping, babel-traverse
💅 Polish
🏠 Internal

v7.20.2

Compare Source

🐛 Bug Fix
  • babel-core, babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-simple-access, babel-node, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-react-constant-elements, babel-preset-env, babel-standalone, babel-types
  • babel-plugin-transform-typescript
  • babel-parser
  • babel-generator
  • babel-plugin-proposal-decorators, babel-plugin-proposal-object-rest-spread, babel-plugin-transform-jscript
  • babel-plugin-transform-destructuring
Urigo/graphql-mesh

v0.89.2

Compare Source

Patch Changes

v0.89.1

Compare Source

Patch Changes

v0.89.0

Compare Source

Minor Changes
  • #​4767
    3edaa00ac
    Thanks @​ardatan! - BREAKING - Neo4J handler's url changed to
    endpoint to be consistent with other handlers BREAKING - Neo4J handler's typeDefs changed to
    source to be consistent with other handlers BREAKING - OData handler's url changed to
    endpoint to be consistent with other handlers BREAKING - OData handler's metadata changed to
    source to be consistent with other handlers BREAKING - OpenAPI handler's baseUrl changed to
    endpoint to be consistent with other handlers BREAKING - RAML handler's baseUrl changed to
    endpoint to be consistent with other handlers BREAKING - RAML handler's ramlFilePath changed
    to source to be consistent with other handlers
Patch Changes

v0.88.0

Compare Source

Minor Changes
Patch Changes

v0.87.1

Compare Source

Patch Changes

v0.87.0

Compare Source

Minor Changes
Patch Changes

v0.86.0

Compare Source

Minor Changes
  • #​4789
    76deb32d1
    Thanks @​ardatan! - BREAKING - Local schemas, SDLs and
    introspections are now provided as source instead of introspection or schema. See the docs
    for more information.
Patch Changes
facebook/jest

v29.3.1

Compare Source

Fixes
  • [jest-config] Do not warn about preset in ProjectConfig (#​13583)
Performance
  • [jest-transform] Defer creation of cache directory (#​13420)

v29.3.0

Compare Source

Features
  • [jest-runtime] Support WebAssembly (Wasm) imports in ESM modules (#​13505)
Fixes
  • [jest-config] Add config validation for projects option (#​13565)
  • [jest-mock] Treat cjs modules as objects so they can be mocked (#​13513)
  • [jest-worker] Throw an error instead of hanging when jest workers terminate unexpectedly (#​13566)
Chore & Maintenance
  • [@jest/transform] Update convert-source-map (#​13509)
  • [docs] Mention toStrictEqual in UsingMatchers docs. (#​13560)
kamilkisiela/bob

v4.1.0

Compare Source

Minor Changes
Patch Changes
open-cli-tools/concurrently

v7.6.0

Compare Source

What's Changed

New Contributors

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

eslint/eslint

v8.29.0

Compare Source

Features

  • 49a07c5 feat: add allowParensAfterCommentPattern option to no-extra-parens (#​16561) (Nitin Kumar)
  • e6a865d feat: prefer-named-capture-group add suggestions (#​16544) (Josh Goldberg)
  • a91332b feat: In no-invalid-regexp validate flags also for non-literal patterns (#​16583) (trosos)

Documentation

Chores

v8.28.0

Compare Source

Features

  • 63bce44 feat: add ignoreClassFieldInitialValues option to no-magic-numbers (#​16539) (Milos Djermanovic)
  • 8385ecd feat: multiline properties in rule key-spacing with option align (#​16532) (Francesco Trotta)
  • a4e89db feat: no-obj-calls support Intl (#​16543) (Sosuke Suzuki)

Bug Fixes

  • c50ae4f fix: Ensure that dot files are found with globs. (#​16550) (Nicholas C. Zakas)
  • 9432b67 fix: throw error for first unmatched pattern (#​16533) (Milos Djermanovic)
  • e76c382 fix: allow * 1 when followed by / in no-implicit-coercion (#​16522) (Milos Djermanovic)

Documentation

Chores

v8.27.0

Compare Source

Features

  • f14587c feat: new no-new-native-nonconstructor rule (#​16368) (Sosuke Suzuki)
  • 978799b feat: add new rule no-empty-static-block (#​16325) (Sosuke Suzuki)
  • 69216ee feat: no-empty suggest to add comment in empty BlockStatement (#​16470) (Nitin Kumar)
  • 319f0a5 feat: use context.languageOptions.ecmaVersion in core rules (#​16458) (Milos Djermanovic)

Bug Fixes

  • c3ce521 fix: Ensure unmatched glob patterns throw an error (#​16462) (Nicholas C. Zakas)
  • 886a038 fix: handle files with unspecified path in getRulesMetaForResults (#​16437) (Francesco Trotta)

Documentation

  • ce93b42 docs: Stylelint property-no-unknown (#​16497) (Nick Schonning)
  • d2cecb4 docs: Stylelint declaration-block-no-shorthand-property-overrides (#​16498) (Nick Schonning)
  • 0a92805 docs: stylelint color-hex-case (#​16496) (Nick Schonning)
  • 74a5af4 docs: fix stylelint error (#​16491) (Milos Djermanovic)
  • 324db1a docs: explicit stylelint color related rules (#​16465) (Nick Schonning)
  • 94dc4f1 docs: use Stylelint for HTML files (#​16468) (Nick Schonning)
  • cc6128d docs: enable stylelint declaration-block-no-duplicate-properties (#​16466) (Nick Schonning)
  • d03a8bf docs: Add heading to justification explanation (#​16430) (Maritaria)
  • 8a15968 docs: add Stylelint configuration and cleanup (#​16379) (Nick Schonning)
  • 9b0a469 docs: note commit messages don't support scope (#​16435) (Andy Edwards)
  • 1581405 docs: improve context.getScope() docs (#​16417) (Ben Perlmutter)
  • b797149 docs: update formatters template (#​16454) (Milos Djermanovic)
  • 5ac4de9 docs: fix link to formatters on the Core Concepts page (#​16455) (Vladislav)
  • 33313ef docs: core-concepts: fix link to semi rule (#​16453) (coderaiser)
typicode/husky

v8.0.2

Compare Source

  • docs: remove deprecated npm set-script
prettier/prettier

v2.8.1

Compare Source

diff

Fix SCSS map in arguments (#​9184 by @​agamkrbit)
// Input
$display-breakpoints: map-deep-merge(
  (
    "print-only": "only print",
    "screen-only": "only screen",
    "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
  ),
  $display-breakpoints
);

// Prettier 2.8.0
$display-breakpoints: map-deep-merge(
  (
    "print-only": "only print",
    "screen-only": "only screen",
    "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, " sm
      ")-1})",
  ),
  $display-breakpoints
);

// Prettier 2.8.1
$display-breakpoints: map-deep-merge(
  (
    "print-only": "only print",
    "screen-only": "only screen",
    "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
  ),
  $display-breakpoints
);
Support auto accessors syntax (#​13919 by @​sosukesuzuki)

Support for Auto Accessors Syntax landed in TypeScript 4.9.

(Doesn't work well with babel-ts parser)

class Foo {
  accessor foo: number = 3;
}

v2.8.0

Compare Source

diff

🔗 Release Notes

vitejs/vite

v3.2.5

Compare Source

v3.2.4

Compare Source

v3.2.3

Compare Source


Configuration

📅 Schedule: Branch creation - "after 10pm,before 6:00am" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).

🚦 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, check this box

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

@renovate renovate bot added the dependencies label Nov 1, 2022
@changeset-bot
Copy link

changeset-bot bot commented Nov 1, 2022

🦋 Changeset detected

Latest commit: c40c4f0

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@graphprotocol/client-add-source-name Patch
@graphprotocol/client-auto-pagination Patch
@graphprotocol/client-auto-type-merging Patch
@graphprotocol/client-cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3680a32 to 4347dff Compare November 4, 2022 03:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2428f23 to 676eec6 Compare November 16, 2022 11:34
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Nov 16, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 858b7e6 to 6acc55e Compare November 18, 2022 16:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6bdb975 to 21a6297 Compare December 8, 2022 17:47
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 8, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Dec 8, 2022

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2022

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphprotocol/client-add-source-name 1.0.14-alpha-20221208174851-df44cb6 npm ↗︎ unpkg ↗︎
@graphprotocol/client-apollo 1.0.13-alpha-20221208174851-df44cb6 npm ↗︎ unpkg ↗︎
@graphprotocol/client-auto-pagination 1.1.12-alpha-20221208174851-df44cb6 npm ↗︎ unpkg ↗︎
@graphprotocol/client-auto-type-merging 1.0.19-alpha-20221208174851-df44cb6 npm ↗︎ unpkg ↗︎
@graphprotocol/client-block-tracking 1.0.10-alpha-20221208174851-df44cb6 npm ↗︎ unpkg ↗︎
@graphprotocol/client-cli 2.2.16-alpha-20221208174851-df44cb6 npm ↗︎ unpkg ↗︎
@graphprotocol/client-polling-live 1.0.2-alpha-20221208174851-df44cb6 npm ↗︎ unpkg ↗︎
@graphprotocol/client-urql 1.0.13-alpha-20221208174851-df44cb6 npm ↗︎ unpkg ↗︎

@ardatan ardatan merged commit f89f203 into main Dec 8, 2022
@github-actions github-actions bot mentioned this pull request Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant