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

fix(deps): bump hosted-git-info from 7.0.2 to 8.0.0 #919

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps hosted-git-info from 7.0.2 to 8.0.0.

Release notes

Sourced from hosted-git-info's releases.

v8.0.0

8.0.0 (2024-09-03)

⚠️ BREAKING CHANGES

  • hosted-git-info now supports node ^18.17.0 || >=20.5.0

Bug Fixes

Chores

Changelog

Sourced from hosted-git-info's changelog.

8.0.0 (2024-09-03)

⚠️ BREAKING CHANGES

  • hosted-git-info now supports node ^18.17.0 || >=20.5.0

Bug Fixes

Chores

Commits
  • 9b07068 chore: release 8.0.0 (#269)
  • 20551b0 chore: run template-oss-apply
  • 967d930 fix!: align to npm 10 node engine range
  • 9a3c062 chore: bump @​npmcli/eslint-config from 4.0.5 to 5.0.0
  • 8f0fa04 chore: postinstall for dependabot template-oss PR
  • e0fe523 chore: bump @​npmcli/template-oss from 4.23.1 to 4.23.3
  • 0b86493 chore: postinstall for dependabot template-oss PR
  • 1dcc09a chore: bump @​npmcli/template-oss from 4.22.0 to 4.23.1
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 9, 2024
Copy link
Contributor

github-actions bot commented Sep 9, 2024

Diff between hosted-git-info 7.0.2 and 8.0.0
diff --git a/package.json b/package.json
index v7.0.2..v8.0.0 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
 {
   "name": "hosted-git-info",
-  "version": "7.0.2",
+  "version": "8.0.0",
   "description": "Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab",
   "main": "./lib/index.js",
@@ -25,8 +25,9 @@
     "test": "tap",
     "test:coverage": "tap --coverage-report=html",
-    "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
+    "lint": "npm run eslint",
     "postlint": "template-oss-check",
-    "lintfix": "npm run lint -- --fix",
-    "template-oss-apply": "template-oss-apply --force"
+    "lintfix": "npm run eslint -- --fix",
+    "template-oss-apply": "template-oss-apply --force",
+    "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
   },
   "dependencies": {
@@ -34,6 +35,6 @@
   },
   "devDependencies": {
-    "@npmcli/eslint-config": "^4.0.0",
-    "@npmcli/template-oss": "4.22.0",
+    "@npmcli/eslint-config": "^5.0.0",
+    "@npmcli/template-oss": "4.23.3",
     "tap": "^16.0.1"
   },
@@ -43,5 +44,5 @@
   ],
   "engines": {
-    "node": "^16.14.0 || >=18.0.0"
+    "node": "^18.17.0 || >=20.5.0"
   },
   "tap": {
@@ -55,5 +56,5 @@
   "templateOSS": {
     "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
-    "version": "4.22.0",
+    "version": "4.23.3",
     "publish": "true"
   }
Size Files
26.0 KB → 26.0 KB (+34 B 🟡) 7 → 7 (±0 🟢)
Command details
npm diff [email protected] [email protected] --diff-unified=2

See also the npm diff document.

Reported by ybiquitous/[email protected] (Node.js 22.8.0 and npm 10.8.3)

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/hosted-git-info-8.0.0 branch from bc7c790 to ddfaf92 Compare September 9, 2024 21:49
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 7.0.2 to 8.0.0.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/main/CHANGELOG.md)
- [Commits](npm/hosted-git-info@v7.0.2...v8.0.0)

---
updated-dependencies:
- dependency-name: hosted-git-info
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/hosted-git-info-8.0.0 branch from ddfaf92 to e771cc7 Compare September 9, 2024 21:50
@ybiquitous
Copy link
Owner

  • hosted-git-info now supports node ^18.17.0 || >=20.5.0

No problem 👍🏼

"engines": {
"node": "20",
"npm": "10"
},

@ybiquitous ybiquitous self-assigned this Sep 10, 2024
@ybiquitous ybiquitous changed the title chore(deps): bump hosted-git-info from 7.0.2 to 8.0.0 fix(deps): bump hosted-git-info from 7.0.2 to 8.0.0 Sep 10, 2024
@ybiquitous ybiquitous merged commit 04d3a9d into main Sep 10, 2024
4 checks passed
@ybiquitous ybiquitous deleted the dependabot/npm_and_yarn/hosted-git-info-8.0.0 branch September 10, 2024 00:41
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.

1 participant