IIIF-Commons / iiif-metadata-component

MIT License
2 stars 11 forks source link

Bump yargs-parser and dts-bundle-generator #38

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps yargs-parser to 21.1.1 and updates ancestor dependency dts-bundle-generator. These dependencies need to be updated together.

Updates yargs-parser from 9.0.2 to 21.1.1

Release notes

Sourced from yargs-parser's releases.

yargs-parser: v21.1.1

21.1.1 (2022-08-04)

Bug Fixes

  • typescript: ignore .cts files during publish (#454) (d69f9c3), closes #452

yargs-parser: v21.1.0

21.1.0 (2022-08-03)

Features

  • allow the browser build to be imported (#443) (a89259f)

Bug Fixes

  • halt-at-non-option: prevent known args from being parsed when "unknown-options-as-args" is enabled (#438) (c474bc1)
  • node version check now uses process.versions.node (#450) (d07bcdb)
  • parse options ending with 3+ hyphens (#434) (4f1060b)

yargs-parser: v21.0.1

21.0.1 (2022-02-27)

Bug Fixes

yargs-parser yargs-parser-v21.0.0

⚠ BREAKING CHANGES

  • drops support for 10 (#421)

Bug Fixes

Code Refactoring

yargs-parser yargs-parser-v20.2.9

... (truncated)

Changelog

Sourced from yargs-parser's changelog.

21.1.1 (2022-08-04)

Bug Fixes

  • typescript: ignore .cts files during publish (#454) (d69f9c3), closes #452

21.1.0 (2022-08-03)

Features

  • allow the browser build to be imported (#443) (a89259f)

Bug Fixes

  • halt-at-non-option: prevent known args from being parsed when "unknown-options-as-args" is enabled (#438) (c474bc1)
  • node version check now uses process.versions.node (#450) (d07bcdb)
  • parse options ending with 3+ hyphens (#434) (4f1060b)

21.0.1 (2022-02-27)

Bug Fixes

21.0.0 (2021-11-15)

⚠ BREAKING CHANGES

  • drops support for 10 (#421)

Bug Fixes

Code Refactoring

20.2.9 (2021-06-20)

Bug Fixes

... (truncated)

Commits
  • 3aba24c chore(main): release yargs-parser 21.1.1 (#455)
  • d69f9c3 fix(typescript): ignore .cts files during publish (#454)
  • 90067a0 chore(main): release yargs-parser 21.1.0 (#446)
  • d07bcdb fix: node version check now uses process.versions.node (#450)
  • c0c6079 chore(deps): update dependency puppeteer to v16 (#451)
  • a89259f feat: allow the browser build to be imported (#443)
  • c474bc1 fix(halt-at-non-option): prevent known args from being parsed when "unknown-o...
  • fd30238 chore(deps): update dependency serve to v14 (#449)
  • a072f9a chore(deps): update dependency puppeteer to v15 (#444)
  • 4f1060b fix: parse options ending with 3+ hyphens (#434)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by oss-bot, a new releaser for yargs-parser since your current version.


Updates dts-bundle-generator from 2.1.0 to 9.5.1

Release notes

Sourced from dts-bundle-generator's releases.

9.5.1

Fixed

  • Namespace import disappeared in output (see #319 and aa5a334bbf58f9f06d8ef75b12262ba4b5e08cb4)

9.5.0

Fixed

  • Constants declared by using object/array binding pattern syntax fail the build (see #315 and #317)

9.4.1

Fixed

  • Fixed issue when because of recursive types some of the types could get removed from the bundle (see #318 and 897a5d50051fb2e13c482a18f4b189410f847475)

9.4.0

Fixed

  • Performance improvements (see #302, #303 and #314)
  • Declarations of "unknown" modules aren't included despite enabled inlineDeclareExternals flag (see #312 and 186e6fd436058da15a999052631c8fa799536ee7)
  • Fixed handling import * statements with local usage but not directly exporting (see #304 and #309)
  • Fixed bug when imported nodes weren't included into bundle if they were used in declare module statements only (see #305 and #316)
  • Fixed issue with unknown extension when using allowArbitraryExtensions compiler option (see #313) - thanks @​stepankuzmin

9.3.1

Fixing one little oopsie from v9.3.0 release.

Fixed

  • Spamming warning log messages while processing variables (see 8ecb56f3b6be6c218367406a297dfcecedc5b077)

9.3.0

Changed

  • Do not compile bundled output together as they might have incompatible global declarations (see #296 and 43c2058c8f63c8d3263973f901b7c6d552aac2d2)

Fixed

  • Not all symbols in a declaration merging are exported (see #301 and 874f801d35441fac2039daf960a3dad3a84fd37c)
  • Namespaced imports/exports don't generate a namespace if they are exported via name (see #299 and 86fc2ff9cb87fa859cac9dec1b4c15552408b042)
  • jsdoc comments are stripped for nodes that were renamed because of the name collision (see #298 and 2b1b2813fa4764bc520a6570ae771ccb1c97c5be)
  • Do not rename a node if known global name refers to this a symbol of that node (see #297 and c0a700731298e9f5b734f18371e21f9ad9597e5a)

9.2.5

Fixed

  • Fixed inlining transitive-dependencies when using inlineDeclareGlobals (see eb036762f3d7b9534b6cfcc7c891419167ceef8a)

9.2.4

Added

... (truncated)

Commits
  • c69ff0d Bumped version to 9.5.1
  • aa5a334 Added ignoring symbols from "fake" namespace generation if they aren't used b...
  • 54f8817 Bumped version to 9.5.0
  • 665afab Merge pull request #317 from timocov/fix315-binding-patterns
  • 900f971 Added support for variable declarations with binding patterns
  • 487adc9 Bumped version to 9.4.1
  • 897a5d5 Fixed incorrect caching of symbols usage values
  • d3c2225 Bumped version to 9.4.0
  • 1a228c4 Merge pull request #313 from stepankuzmin/skip-unsupported-extensions
  • e6de6ae Changed test to fail with previous version
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@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/IIIF-Commons/iiif-metadata-component/network/alerts).