Skip to content

Commit

Permalink
Combined dependabot PRs (#830)
Browse files Browse the repository at this point in the history
* Bump apollo-server-core from 3.12.0 to 3.12.1

Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core) from 3.12.0 to 3.12.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Commits](https://github.com/apollographql/apollo-server/commits/[email protected]/packages/apollo-server-core)

---
updated-dependencies:
- dependency-name: apollo-server-core
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump truffle from 5.10.1 to 5.11.5

Bumps [truffle](https://github.com/trufflesuite/truffle/tree/HEAD/packages/truffle) from 5.10.1 to 5.11.5.
- [Release notes](https://github.com/trufflesuite/truffle/releases)
- [Commits](https://github.com/trufflesuite/truffle/commits/[email protected]/packages/truffle)

---
updated-dependencies:
- dependency-name: truffle
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump undici from 5.22.1 to 5.26.3

Bumps [undici](https://github.com/nodejs/undici) from 5.22.1 to 5.26.3.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v5.22.1...v5.26.3)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump eslint from 8.43.0 to 8.54.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.43.0 to 8.54.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.43.0...v8.54.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump ethers from 6.6.7 to 6.8.1

Bumps [ethers](https://github.com/ethers-io/ethers.js) from 6.6.7 to 6.8.1.
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md)
- [Commits](ethers-io/ethers.js@v6.6.7...v6.8.1)

---
updated-dependencies:
- dependency-name: ethers
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump word-wrap from 1.2.3 to 1.2.5

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update node version

* Fix failing dependency

* skip repeated dependency instalation in analyze

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
zajck and dependabot[bot] authored Nov 30, 2023
1 parent fe19871 commit 2261934
Show file tree
Hide file tree
Showing 5 changed files with 7,121 additions and 4,240 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup node
uses: actions/[email protected]
with:
node-version: 16.14.x
node-version: 16.20.x
cache: "npm"
- run: npm install
- name: Prepare Environment
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Setup node
uses: actions/[email protected]
with:
node-version: 16.14.x
node-version: 16.20.x
cache: "npm"
- name: Install Dependencies
run: npm install
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Setup node
uses: actions/[email protected]
with:
node-version: 16.14.x
node-version: 16.20.x
cache: "npm"
- name: Install Dependencies
run: npm install
Expand All @@ -114,7 +114,7 @@ jobs:
- name: Setup node
uses: actions/[email protected]
with:
node-version: 16.14.x
node-version: 16.20.x
cache: "npm"
- name: Install Dependencies
run: npm install
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
- name: Setup node
uses: actions/[email protected]
with:
node-version: 16.14.x
node-version: 16.20.x
cache: "npm"

- name: npm install
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
- name: Setup node
uses: actions/[email protected]
with:
node-version: 16.14.x
node-version: 16.20.x
cache: "npm"
- name: Install Dependencies
run: npm install
Expand All @@ -203,13 +203,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup node
uses: actions/[email protected]
with:
node-version: 16.14.x
cache: "npm"
- name: Install Dependencies
run: npm install
- name: Prepare Environment
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup node
uses: actions/[email protected]
with:
node-version: '16.14.x'
node-version: '16.20.x'
cache: 'npm'
- run: npm ci
- name: Prepare Environment
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.14
16.20
Loading

0 comments on commit 2261934

Please sign in to comment.