Skip to content
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

Release 1.4.12 #184

Merged
merged 3 commits into from
Dec 11, 2024
Merged

Release 1.4.12 #184

merged 3 commits into from
Dec 11, 2024

Conversation

aristidesstaffieri
Copy link
Contributor

…imulate endpoint, renames parameter to be more clear, adds test for simulate-tx route (#183)
@stellar-jenkins
Copy link

Bumps the minor-and-patch group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@blockaid/client](https://github.com/blockaid-official/blockaid-client-node) | `0.29.1` | `0.31.0` |
| [@fastify/rate-limit](https://github.com/fastify/fastify-rate-limit) | `10.1.1` | `10.2.1` |
| [@sentry/node](https://github.com/getsentry/sentry-javascript) | `8.38.0` | `8.42.0` |
| [axios](https://github.com/axios/axios) | `1.7.7` | `1.7.9` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.0` | `22.10.1` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.5` | `16.4.7` |
| [husky](https://github.com/typicode/husky) | `9.1.6` | `9.1.7` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` |
| [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.97.1` |


Updates `@blockaid/client` from 0.29.1 to 0.31.0
- [Release notes](https://github.com/blockaid-official/blockaid-client-node/releases)
- [Changelog](https://github.com/blockaid-official/blockaid-client-node/blob/main/CHANGELOG.md)
- [Commits](blockaid-official/blockaid-client-node@v0.29.1...v0.31.0)

Updates `@fastify/rate-limit` from 10.1.1 to 10.2.1
- [Release notes](https://github.com/fastify/fastify-rate-limit/releases)
- [Commits](fastify/fastify-rate-limit@v10.1.1...v10.2.1)

Updates `@sentry/node` from 8.38.0 to 8.42.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.38.0...8.42.0)

Updates `axios` from 1.7.7 to 1.7.9
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.7...v1.7.9)

Updates `@types/node` from 22.9.0 to 22.10.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `dotenv` from 16.4.5 to 16.4.7
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.5...v16.4.7)

Updates `husky` from 9.1.6 to 9.1.7
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.6...v9.1.7)

Updates `prettier` from 3.3.3 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.4.2)

Updates `typescript` from 5.6.3 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.2)

Updates `webpack` from 5.96.1 to 5.97.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.96.1...v5.97.1)

---
updated-dependencies:
- dependency-name: "@blockaid/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@fastify/rate-limit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@sentry/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: dotenv
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Copy link

socket-security bot commented Dec 9, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@babel/compat-data@7.26.3 None 0 66.5 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/generator@7.26.3 None 0 546 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/parser@7.26.3 None 0 1.9 MB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/plugin-transform-modules-commonjs@7.26.3 None 0 41.7 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/plugin-transform-typescript@7.26.3 None 0 137 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/traverse@7.26.4 Transitive: environment +1 3.22 MB nicolo-ribaudo
npm/@blockaid/client@0.31.0 environment, network 0 992 kB blockaiduser
npm/@fastify/rate-limit@10.2.1 None 0 192 kB gurgunday
npm/@opentelemetry/api-logs@0.56.0 None 0 200 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/context-async-hooks@1.29.0 None 0 59.3 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/core@1.29.0 None +1 7.16 MB dyladan
npm/@opentelemetry/instrumentation-amqplib@0.45.0 None 0 121 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-connect@0.42.0 None 0 53.5 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-dataloader@0.15.0 None 0 44 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-express@0.46.0 None 0 93.2 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-fastify@0.43.0 None 0 70 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-fs@0.18.0 None 0 80.5 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-generic-pool@0.42.0 None 0 35.3 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-graphql@0.46.0 None 0 126 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-hapi@0.44.0 None 0 85.7 kB dyladan
npm/@opentelemetry/instrumentation-http@0.56.0 None 0 234 kB dyladan
npm/@opentelemetry/instrumentation-ioredis@0.46.0 None 0 56.3 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-kafkajs@0.6.0 None 0 60 kB dyladan
npm/@opentelemetry/instrumentation-knex@0.43.0 None 0 57.1 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-koa@0.46.0 None 0 60.7 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-lru-memoizer@0.43.0 None 0 27.8 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-mongodb@0.50.0 None 0 130 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-mongoose@0.45.0 None 0 68.5 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-mysql@0.44.0 None 0 75.4 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-mysql2@0.44.0 None 0 57.8 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-nestjs-core@0.43.0 None 0 51.7 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-pg@0.49.0 None +1 5.46 MB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-redis-4@0.45.0 None 0 82.1 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-tedious@0.17.0 None 0 50.6 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-undici@0.9.0 None 0 109 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation@0.56.0 None +1 547 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/resources@1.29.0 None 0 558 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/sdk-trace-base@1.29.0 None 0 796 kB bogdandrutu, dyladan, pichlermarc
npm/@sentry/core@8.43.0 None 0 3.55 MB benvinegar, billyvg, evanpurkhiser, ...8 more
npm/@sentry/node@8.43.0 None 0 3.13 MB benvinegar, billyvg, evanpurkhiser, ...8 more
npm/@sentry/opentelemetry@8.43.0 None 0 989 kB sentry-bot
npm/@types/node@18.19.68 None 0 2.03 MB types
npm/@urql/core@5.1.0 None 0 0 B
npm/axios@1.7.9 network 0 2.13 MB jasonsaayman
npm/caniuse-lite@1.0.30001687 None 0 2.15 MB caniuse-lite
npm/cookie@1.0.2 None 0 46.5 kB blakeembrey
npm/cross-spawn@7.0.6 environment, filesystem, shell 0 16.1 kB satazor
npm/debug@4.4.0 environment 0 42.8 kB qix
npm/dotenv@16.4.7 None 0 75.8 kB motdotenv, motdotla, scottmotte, ...1 more
npm/electron-to-chromium@1.5.72 None 0 153 kB kilianvalkhof
npm/forwarded-parse@2.1.2 None 0 10.4 kB lpinca
npm/husky@9.1.7 None 0 4.04 kB typicode
npm/jsesc@3.1.0 None 0 32.3 kB mathias
npm/lilconfig@3.1.3 None 0 18 kB antonk52
npm/lint-staged@15.2.11 Transitive: environment +11 411 kB okonet
npm/node-gyp-build@4.8.4 None 0 13.9 kB mafintosh, vweevers
npm/node-releases@2.0.19 None 0 37.2 kB chicoxyzzy
npm/prettier@3.4.2 None 0 7.83 MB prettier-bot
npm/resolve.exports@2.0.3 None 0 24.1 kB lukeed
npm/terser@5.37.0 Transitive: filesystem, shell +2 2.36 MB fabiosantoscode
npm/typescript@5.7.2 None 0 22.7 MB typescript-bot
npm/webpack@5.97.1 environment, filesystem, network, unsafe 0 5.21 MB evilebottnawi
npm/yaml@2.6.1 environment 0 682 kB eemeli

🚮 Removed packages: npm/@babel/compat-data@7.26.2, npm/@babel/generator@7.26.2, npm/@babel/helper-simple-access@7.25.9, npm/@babel/plugin-transform-modules-commonjs@7.25.9, npm/@babel/plugin-transform-typescript@7.25.9, npm/@babel/traverse@7.25.9, npm/@babel/types@7.26.0, npm/@blockaid/client@0.29.1, npm/@fastify/rate-limit@10.1.1, npm/@opentelemetry/api-logs@0.54.2, npm/@opentelemetry/context-async-hooks@1.27.0, npm/@opentelemetry/core@1.27.0, npm/@opentelemetry/instrumentation-amqplib@0.43.0, npm/@opentelemetry/instrumentation-connect@0.40.0, npm/@opentelemetry/instrumentation-dataloader@0.12.0, npm/@opentelemetry/instrumentation-express@0.44.0, npm/@opentelemetry/instrumentation-fastify@0.41.0, npm/@opentelemetry/instrumentation-fs@0.16.0, npm/@opentelemetry/instrumentation-generic-pool@0.39.0, npm/@opentelemetry/instrumentation-graphql@0.44.0, npm/@opentelemetry/instrumentation-hapi@0.41.0, npm/@opentelemetry/instrumentation-http@0.53.0, npm/@opentelemetry/instrumentation-ioredis@0.43.0, npm/@opentelemetry/instrumentation-kafkajs@0.4.0, npm/@opentelemetry/instrumentation-knex@0.41.0, npm/@opentelemetry/instrumentation-koa@0.43.0, npm/@opentelemetry/instrumentation-lru-memoizer@0.40.0, npm/@opentelemetry/instrumentation-mongodb@0.48.0, npm/@opentelemetry/instrumentation-mongoose@0.42.0, npm/@opentelemetry/instrumentation-mysql2@0.41.0, npm/@opentelemetry/instrumentation-mysql@0.41.0, npm/@opentelemetry/instrumentation-nestjs-core@0.40.0, npm/@opentelemetry/instrumentation-pg@0.44.0, npm/@opentelemetry/instrumentation-redis-4@0.42.0, npm/@opentelemetry/instrumentation-tedious@0.15.0, npm/@opentelemetry/instrumentation-undici@0.6.0, npm/@opentelemetry/instrumentation@0.54.2, npm/@opentelemetry/resources@1.27.0, npm/@opentelemetry/sdk-trace-base@1.27.0, npm/@sentry/core@8.38.0, npm/@sentry/node@8.38.0, npm/@sentry/opentelemetry@8.38.0, npm/@sentry/types@8.38.0, npm/@sentry/utils@8.38.0, npm/@types/node@18.19.64, npm/@urql/core@5.0.8, npm/axios@1.7.7, npm/caniuse-lite@1.0.30001680, npm/cookie@1.0.1, npm/cross-spawn@7.0.5, npm/debug@4.3.7, npm/dotenv@16.4.5, npm/electron-to-chromium@1.5.57, npm/husky@9.1.6, npm/jsesc@3.0.2, npm/lilconfig@3.1.2, npm/lint-staged@15.2.10, npm/node-gyp-build@4.8.3, npm/node-releases@2.0.18, npm/prettier@3.3.3, npm/resolve.exports@2.0.2, npm/terser@5.36.0, npm/typescript@5.6.3, npm/webpack@5.96.1, npm/yaml@2.5.1

View full report↗︎

@stellar-jenkins
Copy link

@aristidesstaffieri aristidesstaffieri marked this pull request as ready for review December 11, 2024 16:29
@stellar-jenkins
Copy link

@aristidesstaffieri aristidesstaffieri merged commit 7944b76 into main Dec 11, 2024
4 checks passed
@aristidesstaffieri aristidesstaffieri deleted the release/1.4.12 branch December 11, 2024 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants