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): bump query-registry from 2.2.0 to 2.3.0 #192

Merged
merged 1 commit into from
May 2, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 2, 2022

Bumps query-registry from 2.2.0 to 2.3.0.

Release notes

Sourced from query-registry's releases.

v2.3.0

  • ci: check for updates monthly 511d6e6
  • ci: drop node 12 and add node 16 526ece4

velut/query-registry@v2.3.0-0...v2.3.0

v2.3.0-0

  • fix: support pathnames in registry 211d1a7
  • build(deps-dev): bump dts-cli from 1.5.0 to 1.5.1 (#232) 6c3ccb6
  • build(deps-dev): bump tslib from 2.3.1 to 2.4.0 (#231) faa5585
  • build(deps): bump codecov/codecov-action from 3.0.0 to 3.1.0 (#230) f7e1c78
  • build(deps-dev): bump dts-cli from 1.4.0 to 1.5.0 (#229) 79216d1
  • build(deps-dev): bump @​pollyjs/adapter-node-http from 6.0.4 to 6.0.5 (#228) abe0404
  • build(deps-dev): bump @​pollyjs/persister-fs from 6.0.4 to 6.0.5 (#226) db88ca6
  • build(deps-dev): bump @​pollyjs/core from 6.0.4 to 6.0.5 (#227) bbeedc3
  • build(deps): bump codecov/codecov-action from 2.1.0 to 3.0.0 (#225) 38e9db1
  • build(deps): bump validate-npm-package-name from 3.0.0 to 4.0.0 (#223) 8e5ef57
  • build(deps-dev): bump prettier from 2.6.1 to 2.6.2 (#224) 22dc874
  • build(deps): bump minimist from 1.2.5 to 1.2.6 (#222) 4628a88
  • build(deps-dev): bump typescript from 4.6.2 to 4.6.3 (#220) 3b2e17f
  • build(deps-dev): bump prettier from 2.6.0 to 2.6.1 (#221) 661533a
  • build(deps-dev): bump prettier from 2.5.1 to 2.6.0 (#218) 4369c60
  • build(deps-dev): bump @​commitlint/cli from 16.2.1 to 16.2.3 (#219) 7f7088b
  • build(deps-dev): bump debug from 4.3.3 to 4.3.4 (#217) d0aebd3
  • build(deps-dev): bump np from 7.6.0 to 7.6.1 (#216) 2b2afca
  • build(deps): bump tiny-lru from 8.0.1 to 8.0.2 (#215) 511748d
  • build(deps-dev): bump typescript from 4.5.5 to 4.6.2 (#214) 15e1d9a
  • build(deps): bump actions/checkout from 2 to 3 (#213) bce52f6
  • build(deps): bump actions/setup-node from 2.5.1 to 3 (#210) b550799
  • build(deps-dev): bump dts-cli from 1.3.0 to 1.4.0 (#211) d41f7ee
  • build(deps): bump url-parse from 1.5.7 to 1.5.10 (#212) 55e05c4
  • build(deps-dev): bump dts-cli from 1.2.0 to 1.3.0 (#209) 7ce158e
  • build(deps): bump url-parse from 1.5.3 to 1.5.7 (#208) e88bc92
  • build(deps-dev): bump @​commitlint/config-conventional (#207) 0fe5b79
  • build(deps): bump tiny-lru from 7.0.6 to 8.0.1 (#206) 073a453
  • build(deps-dev): bump @​commitlint/cli from 16.1.0 to 16.2.1 (#205) 6b483a4
  • build(deps-dev): bump nock from 13.2.2 to 13.2.4 (#204) e77e427
  • build(deps): bump node-fetch from 2.6.6 to 2.6.7 (#203) a9c0f51
  • build(deps-dev): bump typescript from 4.5.4 to 4.5.5 (#202) fceef90
  • build(deps-dev): bump @​commitlint/cli from 16.0.2 to 16.1.0 (#201) a20a180
  • build(deps-dev): bump dts-cli from 1.1.6 to 1.2.0 (#200) c2c9406
  • build(deps): bump nanoid from 3.1.30 to 3.2.0 (#199) e13e04f
  • build(deps-dev): bump nock from 13.2.1 to 13.2.2 (#198) 36f7d2f
  • build(deps-dev): bump dts-cli from 1.1.5 to 1.1.6 (#197) e0d1745
  • build(deps): bump shelljs from 0.8.4 to 0.8.5 (#196) 4ea6df9
  • build(deps-dev): bump @​commitlint/cli from 16.0.1 to 16.0.2 (#195) fe216ad
  • build(deps-dev): bump dts-cli from 1.1.4 to 1.1.5 (#194) fb258ea
  • build(deps-dev): bump dts-cli from 1.1.3 to 1.1.4 (#192) e6a4865
  • build(deps-dev): bump @​commitlint/cli from 16.0.0 to 16.0.1 (#193) 81df0aa
  • build(deps): bump actions/setup-node from 2.5.0 to 2.5.1 (#191) c57d1a2

... (truncated)

Changelog

Sourced from query-registry's changelog.

[2.3.0] - 2022-04-27

Added

  • N/A

Changed

  • Preserve pathnames in registry URLs (https://example.com/my/npm/registry)
  • Updated dependencies and dev dependencies

Removed

  • N/A
Commits
  • 9dbca14 v2.3.0
  • 511d6e6 ci: check for updates monthly
  • 526ece4 ci: drop node 12 and add node 16
  • ecc4a67 v2.3.0-0
  • 211d1a7 fix: support pathnames in registry
  • 6c3ccb6 build(deps-dev): bump dts-cli from 1.5.0 to 1.5.1 (#232)
  • faa5585 build(deps-dev): bump tslib from 2.3.1 to 2.4.0 (#231)
  • f7e1c78 build(deps): bump codecov/codecov-action from 3.0.0 to 3.1.0 (#230)
  • 79216d1 build(deps-dev): bump dts-cli from 1.4.0 to 1.5.0 (#229)
  • abe0404 build(deps-dev): bump @​pollyjs/adapter-node-http from 6.0.4 to 6.0.5 (#228)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [query-registry](https://github.com/velut/node-query-registry) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/velut/node-query-registry/releases)
- [Changelog](https://github.com/velut/node-query-registry/blob/main/CHANGELOG.md)
- [Commits](velut/query-registry@v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: query-registry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 2, 2022
@codecov
Copy link

codecov bot commented May 2, 2022

Codecov Report

Merging #192 (b30c31b) into main (0f27988) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #192   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           46        46           
  Lines         1054      1054           
  Branches       179       179           
=========================================
  Hits          1054      1054           

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@velut velut merged commit 04bfe46 into main May 2, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/query-registry-2.3.0 branch May 2, 2022 13:23
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant