-
Notifications
You must be signed in to change notification settings - Fork 400
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
chore: Migrated @newrelic/aws-sdk into agent repo #2161
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Release v4.1.0
….yml added create release workflow 🎉
…rior to onResolved hook existing.
Fixes nr-hooks version checking circular reference issue.
Release v4.1.1
changing gh token to the org level value
Snyk has created this PR to upgrade newrelic from 8.7.0 to 8.7.1. See this package in npm: https://www.npmjs.com/package/newrelic See this project in Snyk: https://app.snyk.io/org/newrelic/project/2352b549-5e50-4110-969b-d3dc6a1d3f98?utm_source=github&utm_medium=referral&page=upgrade-pr
…040ce2b72237fec9264bb8 [Snyk] Upgrade newrelic from 8.7.0 to 8.7.1
Resolves several dev npm audit warnings.
fixed discuss link in README
packages: remove versioned tests
Release v4.1.2
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](moment/moment@2.29.1...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…/moment-2.29.2 Bump moment from 2.29.1 to 2.29.2
Bumps tap and resolves audit warnings
Co-authored-by: svetlanabrennan <[email protected]>
…catch package-lock.json being out of sync (newrelic#276)
…c#277) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jsumners-nr <[email protected]> Co-authored-by: James Sumners <[email protected]>
jsumners-nr
requested changes
Apr 24, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work! Just a few tweaks needed.
jsumners-nr
approved these changes
Apr 24, 2024
There was a problem hiding this 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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Aside from moving code, I got rid of access to specs via
shim.specs
, access a symbol on shim and instead use the symbols directly. I also separated versioned tests into v2 and v3 folders and added targets for compatibility report.Related Issues
Closes #2125