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 remark-preset-ybiquitous from 0.3.1 to 0.4.0 #251

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps remark-preset-ybiquitous from 0.3.1 to 0.4.0.

Release notes

Sourced from remark-preset-ybiquitous's releases.

v0.4.0

See the changelog for details.

ybiquitous/remark-preset-ybiquitous@v0.3.1...v0.4.0

Changelog

Sourced from remark-preset-ybiquitous's changelog.

0.4.0 (2023-09-01)

⚠ BREAKING CHANGES

  • drop Node.js v14 support (#170)

Features

Commits
  • a6dd6a5 chore(release): 0.4.0
  • 5a514fc chore(deps): npm audit fix (#181)
  • c1f39d1 chore: ybiq init (#180)
  • 25d97fe build(deps): bump remark-lint-table-pipes from 4.1.1 to 4.1.2 (#176)
  • 3632669 build(deps): bump remark-lint-strikethrough-marker from 2.1.1 to 2.1.2 (#179)
  • 4f095ed build(deps): bump remark-lint-final-definition from 3.1.1 to 3.1.2 (#178)
  • 4f8bb07 build(deps): bump remark-lint-no-heading-punctuation from 3.1.1 to 3.1.2 (#175)
  • c2bac23 build(deps): bump remark-lint-linebreak-style from 3.1.1 to 3.1.2 (#177)
  • d4ebe67 build(deps): bump remark-lint-no-consecutive-blank-lines from 4.1.2 to 4.1.3 ...
  • f647808 build(deps): bump remark-lint-no-unneeded-full-reference-image from 3.1.1 to ...
  • 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 Sep 4, 2023
@github-actions
Copy link

github-actions bot commented Sep 4, 2023

Diff between remark-preset-ybiquitous 0.3.1 and 0.4.0
diff --git a/package.json b/package.json
index v0.3.1..v0.4.0 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
 {
   "name": "remark-preset-ybiquitous",
-  "version": "0.3.1",
+  "version": "0.4.0",
   "description": "Remark preset for ybiquitous",
   "author": "Masafumi Koba",
@@ -17,5 +17,5 @@
   ],
   "engines": {
-    "node": "^14.13.1 || >=16.0.0"
+    "node": ">=16.0.0"
   },
   "dependencies": {
@@ -23,40 +23,40 @@
     "remark-gfm": "^3.0.1",
     "remark-lint-code-block-syntax": "^0.6.0",
-    "remark-lint-file-extension": "^2.1.1",
-    "remark-lint-final-definition": "^3.1.1",
-    "remark-lint-final-newline": "^2.1.1",
-    "remark-lint-first-heading-level": "^3.1.1",
-    "remark-lint-heading-increment": "^3.1.1",
-    "remark-lint-linebreak-style": "^3.1.1",
-    "remark-lint-no-consecutive-blank-lines": "^4.1.2",
-    "remark-lint-no-duplicate-defined-urls": "^2.1.1",
-    "remark-lint-no-duplicate-headings": "^3.1.1",
-    "remark-lint-no-emphasis-as-heading": "^3.1.1",
-    "remark-lint-no-empty-url": "^3.1.1",
-    "remark-lint-no-file-name-articles": "^2.1.1",
-    "remark-lint-no-file-name-consecutive-dashes": "^2.1.1",
-    "remark-lint-no-file-name-irregular-characters": "^2.1.1",
-    "remark-lint-no-file-name-mixed-case": "^2.1.1",
-    "remark-lint-no-file-name-outer-dashes": "^2.1.1",
-    "remark-lint-no-heading-like-paragraph": "^3.1.1",
-    "remark-lint-no-heading-punctuation": "^3.1.1",
-    "remark-lint-no-missing-blank-lines": "^3.1.1",
-    "remark-lint-no-multiple-toplevel-headings": "^3.1.1",
-    "remark-lint-no-paragraph-content-indent": "^4.1.1",
-    "remark-lint-no-reference-like-url": "^3.1.1",
-    "remark-lint-no-shell-dollars": "^3.1.1",
-    "remark-lint-no-table-indentation": "^4.1.1",
-    "remark-lint-no-tabs": "^3.1.1",
-    "remark-lint-no-unneeded-full-reference-image": "^3.1.1",
-    "remark-lint-no-unneeded-full-reference-link": "^3.1.1",
-    "remark-lint-strikethrough-marker": "^2.1.1",
-    "remark-lint-table-pipes": "^4.1.1",
-    "remark-preset-lint-recommended": "^6.1.2",
-    "remark-validate-links": "^12.1.0"
+    "remark-lint-file-extension": "^2.1.2",
+    "remark-lint-final-definition": "^3.1.2",
+    "remark-lint-final-newline": "^2.1.2",
+    "remark-lint-first-heading-level": "^3.1.2",
+    "remark-lint-heading-increment": "^3.1.2",
+    "remark-lint-linebreak-style": "^3.1.2",
+    "remark-lint-no-consecutive-blank-lines": "^4.1.3",
+    "remark-lint-no-duplicate-defined-urls": "^2.1.2",
+    "remark-lint-no-duplicate-headings": "^3.1.2",
+    "remark-lint-no-emphasis-as-heading": "^3.1.2",
+    "remark-lint-no-empty-url": "^3.1.2",
+    "remark-lint-no-file-name-articles": "^2.1.2",
+    "remark-lint-no-file-name-consecutive-dashes": "^2.1.2",
+    "remark-lint-no-file-name-irregular-characters": "^2.1.2",
+    "remark-lint-no-file-name-mixed-case": "^2.1.2",
+    "remark-lint-no-file-name-outer-dashes": "^2.1.2",
+    "remark-lint-no-heading-like-paragraph": "^3.1.2",
+    "remark-lint-no-heading-punctuation": "^3.1.2",
+    "remark-lint-no-missing-blank-lines": "^3.1.2",
+    "remark-lint-no-multiple-toplevel-headings": "^3.1.2",
+    "remark-lint-no-paragraph-content-indent": "^4.1.2",
+    "remark-lint-no-reference-like-url": "^3.1.2",
+    "remark-lint-no-shell-dollars": "^3.1.2",
+    "remark-lint-no-table-indentation": "^4.1.2",
+    "remark-lint-no-tabs": "^3.1.2",
+    "remark-lint-no-unneeded-full-reference-image": "^3.1.2",
+    "remark-lint-no-unneeded-full-reference-link": "^3.1.2",
+    "remark-lint-strikethrough-marker": "^2.1.2",
+    "remark-lint-table-pipes": "^4.1.2",
+    "remark-preset-lint-recommended": "^6.1.3",
+    "remark-validate-links": "^12.1.1"
   },
   "devDependencies": {
-    "eslint-config-ybiquitous": "^16.0.0",
+    "eslint-config-ybiquitous": "^18.1.0",
     "remark-cli": "^11.0.0",
-    "ybiq": "^15.4.1"
+    "ybiq": "^16.2.1"
   },
   "scripts": {
@@ -74,5 +74,5 @@
     "lint": "npm-run-all --print-label --silent --parallel lint:*",
     "format": "npm-run-all --print-label --silent --parallel lint:*:fix",
-    "prettier": "prettier --cache --ignore-path .gitignore .",
+    "prettier": "prettier --cache .",
     "clean": "git clean -dx --force --exclude=node_modules --exclude=.husky",
     "prerelease": "git switch main && git pull && npm ci && npm run clean && npm test && npm run clean",
@@ -134,4 +134,7 @@
       ]
     }
+  },
+  "publishConfig": {
+    "provenance": true
   }
 }
Size Files
9.9 KB → 9.9 KB (+12 B 🟡) 4 → 4 (±0 🟢)
Command details
npm diff --diff=remark-preset-ybiquitous@0.3.1 --diff=remark-preset-ybiquitous@0.4.0 --diff-unified=2

See also the npm diff document.

Reported by ybiquitous/npm-diff-action@v1.4.1 (Node.js 20.5.1 and npm 10.0.0)

@ybiquitous
Copy link
Owner

@dependabot rebase

Bumps [remark-preset-ybiquitous](https://github.com/ybiquitous/remark-preset-ybiquitous) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/ybiquitous/remark-preset-ybiquitous/releases)
- [Changelog](https://github.com/ybiquitous/remark-preset-ybiquitous/blob/main/CHANGELOG.md)
- [Commits](ybiquitous/remark-preset-ybiquitous@v0.3.1...v0.4.0)

---
updated-dependencies:
- dependency-name: remark-preset-ybiquitous
  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/remark-preset-ybiquitous-0.4.0 branch from 95a435b to 260553d Compare September 4, 2023 14:50
@github-actions github-actions bot enabled auto-merge (squash) September 4, 2023 14:50
@github-actions github-actions bot merged commit e24ffcc into main Sep 4, 2023
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/remark-preset-ybiquitous-0.4.0 branch September 4, 2023 14:51
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