Skip to content

Conversation

@msamblanet
Copy link

This project had very outdated dependencies which included both dev and runtime alerts from NPM. I have updated all of them to the latest version. In the process of doing so, I had to alter babel and mocha configurations to bring them up to date. I also had to replace the code coverage tool with NYC as the old one is deprecated and not compatible with the latest babel.

I was unable to test coveralls but it was configured as recommended by the NYC docs.

Unit tests pass and code coverage looks good.

I also bumped the version in package.json to 1.1.1 but of course have not made any effort to publish it.

Please let me know if I can be of any more assistance. If you are no longer maintaining this project, let me know so I can determine a good way to proceed as I plan to use this library in some of my work.

msamblanet and others added 12 commits August 31, 2021 20:33
- Updated all dependencies
- Updated configurations for compatibility
- Removed code coverage (module was deprecated and not compatible with babel 7)
… repo (#2)

- Implemented NYC for code coverage - Note: I was unable to test coveralls but it was implemented per the NYC documentation
- Added files missed in last commit
- Update package-lock to not list my private repository
- 2021-10-25: v2.0.0
  - Migrated package into an ESM module under Node-16
  - Added typescript definitions
  - Removed bable usage as it is now directly an ESM module
  - Updated dependencies
* Fix history nodes from 2.0.0 (missed save)
* Remove some badges from readme
* Add not-original notice to readme
Fix version number in package.json
- 2021-10-26: v2.0.1
  - Fix repo links in package.json
  - Add badge to readme
@zodman zodman mentioned this pull request Mar 14, 2023
circularReference?: string;
search?: string;
iterateOverObject?: boolean;
skipIteration?: () => boolean;
Copy link

Choose a reason for hiding this comment

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

here missing the node argument

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants