tweag / nickel-lang.org

The website of the Nickel language
MIT License
5 stars 3 forks source link

chore(deps): bump @loadable/component from 5.15.3 to 5.16.2 #592

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps @loadable/component from 5.15.3 to 5.16.2.

Release notes

Sourced from @​loadable/component's releases.

ESM all the things

Babel plugin improvements

Features

Changelog

Sourced from @​loadable/component's changelog.

5.16.2 (2023-12-15)

Bug Fixes

  • add esm exports to package.json and change esm bundle extension to .mjs to allow node.js to properly import esm version of package. (#989) (e4a3718)

5.16.1 (2023-07-20)

Bug Fixes

  • correct babel plugin default signature to allow any source of 'loadable' (#972) (19849b6), closes #971

5.16.0 (2023-07-09)

Features

  • Allow additional identifiers to be passed in to the babel plugin (#966) (e18e37a)
Commits
  • 2210bcf v5.16.2
  • e4a3718 fix: add esm exports to package.json and change esm bundle extension to .mjs ...
  • 09af825 v5.16.1
  • 19849b6 fix: correct babel plugin default signature to allow any source of 'loadable'...
  • 0e4b57f v5.16.0
  • edaf30c update documentation for babel plugin
  • e18e37a feat: Allow additional identifiers to be passed in to the babel plugin (#966)
  • 2d1645d Added getEntrypointPath to ChunkExtractor and reading json from fs (#951)
  • See full diff in compare view


Dependabot compatibility score

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)