Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
a3ee7e2e
Unverified
Commit
a3ee7e2e
authored
Aug 16, 2023
by
mergify[bot]
Committed by
GitHub
Aug 16, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into dependabot/npm_and_yarn/hardhat-2.17.1
parents
a654acd6
26f82370
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
53 additions
and
29 deletions
+53
-29
quick-poets-heal.md
.changeset/quick-poets-heal.md
+0
-5
tall-shirts-wonder.md
.changeset/tall-shirts-wonder.md
+0
-5
dependabot.yml
.github/dependabot.yml
+4
-4
mergify.yml
.github/mergify.yml
+10
-7
CHANGELOG.md
packages/chain-mon/CHANGELOG.md
+11
-0
package.json
packages/chain-mon/package.json
+1
-1
CHANGELOG.md
packages/common-ts/CHANGELOG.md
+7
-0
package.json
packages/common-ts/package.json
+2
-2
CHANGELOG.md
packages/core-utils/CHANGELOG.md
+6
-0
package.json
packages/core-utils/package.json
+1
-1
CHANGELOG.md
packages/sdk/CHANGELOG.md
+7
-0
package.json
packages/sdk/package.json
+2
-2
pnpm-lock.yaml
pnpm-lock.yaml
+2
-2
No files found.
.changeset/quick-poets-heal.md
deleted
100644 → 0
View file @
a654acd6
---
'
@eth-optimism/core-utils'
:
patch
---
Upgraded npm dependencies to latest
.changeset/tall-shirts-wonder.md
deleted
100644 → 0
View file @
a654acd6
---
'
@eth-optimism/chain-mon'
:
patch
---
Upgraded npm dependencies to latest
.github/dependabot.yml
View file @
a3ee7e2e
...
...
@@ -6,7 +6,7 @@ updates:
interval
:
daily
open-pull-requests-limit
:
10
labels
:
-
dependabot
-
M-
dependabot
-
package-ecosystem
:
github-actions
directory
:
"
/"
...
...
@@ -14,7 +14,7 @@ updates:
interval
:
daily
open-pull-requests-limit
:
10
labels
:
-
dependabot
-
M-
dependabot
-
package-ecosystem
:
npm
directory
:
"
/"
...
...
@@ -25,7 +25,7 @@ updates:
open-pull-requests-limit
:
10
versioning-strategy
:
auto
labels
:
-
dependabot
-
M-
dependabot
-
package-ecosystem
:
gomod
directory
:
"
/"
...
...
@@ -33,4 +33,4 @@ updates:
interval
:
daily
open-pull-requests-limit
:
10
labels
:
-
dependabot
-
M-
dependabot
.github/mergify.yml
View file @
a3ee7e2e
...
...
@@ -12,6 +12,9 @@ pull_request_rules:
-
"
label!=do-not-merge"
-
"
label!=multiple-reviewers"
-
"
label!=mergify-ignore"
-
"
label!=M-do-not-merge"
-
"
label!=M-multiple-reviewers"
-
"
label!=M-mergify-ignore"
-
"
base=develop"
actions
:
queue
:
...
...
@@ -27,14 +30,14 @@ pull_request_rules:
This PR has been added to the merge queue, and will be merged soon.
label
:
add
:
-
on-merge-train
-
S-
on-merge-train
-
name
:
Remove merge train label
conditions
:
-
"
queue-position
=
-1"
actions
:
label
:
remove
:
-
on-merge-train
-
S-
on-merge-train
-
name
:
Ask to resolve conflict
conditions
:
-
conflict
...
...
@@ -43,14 +46,14 @@ pull_request_rules:
message
:
Hey @{{author}}! This PR has merge conflicts. Please fix them before continuing review.
label
:
add
:
-
conflict
-
S-
conflict
-
name
:
Remove conflicts label when conflicts gone
conditions
:
-
-conflict
actions
:
label
:
remove
:
-
conflict
-
S-
conflict
-
name
:
Notify author when added to merge queue
conditions
:
-
"
check-pending=Queue:
Embarked
in
merge
train"
...
...
@@ -77,7 +80,7 @@ pull_request_rules:
actions
:
label
:
add
:
-
indexer
-
A-
indexer
request_reviews
:
users
:
-
roninjin10
...
...
@@ -87,7 +90,7 @@ pull_request_rules:
actions
:
label
:
add
:
-
sdk
-
A-pkg-
sdk
request_reviews
:
users
:
-
roninjin10
...
...
@@ -97,7 +100,7 @@ pull_request_rules:
actions
:
label
:
add
:
-
common-ts
-
A-pkg-
common-ts
request_reviews
:
users
:
-
roninjin10
packages/chain-mon/CHANGELOG.md
View file @
a3ee7e2e
# @eth-optimism/drippie-mon
## 0.4.3
### Patch Changes
-
[
#6796
](
https://github.com/ethereum-optimism/optimism/pull/6796
)
[
`a196c63ad`
]
(https://github.com/ethereum-optimism/optimism/commit/a196c63ad67de04c4143e0ccd6fe4dc27fb2833b) Thanks
[
@roninjin10
](
https://github.com/roninjin10
)
! - Upgraded npm dependencies to latest
-
Updated dependencies
[
[`dfa309e34`
](
https://github.com/ethereum-optimism/optimism/commit/dfa309e3430ebc8790b932554dde120aafc4161e
)
]:
-
@eth-optimism/core-utils@0.12.3
-
@eth-optimism/common-ts@0.8.4
-
@eth-optimism/sdk@3.1.1
## 0.4.2
### Patch Changes
...
...
packages/chain-mon/package.json
View file @
a3ee7e2e
{
"private"
:
true
,
"name"
:
"@eth-optimism/chain-mon"
,
"version"
:
"0.4.
2
"
,
"version"
:
"0.4.
3
"
,
"description"
:
"[Optimism] Chain monitoring services"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
packages/common-ts/CHANGELOG.md
View file @
a3ee7e2e
# @eth-optimism/common-ts
## 0.8.4
### Patch Changes
-
Updated dependencies
[
[`dfa309e34`
](
https://github.com/ethereum-optimism/optimism/commit/dfa309e3430ebc8790b932554dde120aafc4161e
)
]:
-
@eth-optimism/core-utils@0.12.3
## 0.8.3
### Patch Changes
...
...
packages/common-ts/package.json
View file @
a3ee7e2e
{
"name"
:
"@eth-optimism/common-ts"
,
"version"
:
"0.8.
3
"
,
"version"
:
"0.8.
4
"
,
"description"
:
"[Optimism] Advanced typescript tooling used by various services"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -34,7 +34,7 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
"dependencies"
:
{
"@eth-optimism/core-utils"
:
"0.12.
2
"
,
"@eth-optimism/core-utils"
:
"0.12.
3
"
,
"@sentry/node"
:
"^6.3.1"
,
"bcfg"
:
"^0.1.7"
,
"body-parser"
:
"^1.20.0"
,
...
...
packages/core-utils/CHANGELOG.md
View file @
a3ee7e2e
# @eth-optimism/core-utils
## 0.12.3
### Patch Changes
-
[
#6797
](
https://github.com/ethereum-optimism/optimism/pull/6797
)
[
`dfa309e34`
]
(https://github.com/ethereum-optimism/optimism/commit/dfa309e3430ebc8790b932554dde120aafc4161e) Thanks
[
@roninjin10
](
https://github.com/roninjin10
)
! - Upgraded npm dependencies to latest
## 0.12.2
### Patch Changes
...
...
packages/core-utils/package.json
View file @
a3ee7e2e
{
"name"
:
"@eth-optimism/core-utils"
,
"version"
:
"0.12.
2
"
,
"version"
:
"0.12.
3
"
,
"description"
:
"[Optimism] Core typescript utilities"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
packages/sdk/CHANGELOG.md
View file @
a3ee7e2e
# @eth-optimism/sdk
## 3.1.1
### Patch Changes
-
Updated dependencies
[
[`dfa309e34`
](
https://github.com/ethereum-optimism/optimism/commit/dfa309e3430ebc8790b932554dde120aafc4161e
)
]:
-
@eth-optimism/core-utils@0.12.3
## 3.1.0
### Minor Changes
...
...
packages/sdk/package.json
View file @
a3ee7e2e
{
"name"
:
"@eth-optimism/sdk"
,
"version"
:
"3.1.
0
"
,
"version"
:
"3.1.
1
"
,
"description"
:
"[Optimism] Tools for working with Optimism"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -58,7 +58,7 @@
"dependencies"
:
{
"@eth-optimism/contracts"
:
"0.6.0"
,
"@eth-optimism/contracts-bedrock"
:
"0.16.0"
,
"@eth-optimism/core-utils"
:
"0.12.
2
"
,
"@eth-optimism/core-utils"
:
"0.12.
3
"
,
"@types/chai"
:
"^4.2.18"
,
"@types/chai-as-promised"
:
"^7.1.4"
,
"@types/mocha"
:
"^10.0.1"
,
...
...
pnpm-lock.yaml
View file @
a3ee7e2e
...
...
@@ -192,7 +192,7 @@ importers:
packages/common-ts
:
dependencies
:
'
@eth-optimism/core-utils'
:
specifier
:
0.12.
2
specifier
:
0.12.
3
version
:
link:../core-utils
'
@sentry/node'
:
specifier
:
^6.3.1
...
...
@@ -450,7 +450,7 @@ importers:
specifier
:
0.16.0
version
:
link:../contracts-bedrock
'
@eth-optimism/core-utils'
:
specifier
:
0.12.
2
specifier
:
0.12.
3
version
:
link:../core-utils
'
@types/chai'
:
specifier
:
^4.2.18
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment