Skip to content

chore(deps): bump @citation-js/core from 0.7.21 to 0.8.2 in /compose/neurosynth-frontend - #1649

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/compose/neurosynth-frontend/citation-js/core-0.8.2
Open

chore(deps): bump @citation-js/core from 0.7.21 to 0.8.2 in /compose/neurosynth-frontend#1649
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/compose/neurosynth-frontend/citation-js/core-0.8.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps @citation-js/core from 0.7.21 to 0.8.2.

Changelog

Sourced from @​citation-js/core's changelog.

(2026-07-13)

Bug Fixes

  • core: fix typo in browser fetchFileAsync (bde8048)
  • plugin-bibtex: add 'sept' month value (548ecc8), closes #263

(2026-07-05)

0.8.1 (2026-07-05)

Bug Fixes

  • deps: update peer dependencies (3298e31)

0.8.0 (2026-07-05)

  • feat(plugin-csl)!: update bundled CSL styles and locales (a149dd8)
  • chore(plugin-ris)!: remove deprecated config object (6af5f66)
  • chore(plugin-wikidata)!: remove deprecated input parsers (d31a9e5)
  • chore(cli)!: remove deprecated "-u, --url" option (98ad239)

chore

Features

  • plugin-csl: default to CSL 1.0.2 (c57c3e8), closes #276
  • plugin-csl: rename template option to style (0c9bc83), closes #169
  • plugin-csl: throw error for unknown style names (68e1d53), closes #219
  • plugin-ris: error for invalid RIS specifications (914d211)

BREAKING CHANGES

  • plugin-csl: user-supplied styles requiring CSL 1.0.1 should use the option downgradeCsl in the 'bibliography' and 'citation' formats. Bundled styles are patched to support CSL 1.0.2.
  • CSL styles and locales are updated to their versions as per d506f4c and bc0a222 in their respective repositories. To use earlier versions of the styles and locales, please download them personally and add them to the plugin as documented.
  • plugin-csl: specifying unknown template/style values now throws an error. Check if styles exist with plugins.config.get('@​csl').styles.has()

... (truncated)

Commits
  • 28ce00a v0.8.2
  • bde8048 fix(core): fix typo in browser fetchFileAsync
  • 581f078 docs(core): fix Cite constructor documentation
  • 56213d2 v0.8.1
  • 3298e31 fix(deps): update peer dependencies
  • 8a4691c v0.8.0
  • 6e76038 chore(core): remove deprecated internal exports
  • c576b39 style(core): fix import of node-fetch
  • 0c9bc83 feat(plugin-csl): rename template option to style
  • d78796c docs(core): fix line on dict plugin type
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@citation-js/core](https://github.com/citation-js/citation-js/tree/HEAD/packages/core) from 0.7.21 to 0.8.2.
- [Changelog](https://github.com/citation-js/citation-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/citation-js/citation-js/commits/v0.8.2/packages/core)

---
updated-dependencies:
- dependency-name: "@citation-js/core"
  dependency-version: 0.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 27, 2026
@nicoalee

Copy link
Copy Markdown
Collaborator

A few issues with this PR:

  1. All plugins need to be updated along with @citation-js/core": "^0.8.2"
      "@citation-js/plugin-bibjson": "^0.8.2",
      "@citation-js/plugin-bibtex": "^0.8.2",
      "@citation-js/plugin-csl": "^0.8.2",
      "@citation-js/plugin-doi": "^0.8.2",
      "@citation-js/plugin-ris": "^0.8.2",
  1. @citation-js/plugin-enw": "^0.3.0" has not had a release yet, and still references @citation-js/core@0.7.X. We can temporarily resolve this by setting an override:
    "overrides": {
        "@citation-js/plugin-enw": {
            "@citation-js/core": "$@citation-js/core"
        }
    }

However, it might be better to just wait until this is properly supported before bumping

  1. There is currently an issue with citation-js and vite:
    Since v0.8.x, vite builds for the browser fail citation-js/citation-js#278 . I'd like to hold off merging this in until that issue is resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant