forked from RobotWebTools/roslibjs
-
Notifications
You must be signed in to change notification settings - Fork 4
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
jhurliman/remove png #2
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
jhurliman
commented
May 27, 2021
- Replace travis by GH actions (Replace travis by GH actions RobotWebTools/roslibjs#392)
- Small changes related to replacing travis by GH actions (Small changes related to replacing travis by GH actions RobotWebTools/roslibjs#409)
- Bump socket.io from 2.2.0 to 4.0.1 (Bump socket.io from 2.2.0 to 4.0.1 RobotWebTools/roslibjs#410)
- Accept ros distro as argument in Dockerfile (Accept ros distro as argument in Dockerfile RobotWebTools/roslibjs#412)
- Bump xmldom from 0.1.31 to 0.5.0 (Bump xmldom from 0.1.31 to 0.5.0 RobotWebTools/roslibjs#404)
- Bump grunt-contrib-jshint from 1.1.0 to 3.0.0 (Bump grunt-contrib-jshint from 1.1.0 to 3.0.0 RobotWebTools/roslibjs#385)
- Bump grunt-karma from 2.0.0 to 4.0.0 (Bump grunt-karma from 2.0.0 to 4.0.0 RobotWebTools/roslibjs#411)
- Bump grunt-mocha-test from 0.12.7 to 0.13.3 (Bump grunt-mocha-test from 0.12.7 to 0.13.3 RobotWebTools/roslibjs#389)
- Bump karma-mocha from 1.3.0 to 2.0.1 (Bump karma-mocha from 1.3.0 to 2.0.1 RobotWebTools/roslibjs#416)
- Bump karma from 3.1.4 to 6.3.2 (Bump karma from 3.1.4 to 6.3.2 RobotWebTools/roslibjs#417)
- Bump time-grunt from 1.4.0 to 2.0.0 (Bump time-grunt from 1.4.0 to 2.0.0 RobotWebTools/roslibjs#414)
- Bump grunt-contrib-uglify from 1.0.2 to 5.0.1 (Bump grunt-contrib-uglify from 1.0.2 to 5.0.1 RobotWebTools/roslibjs#418)
- Bump grunt-contrib-clean from 1.1.0 to 2.0.0 (Bump grunt-contrib-clean from 1.1.0 to 2.0.0 RobotWebTools/roslibjs#415)
- Bump mocha from 2.5.3 to 8.3.2 (Bump mocha from 2.5.3 to 8.3.2 RobotWebTools/roslibjs#405)
- Bump grunt-browserify from 5.3.0 to 6.0.0 (Bump grunt-browserify from 5.3.0 to 6.0.0 RobotWebTools/roslibjs#421)
- Bump karma-firefox-launcher from 1.3.0 to 2.1.0 (Bump karma-firefox-launcher from 1.3.0 to 2.1.0 RobotWebTools/roslibjs#422)
- Bump load-grunt-tasks from 3.5.2 to 5.1.0 (Bump load-grunt-tasks from 3.5.2 to 5.1.0 RobotWebTools/roslibjs#423)
- Update/lint README & CONTRIBUTING (Update/lint README & CONTRIBUTING RobotWebTools/roslibjs#420)
- Update Dockerfile/CI tool versions (Update Dockerfile/CI tool versions RobotWebTools/roslibjs#424)
- (actions) dont't run pull_request on develop ((actions) dont't run pull_request on develop RobotWebTools/roslibjs#425)
- Bump xmldom from 0.5.0 to 0.6.0 (Bump xmldom from 0.5.0 to 0.6.0 RobotWebTools/roslibjs#427)
- Sort dependencies (Sort dependencies RobotWebTools/roslibjs#428)
- Add support for custom encoding/decoding. (Add support for custom encoding/decoding. RobotWebTools/roslibjs#397)
- Extend testing (Extend testing RobotWebTools/roslibjs#431)
- (actions) run on noetic again ((actions) run on noetic again RobotWebTools/roslibjs#432)
- (actions) drop kinetic as EOL has been reached ((actions) drop kinetic as EOL has been reached RobotWebTools/roslibjs#434)
- Bump mocha from 8.3.2 to 8.4.0 (Bump mocha from 8.3.2 to 8.4.0 RobotWebTools/roslibjs#436)
- Bump socket.io from 4.0.1 to 4.0.2 (Bump socket.io from 4.0.1 to 4.0.2 RobotWebTools/roslibjs#435)
- Widen package requirements (Widen package requirements RobotWebTools/roslibjs#438)
- Bump grunt-karma from 4.0.0 to 4.0.2 (Bump grunt-karma from 4.0.0 to 4.0.2 RobotWebTools/roslibjs#440)
- Bump socket.io from 4.0.0 to 4.1.1 (Bump socket.io from 4.0.0 to 4.1.1 RobotWebTools/roslibjs#441)
- Bump socket.io from 4.1.1 to 4.1.2 (Bump socket.io from 4.1.1 to 4.1.2 RobotWebTools/roslibjs#442)
- Remove pngparse
* Add GitHub Actions * (actions) fix typo * (actions) add checkout * Delete .travis.yml
…s#409) * (README) replace travis badge by GH actions badge * (Contributing) replace travis by GH Actions * (npmignore) remove .travis.yml, add .github * (actions) also test noetic
Bumps [socket.io](https://github.com/socketio/socket.io) from 2.2.0 to 4.0.1. - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/master/CHANGELOG.md) - [Commits](socketio/socket.io@2.2.0...4.0.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Accept ros distro as argument in Dockerfile * /opt/ros is already sourced by ~/.bashrc * (actions) pass ros_distro to docker build * (actions) [temp] remove noetic Waiting for release of tf2_web_republisher
Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.1.31 to 0.5.0. - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](xmldom/xmldom@v0.1.31...0.5.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint) from 1.1.0 to 3.0.0. - [Release notes](https://github.com/gruntjs/grunt-contrib-jshint/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-jshint/blob/master/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-jshint/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [grunt-karma](https://github.com/karma-runner/grunt-karma) from 2.0.0 to 4.0.0. - [Release notes](https://github.com/karma-runner/grunt-karma/releases) - [Changelog](https://github.com/karma-runner/grunt-karma/blob/master/CHANGELOG.md) - [Commits](karma-runner/grunt-karma@v2.0.0...v4.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [grunt-mocha-test](https://github.com/pghalliday/grunt-mocha-test) from 0.12.7 to 0.13.3. - [Release notes](https://github.com/pghalliday/grunt-mocha-test/releases) - [Commits](pghalliday/grunt-mocha-test@0.12.7...0.13.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [karma-mocha](https://github.com/karma-runner/karma-mocha) from 1.3.0 to 2.0.1. - [Release notes](https://github.com/karma-runner/karma-mocha/releases) - [Changelog](https://github.com/karma-runner/karma-mocha/blob/master/CHANGELOG.md) - [Commits](karma-runner/karma-mocha@v1.3.0...v2.0.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [karma](https://github.com/karma-runner/karma) from 3.1.4 to 6.3.2. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](karma-runner/karma@v3.1.4...v6.3.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [time-grunt](https://github.com/sindresorhus/time-grunt) from 1.4.0 to 2.0.0. - [Release notes](https://github.com/sindresorhus/time-grunt/releases) - [Commits](sindresorhus/time-grunt@v1.4.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify) from 1.0.2 to 5.0.1. - [Release notes](https://github.com/gruntjs/grunt-contrib-uglify/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-uglify/blob/main/CHANGELOG) - [Commits](gruntjs/grunt-contrib-uglify@v1.0.2...v5.0.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [grunt-contrib-clean](https://github.com/gruntjs/grunt-contrib-clean) from 1.1.0 to 2.0.0. - [Release notes](https://github.com/gruntjs/grunt-contrib-clean/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-clean/blob/main/CHANGELOG) - [Commits](gruntjs/grunt-contrib-clean@v1.1.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [mocha](https://github.com/mochajs/mocha) from 2.5.3 to 8.3.2. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v2.5.3...v8.3.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [grunt-browserify](https://github.com/jmreidy/grunt-browserify) from 5.3.0 to 6.0.0. - [Release notes](https://github.com/jmreidy/grunt-browserify/releases) - [Changelog](https://github.com/jmreidy/grunt-browserify/blob/master/CHANGELOG.md) - [Commits](jmreidy/grunt-browserify@v5.3.0...v6.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [karma-firefox-launcher](https://github.com/karma-runner/karma-firefox-launcher) from 1.3.0 to 2.1.0. - [Release notes](https://github.com/karma-runner/karma-firefox-launcher/releases) - [Changelog](https://github.com/karma-runner/karma-firefox-launcher/blob/master/CHANGELOG.md) - [Commits](karma-runner/karma-firefox-launcher@v1.3.0...v2.1.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [load-grunt-tasks](https://github.com/sindresorhus/load-grunt-tasks) from 3.5.2 to 5.1.0. - [Release notes](https://github.com/sindresorhus/load-grunt-tasks/releases) - [Commits](sindresorhus/load-grunt-tasks@v3.5.2...v5.1.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update/lint CONTRIBUTING * Lint README
* Update nvm version in Dockerfile * (Dockerfile) convert node_version to arg * (Dockerfile) small syntax change * (actions) make node_version configurable
Branches need to be up-to-date, so pull_request and push are the same
Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](xmldom/xmldom@0.5.0...0.6.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
npm 7 does this automatically
* Add support for custom encoding/decoding. * Remove whitespace Co-authored-by: Matthijs van der Burgh <MatthijsBurgh@outlook.com> Co-authored-by: Jihoon Lee <jihoonlee.in@gmail.com>
* (test) update scripts * (test) run general tests * Fix linting * Change build process; Check build is in sync with library * Start Xvfb if no display is available * xvfb should not be enforced in package.json * (test) nice iterator array * fix bash linting of build script * Fix: check for changed build * Move test configs to Grunt * Use Firefox Headless instead of Xvfb * (test) improve visibilitiy of prints * Build; add package-lock.json * Remove bower.json
Bumps [mocha](https://github.com/mochajs/mocha) from 8.3.2 to 8.4.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v8.3.2...v8.4.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/master/CHANGELOG.md) - [Commits](socketio/socket.io@4.0.1...4.0.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Widen package requirements As suggested in RobotWebTools#437 (comment) * Fix wrong socket.io version
Bumps [grunt-karma](https://github.com/karma-runner/grunt-karma) from 4.0.0 to 4.0.2. - [Release notes](https://github.com/karma-runner/grunt-karma/releases) - [Changelog](https://github.com/karma-runner/grunt-karma/blob/master/CHANGELOG.md) - [Commits](karma-runner/grunt-karma@v4.0.0...v4.0.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.0.0 to 4.1.1. - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/master/CHANGELOG.md) - [Commits](socketio/socket.io@4.0.0...4.1.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/master/CHANGELOG.md) - [Commits](socketio/socket.io@4.1.1...4.1.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.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.