Skip to content

Commit

Permalink
Update dependapods stuff (#117)
Browse files Browse the repository at this point in the history
* build(deps): bump trim-newlines and npm-check

Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) to 3.0.1 and updates ancestor dependency [npm-check](https://github.com/dylang/npm-check). These dependencies need to be updated together.


Updates `trim-newlines` from 1.0.0 to 3.0.1
- [Release notes](https://github.com/sindresorhus/trim-newlines/releases)
- [Commits](https://github.com/sindresorhus/trim-newlines/commits)

Updates `npm-check` from 5.9.2 to 6.0.1
- [Release notes](https://github.com/dylang/npm-check/releases)
- [Commits](dylang/npm-check@v5.9.2...v6.0.1)

---
updated-dependencies:
- dependency-name: trim-newlines
  dependency-type: indirect
- dependency-name: npm-check
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump passport and node-red

Bumps [passport](https://github.com/jaredhanson/passport) to 0.6.0 and updates ancestor dependency [node-red](https://github.com/node-red/node-red). These dependencies need to be updated together.


Updates `passport` from 0.5.2 to 0.6.0
- [Release notes](https://github.com/jaredhanson/passport/releases)
- [Changelog](https://github.com/jaredhanson/passport/blob/master/CHANGELOG.md)
- [Commits](jaredhanson/passport@v0.5.2...v0.6.0)

Updates `node-red` from 2.2.2 to 3.0.2
- [Release notes](https://github.com/node-red/node-red/releases)
- [Changelog](https://github.com/node-red/node-red/blob/master/CHANGELOG.md)
- [Commits](node-red/node-red@2.2.2...3.0.2)

---
updated-dependencies:
- dependency-name: passport
  dependency-type: indirect
- dependency-name: node-red
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: shellint

* fix: update package log

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
mabunixda and dependabot[bot] authored Sep 27, 2022
1 parent 9ceb255 commit 3900896
Show file tree
Hide file tree
Showing 6 changed files with 12,148 additions and 2,150 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
node: [14]
node: [14,16]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
registry-url: 'https://registry.npmjs.org'
- uses: go-semantic-release/action@v1
id: semrel
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/nodered/node-red:latest-minimal
FROM docker.io/nodered/node-red:latest-16-minimal

USER root
# COPY docker-package.json /usr/src/node-red/package-patch.json
Expand Down
Loading

0 comments on commit 3900896

Please sign in to comment.