Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

feature: update dependencies [CAT-1533] #31

Merged

Conversation

kisaiev
Copy link
Contributor

@kisaiev kisaiev commented Feb 8, 2023

📝 Description

Features

  • Updated @hapi/hoek dependency to allow wider range of versions, since all three (v9, v10 and v11) are compatible and do not provide a breaking change which would affect work of the package, refer v9.3.0 -> v11.0.2:
    • v10.0.0 drops support for Node.js v12, but we already allow only >=14.0.0;
    • v10.0.0 adds support for Node.js v18, which is not a breaking change;
    • v11.0.0 delivers refactoring of AssertError, which we don't use.
      For v11 the least allowed was set to v11.0.1, because v11.0.0 was marked as deprecated. It was missing an important part of release, fixed in v11.0.1.
  • Updated dot-prop to v6.0.0, refer v5.3.0 -> v6.0.1.
    Both versions are compatible with our package:
    • v6.0.0 adds requirement for Node.js v10+, but we already allow only >=14.0.0;
    • v6.0.0 allows getting non-enumerable properties, which is more a bug fix rather than a new feature.
  • Replaced two deprecated packages (eslint-config-hapi and eslint-plugin-hapi) with the single @hapi/eslint-plugin at the latest version (v6.0.0).

Other Changes

@kisaiev kisaiev merged commit 87af525 into ExpediaGroup:master Feb 8, 2023
github-actions bot pushed a commit that referenced this pull request Feb 8, 2023
# [6.2.0](v6.1.3...v6.2.0) (2023-02-08)

### Features

* update dependencies [CAT-1533] ([#31](#31)) ([87af525](87af525))
@github-actions
Copy link

github-actions bot commented Feb 8, 2023

🎉 This PR is included in version 6.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants