-
Notifications
You must be signed in to change notification settings - Fork 21
Bump node-fetch from 2.6.0 to 2.6.1 #14
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
Closed
Closed
Conversation
This file contains hidden or 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
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](node-fetch/node-fetch@v2.6.0...v2.6.1) Signed-off-by: dependabot[bot] <support@github.com>
297b6e5
to
64a671e
Compare
Looks like node-fetch is up-to-date now, so this is no longer needed. |
XDex
added a commit
to XDex/target-nodejs-sdk
that referenced
this pull request
Apr 19, 2021
* new generated api based on fetch * refactored to support a nodejs and browser * removed dependency * don't rely on reactor-query-string * two separate builds * mock fetch in request test * support timeout * added polyfills to support ie11 * Create nodejs.yml * Update nodejs.yml * reorganized repository to support multiple packages - added basic stub for target-decisioning-engine - added a target-tools package for shared tools - configured lerna to make managing multiple packages in a mono repo easy * added artifact provider with tests - fetches artifact on a polling interval - tested * [nodeSDK] support for environment * added support for evaluationMode config param. Can be set to one of (local, remote, hybrid) * create a decisioning engine instance if local is passed in as the evaluationMode * fix polling interval bug * scrub client and organization IDs in tests * reject getOffers requests with an error if the artifact is not yet downloaded * error handling and fetch retries * add module field to package.json * test promise resolution for decisioning engine getOffers * generate context for browser, page, timings and compute allocation * return decisions for an AB form-based activity, with tests * tests for multiple AB activities * support for url and parameter contexts * support referring url * tests for browser * timeframe tests * skip timeframe tests until prioritization is done * add other attributes to response object to model delivery API * integrate decisioning engine with node sdk * getAttribures functionality added * updated demo to do remote and local * updated demo to do remote and local * Download new Local-decisioning JSON rules file only when necessary * Send notifications for outcome of local decisions * updated getAttributes to support multiple mbox names * moving things around a bit * maddening * es6 migration complete, fetch working in node and browser * fetchApi passed down to decisioning engine as well * support for hybrid execution mode * decisioning types * classic mboxes return only one outcome, and also return a blank if nothing matches * testing activity priority * timeframe tests working with proper priority * visualize rollup bundles * esnext delivery-api-client * updated to latest artifact schema * improved test coverage of target-tools * support pageLoad requests * ensure tntId * support minimal context * Ensure that targetLocationHintCookie is returned even in local execution mode * retry delivery api requests up to 10 times before failure * fix build for node 8 * fixing timing context test * set coverage thresholds and fail the build if unmet * updated path to target-nodejs-sdk coverage for coveralls * coveralls badge in README * updated coveralls github action version * combine coverage reports into one * combine coverage reports into one * move documentation * uuid for notification id and impressionId * preparing for alpha * preparing for alpha * moving docs * documentation for sdk * updated documentation * trace support * alpha.3 * refactored a bit for code reuse in at.js * updated README-ALPHA.md * tntId does not include locationHint if empty string * change status to meta * trace fix * now generating the url to artifact and removed the CORS request when fetching an artifact * TNT-34523 A4T: Fix SDID in LD notifications call * add executionMode to DeliveryAPIApi prototype * changed metrics to notifications array for campaign traces * publishConfigs added to packages * lerna * Publish - @adobe/target-decisioning-engine@1.0.4 - @adobe/target-nodejs-sdk@2.0.0-alpha.7 - @adobe/target-tools@1.0.2 * view support * trace support for views, also refactored a bit * special handling of selector based offers in pageLoad options * apply all views that match conditions - added more view request tests - refactored a bit - added cleanUp prostProcessor to remove undefined values and the skipKey * some logging * fix for domain attribute on context * clone consequence objects so they don't get mutated fixed a test * improved view rule evaluation and test coverage * handle blank mboxes in getAttributes calls * updated README with support for VEC activities * test scratch paper * Publish - @adobe/target-decisioning-engine@1.0.5 - @adobe/target-nodejs-sdk@2.0.0-alpha.8 - @adobe/target-tools@1.0.3 * bugfix for checking if fetch is defined, updated demo page * Publish - @adobe/target-decisioning-engine@1.0.6 - @adobe/target-nodejs-sdk@2.0.0-alpha.9 * display notifications are now generated from options (adobe#14) * display notifications now generated from options * trigger GitHub actions * Publish - @adobe/target-decisioning-engine@1.0.7 - @adobe/target-nodejs-sdk@2.0.0-alpha.10 * updated test artifacts with latest from production, tests passing * Publish - @adobe/target-decisioning-engine@1.0.8 - @adobe/target-nodejs-sdk@2.0.0-alpha.11 * updated README * handle executionMode override error cases * ruleId->ruleKey * fix coveralls * test node.js 14 as well * handle missing metrics or options arrays * update test artifacts to use staging * use prettier to format test artifacts to make it more obvious what changed * Publish - @adobe/target-decisioning-engine@1.0.9 - @adobe/target-nodejs-sdk@2.0.0-alpha.12 - @adobe/target-tools@1.0.4 * Property support (adobe#17) * property support * property support * log PROPERTY_TOKEN_MISMATCH if the property token on the config and request do not match * change how environments work * updated README.md for property support * a few syntax changes * typo * update license to Apache-2 in all package.json * update tests to use production artifact * Publish - @adobe/target-decisioning-engine@1.0.10 - @adobe/target-nodejs-sdk@2.0.0-alpha.13 - @adobe/target-tools@1.0.5 * don't load property-specific artifacts in Node (adobe#18) * events support (adobe#19) * events support * decisioning engine does not resolve until it has an artifact * decisioning engine does not resolve until it has an artifact * introduced maximumWaitReady config option so tests don't hang * added sample code for events to README * download test artifact from S3 * only wait a half second for clientReady in unit tests * Publish - @adobe/target-decisioning-engine@1.1.0 - @adobe/target-nodejs-sdk@2.0.0-alpha.14 - @adobe/target-tools@1.0.6 * continue to poll for artifact even if an artifactPayload is given (adobe#20) * Publish - @adobe/target-decisioning-engine@1.1.1 - @adobe/target-nodejs-sdk@2.0.0-alpha.15 * TNT-34980 Geo Support in Node.js SDK (adobe#16) * TNT-34980 Geo Support in Node.js SDK * Updated parameters and added unit test. * Added another unit test * Per review comments * Added generated geo model from openapi-specs tool * Test * Added ipAddress to geoContext. Renamed geoContextProvider to geoProvider. * When ipAddress is the only geo value passed in to getOffers(), do IP-to-Geo lookup * Generated test artifact. * Resolved conflicts and updated test artifacts * WIP test for ipToGeoLookup * Added geoTargtingEnabled flag to DecisioningArtifact type. Added ensureGeoContext method to geoProvider that does the ipToGeo lookup when needed. * working test * ipToGeoLookup changes * The return for jsdoc should not have an object name. * Set geoContext in artifactProvider before emitting event for at.js * Pass browser ipAddress from at.js request to geoProvider when it is not specified. Emit geo_location_updated event from geoProvider. * Added UNKNOWN_IP_ADDRESS * Moved UNKNOWN_IP_ADDRESS to target-tools constant for use by both sdks * Emit GEO_LOCATION_UPDATED upon artifact download * Updated test * Pass in the geoContext when GEO_LOCATION_UPDATED * Pass geoRequestContext wrapped up as geoContext * fix tests Co-authored-by: Manjiri Tapaswi <tapaswi@adobe.com> Co-authored-by: Jason Waters <waters@adobe.com> * Publish - @adobe/target-decisioning-engine@1.2.0 - @adobe/target-nodejs-sdk@2.0.0-alpha.16 - @adobe/target-tools@1.0.7 * Docs geo support (adobe#22) * Update Geo Support Documentation for Node.js SDK * Make note regular font size * Deduped note * Updated to ISO formats * Added local Execution Mode Co-authored-by: Manjiri Tapaswi <tapaswi@adobe.com> Co-authored-by: Jason Waters <jasonwaters@users.noreply.github.com> * Updated how decisioning-engine determines if remote is needed for hybrid calls * Publish - @adobe/target-decisioning-engine@1.2.1 - @adobe/target-nodejs-sdk@2.0.0-alpha.17 - @adobe/target-tools@1.0.8 * Reduce size (adobe#23) * remove url-parse and instead use parse-uri which is already used in at.js * removed ua-parser-js dependency * update demo to use events instead of clientReadyCallback * set target-tools and target-decisioning-engine to be public packages for deployments * refactored whenReady to target-tools so it can be used in at.js * updated package-lock files * Publish - @adobe/target-decisioning-engine@1.2.2 - @adobe/target-nodejs-sdk@2.0.0-alpha.18 - @adobe/target-tools@1.0.9 * geo bugfixes and tests - removed trailing slash on url for geo lookup - do not set x-forwarded-for header unless valid ip address * TNT-35311 Add response tokens (adobe#24) * Add response tokens * Remove debugging log * Fix test * Use new response token * Move common post processors out * Only include response token specified in artifact * Add jsdoc * Use one unit test to test response tokens * Rename executionType to decisioningMethod * Add test for view Co-authored-by: Sam Fung <sfung@adobe.com> * Publish - @adobe/target-decisioning-engine@1.3.0 - @adobe/target-nodejs-sdk@2.0.0-alpha.19 * case insensitive geo headers * Add test for offer.name (adobe#26) Co-authored-by: Sam Fung <sfung@adobe.com> Co-authored-by: Jason Waters <jasonwaters@users.noreply.github.com> * extract geo values from payload as well (adobe#25) * extract geo values from payload as well * removed createGeoObject and replaced it with createGeoObjectFromHeaders and createGeoObjectFromPayload for clarity * remove async/await from target-decisioning-engine and target-tools (adobe#27) * remove async/await and fix a few geo bugs * fix test * eslint rule to forbid async/await in source of target-decisioning-engine and target-tools * remove redundant code * Publish - @adobe/target-decisioning-engine@1.3.1 - @adobe/target-nodejs-sdk@2.0.0-alpha.20 - @adobe/target-tools@1.1.0 * Support ie11 (adobe#28) * forbid Object.assign, refactored assign from at.js to target-tools * forbid Object.values, added values method to target-tools * forbid Array.includes, moved lodash utils from at.js to @adobe/target-tools. * forbid Array.flat, replaced instances with flatten * forbid String.padStart and String.padEnd, replaced uses of * added noopPromise to target-tools * move parse-uri to target-tools * Publish - @adobe/target-decisioning-engine@1.3.2 - @adobe/target-nodejs-sdk@2.0.0-alpha.21 - @adobe/target-tools@1.2.0 * TNT-36958 Rename to on-device decisioning (adobe#29) * Rename enum * Rename option * Rename value * Update jsdoc * Rename docs * Fix alignment * Rename Message key * Fix linting Co-authored-by: Sam Fung <sfung@adobe.com> * Publish - @adobe/target-decisioning-engine@1.3.3 - @adobe/target-nodejs-sdk@2.0.0-alpha.22 - @adobe/target-tools@1.2.1 * artifact deobfuscation (adobe#30) * artifact deobfuscation * include "fast-text-encoding" for old versions of node that don't support TextDecoder * Publish - @adobe/target-decisioning-engine@1.4.0 - @adobe/target-nodejs-sdk@2.0.0-alpha.23 * performance improvements (adobe#31) * perf measurements * perf measurements * stuff * performance improvements * fix test * Publish - @adobe/target-decisioning-engine@1.4.1 - @adobe/target-nodejs-sdk@2.0.0-alpha.24 - @adobe/target-tools@1.2.2 * fix perfTool timing tests * Support for Campaign Macros (adobe#32) * macro support * fix trace tests * a little cleanup * Publish - @adobe/target-decisioning-engine@1.4.2 - @adobe/target-nodejs-sdk@2.0.0-alpha.25 - @adobe/target-tools@1.2.3 * on-device decisioning telemetry (adobe#33) * default to json artifact format * telemetry, with tests, improved timing accuracy in perfTool * telemetryEnabled * telemetryEnabled * telemetry * Publish - @adobe/target-decisioning-engine@1.4.3 - @adobe/target-nodejs-sdk@2.0.0-alpha.26 - @adobe/target-tools@1.2.4 * use generated open-api spec for telemetry (adobe#34) * use generated open-api spec for telemetry * add DecisioningMethod enum * fix for undefined geo * updated README.md and CHANGELOG.md (adobe#35) * Update CHANGELOG.md * updated README.md and CHANGELOG.md * updated format npm scripts, added prettier pre-commit git hook (adobe#36) * remove alpha tag for publishing Co-authored-by: Andrei Anischevici <anischev@adobe.com> Co-authored-by: Manjiri Tapaswi <mptapasw@ncsu.edu> Co-authored-by: Manjiri Tapaswi <tapaswi@adobe.com> Co-authored-by: Sam Fung <5amfung@users.noreply.github.com> Co-authored-by: Sam Fung <sfung@adobe.com>
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.
Bumps node-fetch from 2.6.0 to 2.6.1.
Release notes
Sourced from node-fetch's releases.
Changelog
Sourced from node-fetch's changelog.
Commits
b5e2e41
update version number2358a6c
Honor thesize
option after following a redirect and revert data uri support8c197f8
docs: Fix typos and grammatical errors in README.md (#686)1e99050
fix: Change error message thrown with redirect mode set to error (#653)244e6f6
docs: Show backers in README6a5d192
fix: Properly parse meta tag when parameters are reversed (#682)47a24a0
chore: Add opencollective badge7b13662
chore: Add funding link5535c2e
fix: Check for global.fetch before binding it (#674)1d5778a
docs: Add Discord badgeMaintainer changes
This version was pushed to npm by akepinski, a new releaser for node-fetch since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.