Skip to content

Bump the npm_and_yarn group across 1 directory with 3 updates#383

Merged
jeffpaul merged 2 commits into
developfrom
dependabot/npm_and_yarn/npm_and_yarn-6f308df171
Jun 21, 2024
Merged

Bump the npm_and_yarn group across 1 directory with 3 updates#383
jeffpaul merged 2 commits into
developfrom
dependabot/npm_and_yarn/npm_and_yarn-6f308df171

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 20, 2024

Copy link
Copy Markdown
Contributor

Bumps the npm_and_yarn group with 3 updates in the / directory: braces, taffydb and jsdoc.

Updates braces from 3.0.2 to 3.0.3

Commits

Removes taffydb

Updates jsdoc from 3.6.11 to 4.0.3

Changelog

Sourced from jsdoc's changelog.

4.0.3 (May 2024)

Updates dependencies.

4.0.2 (February 2023)

Updates the Babel parser, and enables additional Babel plugins for ECMAScript proposals.

4.0.1 (February 2023)

If an inline link tag uses a pipe delimiter, and there are spaces around the pipe delimiter, then the HTML link no longer contains %20 at the end; also, the link text no longer contains extra spaces. For example, {@link https://example.com | link text} is now rendered as <a href="https://example.com/">link text</a> rather than <a href="https://example.com/%20"> link text</a>.

4.0.0 (November 2022)

Commits
  • 49b6fc2 4.0.3
  • 39061bb fix(deps): update @types/markdown-it and related packages
  • 1a31e64 chore(deps): update deps
  • 0b6193f 4.0.2
  • 9d88548 deps: update Babel; enable current Babel plugins in parser
  • c2dd210 4.0.1
  • 3d90c8a fix: in inline links, strip spaces around pipe character
  • 37fc8cd chore: tell Prettier not to format files
  • a5e4688 chore(deps): update deps
  • 0842185 4.0.0
  • Additional commits viewable in compare view

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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 3 updates in the / directory: [braces](https://github.com/micromatch/braces), [taffydb](https://github.com/typicaljoe/taffydb) and [jsdoc](https://github.com/jsdoc/jsdoc).


Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Removes `taffydb`

Updates `jsdoc` from 3.6.11 to 4.0.3
- [Release notes](https://github.com/jsdoc/jsdoc/releases)
- [Changelog](https://github.com/jsdoc/jsdoc/blob/4.0.3/CHANGES.md)
- [Commits](jsdoc/jsdoc@3.6.11...4.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: taffydb
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: jsdoc
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from jeffpaul as a code owner June 20, 2024 06:21
@dependabot dependabot Bot added javascript Pull requests that update Javascript code type:dependency An issue with a separate library that this project relies upon. labels Jun 20, 2024
@dependabot dependabot Bot requested a review from dkotter as a code owner June 20, 2024 06:21
@jeffpaul jeffpaul added this to the 2.1.3 milestone Jun 20, 2024
@jeffpaul jeffpaul requested review from faisal-alvi and removed request for dkotter and jeffpaul June 20, 2024 13:22
❯ npm run build:docs

> safe-redirect-manager@2.1.2 build:docs
> rm -rf docs-built && jsdoc -c hookdoc-conf.json safe-redirect-manager.php inc

FATAL: Unable to load template: Cannot find module 'taffydb'
Require stack:
- /Users/faisalalvi/LocalSites/wpne/app/public/wp-content/plugins/DISABLE/safe-redirect-manager/node_modules/wp-hookdoc/template/publish.js
- /Users/faisalalvi/LocalSites/wpne/app/public/wp-content/plugins/DISABLE/safe-redirect-manager/node_modules/jsdoc/cli.js
- /Users/faisalalvi/LocalSites/wpne/app/public/wp-content/plugins/DISABLE/safe-redirect-manager/node_modules/jsdoc/jsdoc.js
@github-actions github-actions Bot added the needs:code-review This requires code review. label Jun 21, 2024

@faisal-alvi faisal-alvi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Re-added taffydb to ensure the build:docs command continues running. We need to find an alternative solution.

@jeffpaul jeffpaul merged commit c33edd2 into develop Jun 21, 2024
@jeffpaul jeffpaul deleted the dependabot/npm_and_yarn/npm_and_yarn-6f308df171 branch June 21, 2024 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

javascript Pull requests that update Javascript code needs:code-review This requires code review. type:dependency An issue with a separate library that this project relies upon.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants