jzillmann / pdf-to-markdown

A PDF to Markdown converter
https://pdf2md.morethan.io
MIT License
1.18k stars 193 forks source link

Bump loader-utils, copy-webpack-plugin, css-loader, html-webpack-plugin, style-loader and url-loader #50

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 1 year ago

Bumps loader-utils to 1.4.1 and updates ancestor dependencies loader-utils, copy-webpack-plugin, css-loader, html-webpack-plugin, style-loader and url-loader. These dependencies need to be updated together.

Updates loader-utils from 1.1.0 to 1.4.1

Release notes

Sourced from loader-utils's releases.

v1.4.1

1.4.1 (2022-11-07)

Bug Fixes

v1.4.0

1.4.0 (2020-02-19)

Features

  • the resourceQuery is passed to the interpolateName method (#163) (cd0e428)

v1.3.0

1.3.0 (2020-02-19)

Features

  • support the [query] template for the interpolatedName method (#162) (469eeba)

v1.2.3

1.2.3 (2018-12-27)

Bug Fixes

  • interpolateName: don't interpolated hashType without hash or contenthash (#140) (3528fd9)

v1.2.2

1.2.2 (2018-12-27)

Bug Fixes

  • fixed a hash type extracting in interpolateName (#137) (f8a71f4)

v1.2.1

1.2.1 (2018-12-25)

... (truncated)

Changelog

Sourced from loader-utils's changelog.

1.4.1 (2022-11-07)

Bug Fixes

1.4.0 (2020-02-19)

Features

  • the resourceQuery is passed to the interpolateName method (#163) (cd0e428)

1.3.0 (2020-02-19)

Features

  • support the [query] template for the interpolatedName method (#162) (469eeba)

1.2.3 (2018-12-27)

Bug Fixes

  • interpolateName: don't interpolated hashType without hash or contenthash (#140) (3528fd9)

1.2.2 (2018-12-27)

Bug Fixes

  • fixed a hash type extracting in interpolateName (#137) (f8a71f4)

1.2.1 (2018-12-25)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for loader-utils since your current version.


Updates copy-webpack-plugin from 4.0.1 to 9.1.0

Release notes

Sourced from copy-webpack-plugin's releases.

v9.1.0

9.1.0 (2021-11-11)

Features

  • output helpful descriptions and links on errors (#625) (396bed6)

Bug Fixes

  • compatibility with Node.js 17 (20af0c7)

v9.0.1

9.0.1 (2021-06-25)

Chore

  • update serialize-javascript

v9.0.0

9.0.0 (2021-05-21)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0

v8.1.1

8.1.1 (2021-04-06)

Bug Fixes

v8.1.0

8.1.0 (2021-03-22)

Features

v8.0.0

⚠ BREAKING CHANGES

  • logic for some placeholders was changed:
    • [hash] and [fullhash] works as in webpack (i.e. it is hash of build, not content hash of file), to migrate change [name].[hash].[ext] to [name].[contenthash][ext]
    • [ext] doesn't require . (dot) before, i.e. change [name].[ext] to [name][ext]

... (truncated)

Changelog

Sourced from copy-webpack-plugin's changelog.

9.1.0 (2021-11-11)

Features

  • output helpful descriptions and links on errors (#625) (396bed6)

Bug Fixes

  • compatibility with Node.js 17 (20af0c7)

9.0.1 (2021-06-25)

Chore

  • update serialize-javascript

9.0.0 (2021-05-21)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0

8.1.1 (2021-04-06)

Bug Fixes

8.1.0 (2021-03-22)

Features

8.0.0 (2021-03-04)

⚠ BREAKING CHANGES

  • logic for some placeholders was changed:
    • [hash] and [fullhash] works as in webpack (i.e. it is hash of build, not content hash of file), to migrate change [name].[hash].[ext] to [name].[contenthash][ext]
    • [ext] doesn't require . (dot) before, i.e. change [name].[ext] to [name][ext]
    • [<hashType>:contenthash:<digestType>:<length>] and [<hashType>:hash:<digestType>:<length>] is not supported anymore, you can use output.hashDigest, output.hashDigestLength and output.hashFunction options to setup it
    • [N] was removed in favor of using the to option as a function
    • [folder] was removed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for copy-webpack-plugin since your current version.


Updates css-loader from 0.26.1 to 0.26.4

Release notes

Sourced from css-loader's releases.

v0.26.4

2017-03-08

Bug Fixes

v0.26.2

2017-02-24

Bug Fixes

  • package: fix loader util deprecation warning (#428) (f8cdaca)
Commits
  • 7cb4cb7 0.26.4
  • 8f774c7 chore(release): css-loader v0.26.3
  • 7dfedc7 fix: do not export duplicate keys (#420)
  • e02e7a2 chore(#404): add intro to usage (@​simon04)
  • e4e8239 Merge pull request #405 from simon04/patch-2
  • aacce32 chore(#430): use absolute paths and remove sourceRoot when generating sourcem...
  • 13cf191 use absolute paths and remove sourceRoot when generating sourcemaps
  • d7317ca chore(release): css-loader v0.26.2
  • 7732614 Merge pull request #428 from helloyou2012/master
  • f8cdaca fix deprecation warning (loader-utils)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by d3viant0ne, a new releaser for css-loader since your current version.


Updates html-webpack-plugin from 2.22.0 to 5.5.0

Release notes

Sourced from html-webpack-plugin's releases.

2.29.0

features:

  • chunks passed to alter-assets event (#574)
  • add support for webpack 3(#707)

fixes:

Changelog

Sourced from html-webpack-plugin's changelog.

5.5.0 (2021-10-25)

Features

  • Support type=module via scriptLoading option (1e42625), closes #1663

5.4.0 (2021-10-15)

Features

5.3.2 (2021-06-22)

Bug Fixes

  • update lodash and pretty error (9c7fba0

5.3.1 (2021-03-09)

Bug Fixes

  • remove loader-utils from plugin core (82d0ee8)

5.3.0 (2021-03-07)

Features

  • allow to modify the interpolation options in webpack config (d654f5b)
  • drop loader-utils dependency (41d7a50)

5.2.0 (2021-02-19)

Features

5.1.0 (2021-02-12)

Features

  • omit html tag attribute with null/undefined/false value (aa6e78d), closes #1598

5.0.0 (2021-02-03)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by jantimon, a new releaser for html-webpack-plugin since your current version.


Updates style-loader from 0.13.1 to 0.13.2

Release notes

Sourced from style-loader's releases.

v0.13.2

2017-02-24

Bug Fixes

  • package: fix loader util deprecation warning (#174) (da2bc5a)
Commits
  • 11c54f2 chore(release): style-loader v0.13.2
  • 13aa381 Merge pull request #174 from ryani33/fix-deprecated-warning
  • da2bc5a fix deprecated warning
  • 8ab1c5f Merge pull request #172 from joeshub/patch-1
  • fc9ef25 Fixed link to local scope
  • d99f992 Merge pull request #169 from simon04/master
  • 79b2846 Remove license link
  • cb3c0b6 Merge pull request #162 from d3viant0ne/d3viant0ne-UpdateDocsForFinal
  • 700dd55 chore(readme): Update to webpack standard format
  • 5a1a0f8 Merge pull request #160 from blainekasten/UpdateReadme
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by d3viant0ne, a new releaser for style-loader since your current version.


Updates url-loader from 0.5.7 to 0.5.9

Release notes

Sourced from url-loader's releases.

v0.5.9

2017-06-12

Bug Fixes

  • String not being base64 encoded (#67) (e9496b9)
  • don't default to 0 (options.limit) (#74) (020c2a8)

v0.5.8

2017-02-24

Bug Fixes

  • package: fix loader util deprecation warning (#62) (841c6c8)
Changelog

Sourced from url-loader's changelog.

0.5.9 (2017-06-12)

Bug Fixes

  • String not being base64 encoded (#67) (e9496b9)
  • don't default to 0 (options.limit) (#74) (020c2a8)

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

Commits
  • 5574ed3 chore(release): 0.5.9
  • 71b2250 chore: Add changelog
  • 88a5f5a chore(pacakge): Add release tooling
  • 99b935f docs(README): standardize (#77)
  • e9496b9 fix: String not being base64 encoded (#67)
  • 020c2a8 fix: don't default to 0 (options.limit) (#74)
  • 9356a81 docs(README): fix typesetting, add links (#75)
  • de61cbd docs(README): link to webpack 2 docs (#72)
  • fae96d7 chore(release): url-loader v0.5.8
  • 2452768 Merge pull request #62 from ryani33/fix-deprecated-warning
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by d3viant0ne, a new releaser for url-loader 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/jzillmann/pdf-to-markdown/network/alerts).
dependabot[bot] commented 6 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.