Skip to content

Commit f165a44

Browse files
Bump bignumber.js from 9.1.2 to 9.2.0 (#2528)
* Bump bignumber.js from 9.1.2 to 9.2.0 Bumps [bignumber.js](https://github.com/MikeMcl/bignumber.js) from 9.1.2 to 9.2.0. - [Release notes](https://github.com/MikeMcl/bignumber.js/releases) - [Changelog](https://github.com/MikeMcl/bignumber.js/blob/master/CHANGELOG.md) - [Commits](MikeMcl/bignumber.js@v9.1.2...v9.2.0) --- updated-dependencies: - dependency-name: bignumber.js dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * update * update --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: aelmanaa <[email protected]>
1 parent 46c1d40 commit f165a44

File tree

4 files changed

+163
-6
lines changed

4 files changed

+163
-6
lines changed

.github/dependabot.yml

Lines changed: 157 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
day: "sunday"
8+
time: "22:00"
9+
timezone: "UTC"
710
open-pull-requests-limit: 10
811
versioning-strategy: auto
912
labels:
@@ -21,3 +24,157 @@ updates:
2124
- dependency-name: "*"
2225
# ignore all major updates
2326
update-types: ["version-update:semver-major"]
27+
groups:
28+
# Framework & Core Dependencies
29+
astro-framework:
30+
patterns:
31+
- "astro"
32+
- "@astrojs*"
33+
- "@astro-community*"
34+
exclude-patterns:
35+
- "@astrojs/vercel" # Keep deployment-specific packages separate
36+
37+
# Deployment & Infrastructure
38+
deployment:
39+
patterns:
40+
- "@astrojs/vercel"
41+
- "vite"
42+
- "dotenv"
43+
44+
# Chainlink Ecosystem
45+
chainlink-packages:
46+
patterns:
47+
- "@chainlink*"
48+
49+
# Web3 & Blockchain
50+
blockchain:
51+
patterns:
52+
- "ethers"
53+
- "@metamask*"
54+
- "@openzeppelin*"
55+
- "@project-serum*"
56+
- "hardhat*"
57+
- "@nomicfoundation*"
58+
- "solhint*"
59+
- "bignumber.js"
60+
61+
# UI & Frontend
62+
ui-frameworks:
63+
patterns:
64+
- "preact*"
65+
- "react*"
66+
- "@nanostores*"
67+
- "nanostores"
68+
- "focus-trap-react"
69+
- "clipboard"
70+
- "swagger-ui*"
71+
- "rehype*"
72+
- "remark*"
73+
- "github-slugger"
74+
- "marked"
75+
76+
# GraphQL & Data
77+
graphql-packages:
78+
patterns:
79+
- "graphql*"
80+
- "@graphql*"
81+
- "@apollo*"
82+
- "@11ty/eleventy-fetch"
83+
84+
# Testing & Quality
85+
testing-tools:
86+
patterns:
87+
- "jest*"
88+
- "@jest*"
89+
- "@types/jest"
90+
- "ts-jest"
91+
92+
# Linting & Formatting
93+
linting-tools:
94+
patterns:
95+
- "eslint*"
96+
- "@typescript-eslint*"
97+
- "prettier*"
98+
- "lint-staged"
99+
- "husky"
100+
- "solhint*"
101+
102+
# TypeScript & Types
103+
typescript:
104+
patterns:
105+
- "typescript"
106+
- "tsx"
107+
- "tsconfig-paths"
108+
- "@types/*"
109+
- "@rollup/plugin-yaml"
110+
111+
# Documentation & API
112+
documentation:
113+
patterns:
114+
- "swagger*"
115+
- "@apidevtools*"
116+
- "openapi-types"
117+
- "chainlink-algolia-search"
118+
- "react-instantsearch"
119+
120+
# Utilities
121+
utilities:
122+
patterns:
123+
- "lodash"
124+
- "uuid"
125+
- "pino"
126+
127+
# Security updates (specifically for security vulnerabilities)
128+
security-blockchain:
129+
applies-to: security-updates
130+
patterns:
131+
- "@chainlink*"
132+
- "ethers"
133+
- "@openzeppelin*"
134+
- "@metamask*"
135+
- "hardhat*"
136+
- "@nomicfoundation*"
137+
138+
security-frontend:
139+
applies-to: security-updates
140+
patterns:
141+
- "astro*"
142+
- "@astrojs*"
143+
- "preact*"
144+
- "react*"
145+
- "nanostores*"
146+
- "@nanostores*"
147+
- "swagger-ui*"
148+
149+
security-infrastructure:
150+
applies-to: security-updates
151+
patterns:
152+
- "vite"
153+
- "dotenv"
154+
- "@astrojs/vercel"
155+
- "pino"
156+
157+
security-data:
158+
applies-to: security-updates
159+
patterns:
160+
- "graphql*"
161+
- "@apollo*"
162+
- "@11ty/eleventy-fetch"
163+
- "lodash"
164+
165+
# GitHub Actions configuration
166+
- package-ecosystem: "github-actions"
167+
directory: "/"
168+
schedule:
169+
interval: "weekly"
170+
day: "sunday"
171+
time: "22:00"
172+
timezone: "UTC"
173+
open-pull-requests-limit: 5
174+
labels:
175+
- "dependencies"
176+
- "github-actions"
177+
groups:
178+
github-actions:
179+
patterns:
180+
- "*"

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@nanostores/react": "^0.8.4",
5959
"@openzeppelin/contracts": "^4.9.6",
6060
"astro": "^5.6.1",
61-
"bignumber.js": "^9.1.2",
61+
"bignumber.js": "^9.2.0",
6262
"chainlink-algolia-search": "^0.8.7",
6363
"clipboard": "^2.0.11",
6464
"dotenv": "^16.4.7",

src/config/data/ccip/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { SupportedChain } from "~/config/types.ts"
22
import { chainToTechnology } from "~/config/chains.ts"
33
import { NetworkFeeStructure, PoolType, TokenMechanism, LaneSpecificFeeKey, RateLimiterConfig } from "./types.ts"
44
import { networkFees } from "./data.ts"
5-
import { BigNumber as BigNumberJs } from "bignumber.js"
5+
import BigNumberJs from "bignumber.js"
66
import { commify } from "~/utils/index.js"
77

88
// Define valid pool type combinations and their corresponding mechanisms

0 commit comments

Comments
 (0)