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

Update dependencies #627

Merged
merged 13 commits into from
Feb 28, 2024
Merged

Update dependencies #627

merged 13 commits into from
Feb 28, 2024

Conversation

eemeli
Copy link
Member

@eemeli eemeli commented Feb 28, 2024

Should fix tests in modern environments, might break stuff in older Node.js -- this will probably require raising the minimum supported Node.js version.

  • test(dom): Override global.navigator getter
  • Drop intl-pluralrules as unnecessary in modern environments
  • Rewrite tools as ES modules, drop esm dependency
  • Update dev dependencies:
    • c8 9
    • gh-pages 6
    • prettier 3
    • sinon 17
    • jsdom 24
    • rollup 4
    • typescript 5.3
    • typedoc 0.25
    • typescript-eslint 7
  • Apply updated Prettier rules
  • Refresh lockfile
  • Drop fluent-react/example/package-lock.json out of repo

@eemeli eemeli added the dependencies Pull requests that update a dependency file label Feb 28, 2024
@eemeli
Copy link
Member Author

eemeli commented Feb 28, 2024

Indeed, the CI tests failed in Node.js 14. So updated the minimum tested/supported version to 18 for all packages.

Copy link
Member

@gregtatum gregtatum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@eemeli eemeli merged commit 9522dcf into main Feb 28, 2024
3 checks passed
@eemeli eemeli deleted the updates branch February 28, 2024 19:35
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants