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

refactor(warnings): Removes the noisy ignored dependency warnings #81

Merged
merged 1 commit into from
May 18, 2023

Conversation

acolchado
Copy link
Collaborator

We will need to find a better way to provide feedback on the ignored dependencies. It was noisy because this will only show up if you mark your dependency to be ignored.

We will need to find a better way to provide feedback on the ignored dependencies. It was noisy because this will only show up if you mark your dependency to be ignored.
Copy link
Contributor

@terry-au terry-au left a comment

Choose a reason for hiding this comment

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

LGTM

@acolchado acolchado merged commit 5089e3c into v2.0.0 May 18, 2023
@acolchado acolchado deleted the AC/logging-cleanup branch May 18, 2023 07:41
acolchado added a commit that referenced this pull request Jun 13, 2023
* Adds the ability to read the typescript files (#76)

This addition is not meant to be full support of typescript from the library. It's meant to allow the reading of the files in the case you are looking to use TS files and are responsible for the transpilation/compilation of those files.

We are experimenting adding this to allow us to use ts files with ts-jest and other tooling in our tests and source files. The compilation is happening locally and doesn't depend on the package having full support for a build pipeline.

This will be published a major version so that those who may have .ts files won't have a break in their dev flow but once it's promoted out of release candidate, it will have proper documentation if we opt to keep the support.

* v2.0.0-rc.0 (#77)

* feat(*): [RO-18670] add ability to ignore dependencies (#78)

* feat(*): RO-18670 Extend spur-ioc to add the ability to skip dependency registration
add support for skipping dependency injection by setting

* feat(*): RO-18670 Extend spur-ioc to add the ability to skip dependency registration
improve logging output when warning against dependency registration collisions

* feat(*): RO-18670 Extend spur-ioc to add the ability to skip dependency registration
fix passing incorrect parameters
improve logging

* feat(*): RO-18670 Extend spur-ioc to add the ability to skip dependency registration
add warning for ignored dependencies

* feat(*): RO-18670 Extend spur-ioc to add the ability to skip dependency registration
add test cases for registerFolders and addResolvableDependency

* feat(*): RO-18670 Extend spur-ioc to add the ability to skip dependency registration
add test cases for addDependency

* feat(*): RO-18670 Extend spur-ioc to add the ability to skip dependency registration
update FileFilterExpression to ignore .d.ts files
add test

* feat(*): RO-18670 Extend spur-ioc to add the ability to skip dependency registration
fix file filter causing issues with some imports
update logging to print primitive types

* feat(*): RO-18670 Extend spur-ioc to add the ability to skip dependency registration
added missing lodash.get dependency

* feat(*): RO-18670 Extend spur-ioc to add the ability to skip dependency registration (#80)

fix logging

* v2.0.0-rc.1 (#79)

* refactor(warnings): Removes the noisy ignored dependency warnings (#81)

* v2.0.0-rc.2 (#82)

---------

Co-authored-by: Terry Lewis <terry1994dev@gmail.com>
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