Giter VIP home page Giter VIP logo

agent.js's People

Contributors

9renpoto avatar dependabot[bot] avatar greenkeeper[bot] avatar heavenshell avatar hirokinko avatar opapy avatar renovate-bot avatar renovate[bot] avatar sae1116 avatar shkumagai avatar shoota avatar surgo avatar taka-sho avatar tatsushitoji avatar tsuyukimakoto avatar usaturn avatar userdivebot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

agent.js's Issues

An in-range update of uglify-js is breaking the build 🚨

Version 2.8.10 of uglify-js just got published.

Branch Build failing 🚨
Dependency uglify-js
Current Version 2.8.9
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As uglify-js is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • dependency-ci An error occured Details

Commits

The new version differs by 5 commits .

  • e9920f7 v2.8.10
  • 7e465d4 scan RHS of dropped assignments (#1581)
  • aa80ee3 remove checkboxes from Issues template
  • 80e8176 explain how to make a proper bug report (#1579)
  • 711f88d scan assignment value in drop_unused() (#1578)

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Skip saucelabs

TL;DR

when dependabot && push

does not work

Backward compatibility

add examples

TL;DR

  • custom dimension example
  • location change example
  • event example
  • cross-domain example

An in-range update of raven-js is breaking the build 🚨

Version 3.16.0 of raven-js just got published.

Branch Build failing 🚨
Dependency raven-js
Current Version 3.15.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

raven-js is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪

Status Details
  • dependency-ci Dependencies checked Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes 3.16.0
  • CHANGE: Plugins no longer disrupt data callback behavior. See: #891
  • BUGFIX: Fixed event object copying in React Native. See: #960
  • BUGFIX: More TypeScript definitions for API properties and methods. See: #968, #963
Commits

The new version differs by 7 commits.

  • 8e797ed 3.16.0
  • a8e28af Add crossorigin="anonymous" to docs index example (#970)
  • c07579b Copy object to prevent exception in react native (#960)
  • cf99a21 Add allowSecretKey to interface (#968)
  • 00fd792 Update type definitions for breadcrumbs (#963)
  • 6224a42 Marked old react-native docs as deprecated and unlinked them
  • 9402557 Angular and reactNative data callback should return updated data. (#891)

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

E2E cron test

TL;DR

Create E2E test base

  • Added Types
  • Added Usage
  • Publish hosting (gh-pages or s3)
  • vue-router broken
  • react-router warnings
  • E2E test failed ( timeout )
  • Works on CircleCI ( maybe, need Java install )

Backward compatibility

nothing

An in-range update of uglify-js is breaking the build 🚨

Version 2.8.22 of uglify-js just got published.

Branch Build failing 🚨
Dependency uglify-js
Current Version 2.8.21
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As uglify-js is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • dependency-ci Dependencies checked Details

  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v2.8.22

 

Commits

The new version differs by 21 commits .

  • 04b8964 v2.8.22
  • d6fbc36 fix LHS cases for NaN & friends (#1804)
  • 9a97884 enhance test/ufuzz.js (#1803)
  • 0479ff0 fix a couple of bugs in global_defs (#1802)
  • cf72fe5 fix delete corner cases (#1799)
  • a1532eb extend ufuzz generator (#1783)
  • c2a1bce fix pure_getters for chained property access (#1798)
  • e3c9c22 fix corner cases with delete (#1796)
  • 0f4cd73 introduce "strict" to pure_getters (#1795)
  • 281e882 fix reduce_vars on catch variable (#1794)
  • cc6aa3e fix incorrect context in variable substitution (#1791)
  • e869779 enable inline_script by default (#1793)
  • 06cdb74 improve pure_getters (#1786)
  • ff289b9 implement delayed resolution for reduce_vars (#1788)
  • 9b6bc67 optimise do{...}while(false) (#1785)

There are 21 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Dependabot couldn't fetch all your path-based dependencies

Dependabot couldn't fetch one or more of your project's path-based JavaScript dependencies. The affected dependencies were examples/simple/package.json and examples/with-google-tag-manager/package.json.

To use path-based dependancies with Dependabot the paths must be relative and resolve to a directory in this project's source code.

You can mention @dependabot in the comments below to contact the Dependabot team.

Update examples design

inject allowLinker setting

TL;DR

before

new Agent('id', { alloLinker: true })
new Agent('id', 'auto', { alloLinker: true })

Backward compatibility

breaking changes

send event

TL;DR

_ud("send", "event", {
  "category": "required",
  "action":  "required",
  "label": "optional",
  "value": "optional"
})

website

TL;DR

  • Skeleton
  • Design
  • crowdin setup
  • getting started docs

Backward compatibility

An in-range update of cross-env is breaking the build 🚨

Version 3.2.0 of cross-env just got published.

Branch Build failing 🚨
Dependency cross-env
Current Version 3.1.4
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As cross-env is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
Release Notes v3.2.0

<a name"3.2.0">

3.2.0 (2017-03-04)

Features

  • revamp: revamp the entire lib (backward compatible) (#63) (dad00c46)
Commits

The new version differs by 4 commits .

  • dad00c4 feat(revamp): revamp the entire lib (backward compatible) (#63)
  • e33a85c docs(README): Add doc for cross-var. (#58)
  • 5e590ec docs(README): added how to use cross-env to run npm sub-scripts (#53)
  • afdb2de docs(README): mention Bash on Windows (#49)

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of babel-loader is breaking the build 🚨

Version 6.4.1 of babel-loader just got published.

Branch Build failing 🚨
Dependency babel-loader
Current Version 6.4.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As babel-loader is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • dependency-ci Dependencies checked Details

  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes v6.4.1

🐛 Bug Fix

Commits

The new version differs by 2 commits .

  • 48325ea 6.4.1
  • f3241f8 Fixed reset of BABEL_ENV when options.forceEnv is used (#420)

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.