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

fix(dependencies): update dependency citation-js to ^0.7.16 #1015

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 24, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
citation-js (source) ^0.5.7 -> ^0.7.16 age adoption passing confidence

Release Notes

larsgw/citation.js (citation-js)

v0.7.16

Compare Source

  • Pin component versions to 0.7.16:

Bug Fixes

  • plugin-bibtex: correctly escape syntax in output (ef9aaff), closes #​232
  • plugin-ris: account for CSL with numeric ids (43267df), closes #​238

v0.7.15

Compare Source

  • Pin component versions to 0.7.15:

Bug Fixes

  • plugin-wikidata: replace deprecated wikidata-sdk (32d1527)

v0.7.14

Compare Source

  • Pin component versions to 0.7.14:

Bug Fixes

v0.7.13

Compare Source

  • Pin component versions to 0.7.13:

Bug Fixes

  • core: handle errors in user agent determination (4ae7fbc), closes #​227
  • core: only use node-fetch until node 16 is dropped (4b29a5d)

v0.7.12

Compare Source

  • Pin component versions to 0.7.12:

Features

  • plugin-bibtex: add option to force use of label (d5631e2)

v0.7.11

Compare Source

  • Pin component versions to 0.7.11:

Bug Fixes

Features

  • core: normalize non-lowercase type values (1ab0d2f), closes #​225
  • plugin-csl: add option to hyperlink URLs and DOIs (4c15804)

v0.7.10

Compare Source

  • Pin component versions to 0.7.10:

Bug Fixes

  • plugin-ris: handle output of literal dates (6f6b85a)

Features

  • plugin-wikidata: update type mappings (e9493d1)

v0.7.9

Compare Source

  • Pin component versions to 0.7.9:

Bug Fixes

  • plugin-bibtex: allow list delimiters in text in environments (da0c64b)

Features

  • core: normalize ORCIDs on authors (e91b580)
  • plugin-bibtex: implement data annotations (68a8ec6)
  • plugin-bibtex: map ORCIDs to data annotations (5c3951a)

v0.7.8

Compare Source

  • Pin component versions to 0.7.8:

Bug Fixes

  • plugin-bibtex: do not case-protect commands in output (50333d1)

  • plugin-bibtex: fix math-mode unicode escapes (f05e45c), closes #​192

  • plugin-bibtex: remove lone diacritics (49e9100)

  • plugin-wikidata: handle no/unkown value claims (673e35c), closes #​217

Features

  • plugin-bibtex: add config to keep all unicode (cd018f9), closes #​177
  • plugin-doi: parse DOIs with square, angle brackets (5434d5a), closes #​182

v0.7.7

Compare Source

  • Pin component versions to 0.7.7:

Features

  • plugin-wikidata: meaningful errors for 404s (280274a), closes #​221

v0.7.6

Compare Source

  • Pin component versions to 0.7.6:

Bug Fixes

  • plugin-doi: map non-standard dissertation type (5f75243), closes #​220

v0.7.5

Compare Source

  • Pin component versions to 0.7.5:

Features

  • plugin-bibtex: add mappings for plainnat fields (208bd96), closes #​204

v0.7.4

Compare Source

  • Pin component versions to 0.7.4:

Bug Fixes

  • plugin-ris: fix output of certain date fields (796dce3)
  • plugin-ris: parse year numbers on certain items (d300c33)

v0.7.3

Compare Source

  • Pin component versions to 0.7.3:

Bug Fixes

v0.7.2

Compare Source

  • Pin component versions to 0.7.1:

Bug Fixes

  • plugin-bibtex: do not map "howpublished" url to publisher (d4e3296)

v0.7.1

Compare Source

  • Pin component versions to 0.7.16:

Bug Fixes

  • plugin-bibtex: correctly escape syntax in output (ef9aaff), closes #​232
  • plugin-ris: account for CSL with numeric ids (43267df), closes #​238

v0.7.0

Compare Source

  • Pin component versions to 0.7.0:

Bug Fixes

  • plugin-bibjson: expand recognition of bibjson (c80b9b9)
  • plugin-bibjson: make parsing more resilient (4f615f4)
  • plugin-csl: fix citation data object in entry (6527db6)

BREAKING CHANGES

  • Use Node.js 16 or above

  • core: Do not automatically fetch URLs, unless configured to do so. To continue
    to automatically fetch and evaluate the response of URLs, install and
    load the new URL plugin like so:

    require('@​citation-js/plugin-url')
    

    This is a breaking change. This change does not apply to specific URLs,
    like the DOI, ISBN, Pubmed, and Wikidata plugins. The @​else/url input
    type can still be used to build input types off of.

v0.6.9

Compare Source

  • Pin component versions to 0.6.9:

Bug Fixes

  • plugin-wikidata: do not use 'subject named as' for authors (b6efe22)

Features

  • plugin-wikidata: use Q5 to recognize literal names (541d54c), closes #​199

v0.6.8

Compare Source

  • Pin component versions to 0.6.8:

Bug Fixes

v0.6.7

Compare Source

  • Pin component versions to 0.6.7:

Bug Fixes

v0.6.6

Compare Source

  • Pin component versions to 0.6.6:

Bug Fixes

  • plugin-bibtex: support mixed case "and" in lists (8e262db), closes #​188

Features

  • plugin-doi: support URLs without scheme (e84f7d8)

v0.6.5

Compare Source

  • Pin component versions to 0.6.5:

Bug Fixes

v0.6.4

Compare Source

  • Pin component versions to 0.6.4:

Bug Fixes

  • plugin-csl: fix typo (dc92fb5)

  • plugin-csl: handle unknown cs:style default-locale (974ea05), closes #​166

  • plugin-wikidata: add missing mappings (abdc0f3)

  • plugin-wikidata: fix mappings (3f33e5b)

Features

  • plugin-wikidata: add software fields (beb5dd9)

v0.6.3

Compare Source

  • Pin component versions to 0.6.3:

Bug Fixes

  • plugin-csl: respect cs:style attribute default-locale (8189854), closes #​166

v0.6.2

Compare Source

  • Pin component versions to 0.6.2:

Bug Fixes

  • plugin-ris: fix type constraints of mappings (9be8f3b)

v0.6.1

Compare Source

  • Pin component versions to 0.6.1:

Bug Fixes

  • plugin-bibtex: do not output empty s2id field (ca58949)

Features

  • plugin-wikidata: include additional version information (7b870b8)

v0.6.0

Compare Source

  • Pin component versions to 0.6.0:
  • chore!: drop Node 10, 12 support (37ea76b)

Bug Fixes

  • core: avoid flatMap for Node 10 support (8a65094)

  • plugin-bibjson: set correct generic type (ec7de7f)

  • plugin-bibtex: consider entries with no type (a55fe60)

  • plugin-bibtex: fix biblatex handling of mastersthesis (6196adf)

  • plugin-bibtex: fix handling of bookpagination (7f41e30)

  • plugin-bibtex: fix typo in crossref code (3c377e4)

  • plugin-bibtex: map biblatex eid to number (0eb15af), closes #​140

  • plugin-bibtex: set default CSL type correctly (94a402e)

  • plugin-bibtex: set default CSL type correctly (bcd11b3)

  • plugin-bibtex: use CSL 1.0.2 'custom' field (986f80b)

  • plugin-ris: fix ISSN regex (76402c1)

  • plugin-ris: fix name parsing (4382f31)

  • plugin-wikidata: fall back to original-author (1af1249), closes #​106

Features

  • core: output CSL 1.0.2 by default (5acec19)

  • core: remove custom _ fields when cleaning (c974ebc)

  • core: update internal format to CSL 1.0.2 (7249425)

  • plugin-bibjson: update mapping to CSL 1.0.2 (d04aacf)

  • plugin-bibtex: add Semantic Scholar s2id mapping (#​159) (f116cde)

  • plugin-bibtex: implement crossref properly (f9cdf5b), closes #​115

  • plugin-bibtex: update mapping to CSL 1.0.2 (6c68aff)

  • plugin-csl: adapt to CSL 1.0.2 input (4090164)

  • plugin-csl: update styles and locales (1ede64b)

  • plugin-ris: update mapping to CSL 1.0.2 (b59bd12)

  • plugin-wikidata: import issue/vol/etc. from qualifiers (dc7e270)

  • plugin-wikidata: update mapping to CSL 1.0.2 (09f2e2d), closes #​142

BREAKING CHANGES

  • use Node.js 14 or above
  • core: to get CSL 1.0.1 output, use the 'version' option
  • plugin-csl: output of updated styles and locales may differ
  • core: use the 'custom' object instead of fields starting with
    an underscore.
BREAKING CHANGES
  • use Node.js 14 or above

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov-commenter
Copy link

codecov-commenter commented Nov 24, 2021

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.95%. Comparing base (b4dfe45) to head (eb75e15).
Report is 16 commits behind head on master.

Current head eb75e15 differs from pull request most recent head 07a8d4d

Please upload reports for the commit 07a8d4d to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1015      +/-   ##
==========================================
+ Coverage   87.51%   87.95%   +0.43%     
==========================================
  Files          80       79       -1     
  Lines        7876     7715     -161     
  Branches     2800     2709      -91     
==========================================
- Hits         6893     6786     -107     
+ Misses        964      909      -55     
- Partials       19       20       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.5.3 fix(dependencies): update dependency citation-js to ^0.5.4 Dec 11, 2021
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.5.4 fix(dependencies): update dependency citation-js to ^0.5.5 Dec 31, 2021
@renovate renovate bot force-pushed the renovate/citation-js-0.x branch from b1a5420 to eb75e15 Compare March 7, 2022 15:44
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.5.5 fix(dependencies): update dependency citation-js to ^0.5.6 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/citation-js-0.x branch from eb75e15 to 7fa990f Compare April 17, 2022 18:08
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.5.6 fix(dependencies): update dependency citation-js to ^0.5.7 Apr 17, 2022
@renovate renovate bot force-pushed the renovate/citation-js-0.x branch from 7fa990f to e809ef1 Compare June 18, 2022 22:47
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.5.7 fix(dependencies): update dependency citation-js to ^0.6.2 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/citation-js-0.x branch from e809ef1 to 38b76b7 Compare June 23, 2022 20:25
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.6.2 fix(dependencies): update dependency citation-js to ^0.6.3 Jun 23, 2022
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.6.3 fix(dependencies): update dependency citation-js to ^0.6.4 Sep 25, 2022
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.6.4 Update dependency citation-js to ^0.6.4 Dec 17, 2022
@renovate renovate bot changed the title Update dependency citation-js to ^0.6.4 fix(dependencies): update dependency citation-js to ^0.6.4 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/citation-js-0.x branch from 45dbb85 to 3a3cd17 Compare January 3, 2023 19:38
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.6.4 fix(dependencies): update dependency citation-js to ^0.6.5 Jan 3, 2023
@renovate renovate bot force-pushed the renovate/citation-js-0.x branch from 3a3cd17 to 8944405 Compare January 4, 2023 10:46
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.6.5 fix(dependencies): update dependency citation-js to ^0.6.6 Feb 3, 2023
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.6.6 fix(dependencies): update dependency citation-js to ^0.6.7 Feb 17, 2023
@renovate renovate bot force-pushed the renovate/citation-js-0.x branch from e0436a9 to 17af344 Compare March 27, 2023 04:00
@renovate renovate bot force-pushed the renovate/citation-js-0.x branch from 17af344 to 2d588ab Compare May 13, 2023 10:52
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.6.7 fix(dependencies): update dependency citation-js to ^0.6.8 May 13, 2023
@renovate renovate bot force-pushed the renovate/citation-js-0.x branch from 2d588ab to d77f451 Compare May 22, 2023 13:03
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.6.8 fix(dependencies): update dependency citation-js to ^0.6.9 Sep 23, 2023
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.6.9 fix(dependencies): update dependency citation-js to ^0.7.1 Sep 26, 2023
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.7.1 fix(dependencies): update dependency citation-js to ^0.7.4 Nov 4, 2023
@renovate renovate bot force-pushed the renovate/citation-js-0.x branch from 596ef65 to 6a5794d Compare January 9, 2024 23:10
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.7.4 fix(dependencies): update dependency citation-js to ^0.7.5 Jan 9, 2024
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.7.5 fix(dependencies): update dependency citation-js to ^0.7.6 Jan 20, 2024
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.7.6 fix(dependencies): update dependency citation-js to ^0.7.8 Jan 25, 2024
@renovate renovate bot force-pushed the renovate/citation-js-0.x branch from cae9e03 to f8b909c Compare March 8, 2024 10:19
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.7.8 fix(dependencies): update dependency citation-js to ^0.7.9 Mar 8, 2024
@renovate renovate bot force-pushed the renovate/citation-js-0.x branch from f8b909c to 2296c16 Compare March 30, 2024 16:44
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.7.9 fix(dependencies): update dependency citation-js to ^0.7.10 Mar 30, 2024
@renovate renovate bot force-pushed the renovate/citation-js-0.x branch from 2296c16 to cd28f30 Compare April 20, 2024 12:31
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.7.10 fix(dependencies): update dependency citation-js to ^0.7.11 Apr 20, 2024
@renovate renovate bot force-pushed the renovate/citation-js-0.x branch from cd28f30 to d489934 Compare May 10, 2024 13:19
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.7.11 fix(dependencies): update dependency citation-js to ^0.7.12 May 10, 2024
@renovate renovate bot force-pushed the renovate/citation-js-0.x branch from d489934 to ad29421 Compare June 10, 2024 01:44
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.7.12 fix(dependencies): update dependency citation-js to ^0.7.13 Jun 10, 2024
@renovate renovate bot force-pushed the renovate/citation-js-0.x branch from ad29421 to 07a8d4d Compare June 15, 2024 21:52
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.7.13 fix(dependencies): update dependency citation-js to ^0.7.14 Jun 15, 2024
@renovate renovate bot force-pushed the renovate/citation-js-0.x branch from 07a8d4d to 77b2181 Compare August 14, 2024 20:14
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.7.14 fix(dependencies): update dependency citation-js to ^0.7.15 Aug 14, 2024
@renovate renovate bot force-pushed the renovate/citation-js-0.x branch from 77b2181 to 0517d35 Compare August 18, 2024 20:41
@renovate renovate bot changed the title fix(dependencies): update dependency citation-js to ^0.7.15 fix(dependencies): update dependency citation-js to ^0.7.16 Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant