djscheuf / journeymans-blog

Journeyman's Travels running on Hexo
0 stars 0 forks source link

build(deps): bump tough-cookie and hexo-migrator-wordpress #204

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Removes tough-cookie. It's no longer used after updating ancestor dependency hexo-migrator-wordpress. These dependencies need to be updated together.

Removes tough-cookie

Updates hexo-migrator-wordpress from 1.0.0 to 2.1.2

Release notes

Sourced from hexo-migrator-wordpress's releases.

2.1.2

Fix

  • fix(import-image): regex and image slug #103
    • replacing image embed link in a post should now also works within a paragraph that has a pair of bracket "()".
  • fix(parseFeed): sanitize input #106
    • xml parser camaro may throw error if there is an unprintable character in the input. Those unsafe characters are now removed before being parsed by camaro.

2.1.1

Fix

  • fix: avoid handling non-post asset #99
    • A post may embeds external images and they should not be processed by import-image.

2.1.0

Breaking change

  • Drop support of Node 13 due to compatibility issue; this doesn't prevent npm from installing this plugin in Node 13, it shows warning instead. #96
    • Nodejs has officially dropped support of Node 13 since 1 Jun 2020.
  • fix(turndown): headingStyle: 'atx' & codeBlockStyle: 'fenced' #65
    • More in-line with markdown style preferred by Hexo.

Feature

  • feat: import excerpt with markup #64
    • Retain original markup of excerpt
    title: foo bar
    date: 2020-01-01 00:00:00
    ---
    

    Lorem ipsum dolor sit amet, nam ex putant intellegat reprehendunt.

    <!-- more -->

    Cu nulla aeterno nec, tibique deterruisset an eam, ea pro dolorem vituperata.

  • Option to import image attachments (original WP link must be up) #69 #70 #72 #73 #78 #85 #91
    • All attachments are imported by default, including original-sized and resized.
      • Usage: $ hexo migrate wordpress /path/export.xml --import-image
    • There is an option to import original-size images only.
      • Usage: $ hexo migrate wordpress /path/export.xml --import-image original
  • Import nested categories #89
    • Imported categories are also no longer nested anymore if the original are not.
  • feat: 'default-category' option #93
    • Uncategorized category is now skipped by default.
    • A default category can be set for posts without any category. $ hexo migrate wordpress /path/export.xml --default-category 'unknown'
    • Category name defaults to the value set in user configuration:
    # _config.yml
    default_category: uncategorized
    

... (truncated)

Commits
  • 1340e89 Merge pull request #107 from curbengh/2.1.2
  • 5c432e1 release: 2.1.2
  • b87afcf Merge pull request #103 from curbengh/misc-fix
  • 0bc207b Merge pull request #106 from curbengh/invalid-char
  • caaff43 fix(parseFeed): sanitize input
  • 88a3448 fix(import-image): regex and image slug
  • b45ad54 Merge pull request #104 from curbengh/post-asset-docs
  • 9fdd498 docs: mention postAsset option of hexo-renderer-marked
  • e3d96c6 Merge pull request #100 from curbengh/v2.1.1
  • e3aef09 release: 2.1.1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by curben, a new releaser for hexo-migrator-wordpress since your current version.


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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/djscheuf/journeymans-blog/network/alerts).