Skip to content

Commit

Permalink
Node16 EoL: Upgrade rollup (#3276)
Browse files Browse the repository at this point in the history
* Use latest shared rollup config
* Update .npmignore
* Remove UMD build of oidc-client-ext: We don't have a UMD build of solid-client-authn-browser anyway.
  • Loading branch information
NSeydoux authored Dec 18, 2023
1 parent adc6226 commit 73b5a27
Show file tree
Hide file tree
Showing 11 changed files with 452 additions and 383 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ The following changes have been implemented but not released yet:

- Use the global `fetch` function instead of `@inrupt/universal-fetch`. This means this library now only works
with Node 18 and higher.
- The UMD build of `@inrupt/oidc-client-ext` is no longer available. Since this is a package only intended to be
consumed by `@inrupt/solid-client-authn-browser`, which doesn't have a UMD build, this change should have no
impact.

### Build system changes

- Moved from `rollup-plugin-typescript2` to `@rollup/plugin-typescript`. Although this should not be a breaking change,
upgrading may require extra attention.

## [1.17.5](https://github.com/inrupt/solid-client-authn-js/releases/tag/v1.17.5) - 2023-11-16

Expand Down
Loading

0 comments on commit 73b5a27

Please sign in to comment.