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

build(deps-dev): bump ybiq from 16.2.1 to 16.3.1 #255

Merged
merged 2 commits into from
Oct 2, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2023

Bumps ybiq from 16.2.1 to 16.3.1.

Release notes

Sourced from ybiq's releases.

v16.3.1

See the changelog for details.

ybiquitous/ybiq@v16.3.0...v16.3.1

v16.3.0

See the changelog for details.

ybiquitous/ybiq@v16.2.1...v16.3.0

Changelog

Sourced from ybiq's changelog.

16.3.1 (2023-09-26)

Bug Fixes

  • deps: bump remark-cli from 11.0.0 to 12.0.0 (#1617) (af00d20)

16.3.0 (2023-09-11)

Features

Commits
  • 7c02406 chore(release): 16.3.1
  • 44a408e test(commitlint): fix body-max-line-length error
  • af00d20 fix(deps): bump remark-cli from 11.0.0 to 12.0.0 (#1617)
  • 7781897 build(deps-dev): bump the typescript group with 2 updates (#1623)
  • bb4f74f build(deps-dev): bump the eslint-dev group with 1 update (#1622)
  • 99722f9 chore(deps): introduce Dependabot group updates (#1621)
  • bacfcee build(deps): bump eslint from 8.49.0 to 8.50.0 (#1620)
  • b4066e1 build(deps-dev): bump @​typescript-eslint/eslint-plugin from 6.7.0 to 6.7.2 (#...
  • d647592 build(deps-dev): bump @​types/node from 20.6.2 to 20.6.5 (#1618)
  • 47ef776 build(deps-dev): bump @​types/node from 20.6.0 to 20.6.2 (#1616)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 1, 2023
@github-actions github-actions bot enabled auto-merge (squash) October 1, 2023 04:12
@github-actions
Copy link

github-actions bot commented Oct 1, 2023

Diff between ybiq 16.2.1 and 16.3.1
diff --git a/package.json b/package.json
index v16.2.1..v16.3.1 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
 {
   "name": "ybiq",
-  "version": "16.2.1",
+  "version": "16.3.1",
   "description": "Useful command-line tools for Node.js project",
   "author": "Masafumi Koba",
@@ -39,23 +39,23 @@
     "@commitlint/cli": "^17.7.1",
     "@commitlint/config-conventional": "^17.7.0",
-    "eslint": "^8.47.0",
+    "eslint": "^8.50.0",
     "husky": "^8.0.3",
-    "lint-staged": "^14.0.0",
+    "lint-staged": "^14.0.1",
     "npm-run-all": "^4.1.5",
-    "prettier": "^3.0.1",
-    "remark-cli": "^11.0.0",
+    "prettier": "^3.0.3",
+    "remark-cli": "^12.0.0",
     "standard-version": "^9.5.0",
     "yargs": "^17.7.2"
   },
   "devDependencies": {
-    "@tsconfig/strictest": "^2.0.1",
-    "@types/node": "^20.5.0",
-    "@types/yargs": "^17.0.24",
-    "@typescript-eslint/eslint-plugin": "^6.3.0",
-    "eslint-config-ybiquitous": "^18.0.0",
-    "eslint-plugin-jest": "^27.2.3",
-    "jest": "^29.6.2",
-    "remark-preset-ybiquitous": "^0.3.1",
-    "typescript": "^5.1.6"
+    "@tsconfig/strictest": "^2.0.2",
+    "@types/node": "^20.7.0",
+    "@types/yargs": "^17.0.25",
+    "@typescript-eslint/eslint-plugin": "^6.7.3",
+    "eslint-config-ybiquitous": "^18.1.0",
+    "eslint-plugin-jest": "^27.4.0",
+    "jest": "^29.7.0",
+    "remark-preset-ybiquitous": "^0.4.1",
+    "typescript": "^5.2.2"
   },
   "scripts": {
@@ -107,5 +107,5 @@
         2,
         "always",
-        200
+        300
       ],
       "scope-enum": [
diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml
index v16.2.1..v16.3.1 100644
--- a/.github/workflows/npm-audit-fix.yml
+++ b/.github/workflows/npm-audit-fix.yml
@@ -13,5 +13,5 @@
       pull-requests: write
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - uses: ybiquitous/npm-audit-fix-action@v5
         with:
Size Files
15.4 KB → 15.4 KB (±0 B 🟢) 19 → 19 (±0 🟢)
Command details
npm diff --diff=ybiq@16.2.1 --diff=ybiq@16.3.1 --diff-unified=2

See also the npm diff document.

Reported by ybiquitous/npm-diff-action@v1.5.0 (Node.js 20.8.0 and npm 10.1.0)

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ybiq-16.3.1 branch 2 times, most recently from ea59c8a to 7dddf70 Compare October 1, 2023 04:14
Bumps [ybiq](https://github.com/ybiquitous/ybiq) from 16.2.1 to 16.3.1.
- [Release notes](https://github.com/ybiquitous/ybiq/releases)
- [Changelog](https://github.com/ybiquitous/ybiq/blob/main/CHANGELOG.md)
- [Commits](ybiquitous/ybiq@v16.2.1...v16.3.1)

---
updated-dependencies:
- dependency-name: ybiq
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ybiq-16.3.1 branch from 7dddf70 to 62af3f2 Compare October 1, 2023 04:17
@github-actions github-actions bot merged commit df4eb23 into main Oct 2, 2023
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/ybiq-16.3.1 branch October 2, 2023 01:24
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