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

Bump the minor-and-patch group across 1 directory with 16 updates #1016

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 19, 2024

Bumps the minor-and-patch group with 15 updates in the / directory:

Package From To
@stellar/stellar-base 12.0.1 12.1.0
@babel/cli 7.24.7 7.24.8
@babel/core 7.24.7 7.24.9
@babel/preset-env 7.24.7 7.24.8
@definitelytyped/dtslint 0.2.20 0.2.22
@types/lodash 4.17.5 4.17.7
@types/node 20.14.2 20.14.11
eslint-plugin-jsdoc 48.2.12 48.8.0
eslint-plugin-prettier 5.1.3 5.2.1
husky 9.0.11 9.1.1
mocha 10.4.0 10.6.0
@types/mocha 10.0.6 10.0.7
prettier 3.3.2 3.3.3
typescript 5.4.5 5.5.3
webpack 5.92.0 5.93.0

Updates @stellar/stellar-base from 12.0.1 to 12.1.0

Release notes

Sourced from @​stellar/stellar-base's releases.

v12.1.0

Added

  • TransactionBuilder now has addOperationAt and clearOperationAt methods to allow manipulation of individual operations (#757).

Fixed

  • Improve the efficiency and portability of asset type retrieval (#758).
  • nativeToScVal now correctly sorts maps lexicographically based on the keys to match what the Soroban environment expects (#759).
  • humanizeEvents now handles events without a contractId set more reliably (#764).
  • nativeToScVal now allows all integer types to come from strings (#763).

New Contributors

Full Changelog: stellar/js-stellar-base@v12.0.1...v12.1.0

Changelog

Sourced from @​stellar/stellar-base's changelog.

v12.1.0

Added

  • TransactionBuilder now has addOperationAt and clearOperationAt methods to allow manipulation of individual operations (#757).

Fixed

  • Improve the efficiency and portability of asset type retrieval (#758).
  • nativeToScVal now correctly sorts maps lexicographically based on the keys to match what the Soroban environment expects (#759).
  • nativeToScVal now allows all integer types to come from strings (#763).
  • humanizeEvents now handles events without a contractId set more reliably (#764).
Commits
  • 14717f1 Release v12.1.0 (#760)
  • 6938163 Handle cases in humanizeEvents where contractId is not set entirely (#764)
  • 5aebcfc Add support for nativeToScVal to convert strings to all number sizes. (#763)
  • c4f9989 Add TransactionBuilder.addOperationAt|clearOperationAt methods (#757)
  • 9abd8bd Automatically sort maps to match Soroban environment expectations (#759)
  • 212ebf5 Compare assets by integer rather than by object (#758)
  • 5efdff0 Add missing links and entry to changelog (#755)
  • See full diff in compare view

Updates @babel/cli from 7.24.7 to 7.24.8

Release notes

Sourced from @​babel/cli's releases.

v7.24.8 (2024-07-11)

Thanks @​H0onnn, @​jkup and @​SreeXD for your first pull requests!

👓 Spec Compliance

🐛 Bug Fix

💅 Polish

Committers: 9

Changelog

Sourced from @​babel/cli's changelog.

v7.24.8 (2024-07-11)

👓 Spec Compliance

🐛 Bug Fix

💅 Polish

Commits

Updates @babel/core from 7.24.7 to 7.24.9

Release notes

Sourced from @​babel/core's releases.

v7.24.9 (2024-07-15)

🐛 Bug Fix

💅 Polish

  • babel-generator, babel-plugin-transform-optional-chaining

🏠 Internal

  • babel-helper-module-transforms

Committers: 5

v7.24.8 (2024-07-11)

Thanks @​H0onnn, @​jkup and @​SreeXD for your first pull requests!

👓 Spec Compliance

🐛 Bug Fix

💅 Polish

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.24.9 (2024-07-15)

🐛 Bug Fix

💅 Polish

  • babel-generator, babel-plugin-transform-optional-chaining

🏠 Internal

  • babel-helper-module-transforms

v7.24.8 (2024-07-11)

👓 Spec Compliance

🐛 Bug Fix

💅 Polish

Commits

Updates @babel/preset-env from 7.24.7 to 7.24.8

Release notes

Sourced from @​babel/preset-env's releases.

v7.24.8 (2024-07-11)

Thanks @​H0onnn, @​jkup and @​SreeXD for your first pull requests!

👓 Spec Compliance

🐛 Bug Fix

💅 Polish

Committers: 9

Changelog

Sourced from @​babel/preset-env's changelog.

v7.24.8 (2024-07-11)

👓 Spec Compliance

🐛 Bug Fix

💅 Polish

Commits

Updates @definitelytyped/dtslint from 0.2.20 to 0.2.22

Release notes

Sourced from @​definitelytyped/dtslint's releases.

@​definitelytyped/dtslint@​0.2.22

Patch Changes

  • 2a6318d: Bump TypeScript to 5.5
  • Updated dependencies [2c5e174]
  • Updated dependencies [2a6318d]
    • @​definitelytyped/typescript-packages@​0.1.3
    • @​definitelytyped/typescript-versions@​0.1.3
    • @​definitelytyped/header-parser@​0.2.11
    • @​definitelytyped/utils@​0.1.7

@​definitelytyped/dtslint@​0.2.21

Patch Changes

  • Updated dependencies [b2c15e6]
    • @​definitelytyped/typescript-packages@​0.1.2
    • @​definitelytyped/typescript-versions@​0.1.2
    • @​definitelytyped/header-parser@​0.2.10
Changelog

Sourced from @​definitelytyped/dtslint's changelog.

0.2.22

Patch Changes

  • 2a6318d: Bump TypeScript to 5.5
  • Updated dependencies [2c5e174]
  • Updated dependencies [2a6318d]
    • @​definitelytyped/typescript-packages@​0.1.3
    • @​definitelytyped/typescript-versions@​0.1.3
    • @​definitelytyped/header-parser@​0.2.11
    • @​definitelytyped/utils@​0.1.7

0.2.21

Patch Changes

  • Updated dependencies [b2c15e6]
    • @​definitelytyped/typescript-packages@​0.1.2
    • @​definitelytyped/typescript-versions@​0.1.2
    • @​definitelytyped/header-parser@​0.2.10
Commits

Updates @types/lodash from 4.17.5 to 4.17.7

Commits

Updates @types/node from 20.14.2 to 20.14.11

Commits

Updates @typescript-eslint/parser from 7.13.0 to 7.16.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.16.1

7.16.1 (2024-07-15)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters (#9530)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.16.0

7.16.0 (2024-07-08)

🚀 Features

  • ast-spec: add parent property to AccessorProperty node types (#9487)
  • eslint-plugin: [no-unnecessary-type-parameters] port from v8 to v7 (#9473)
  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule (#8903)
  • eslint-plugin: add support for nested namespaces to unsafe-member-access (#9478)
  • eslint-plugin: [no-floating-promises] add checkThenables option (#9263)
  • rule-tester: stricter rule test validations (#9086)

🩹 Fixes

  • deps: update dependency @​eslint-community/regexpp to v4.11.0 (#9497)
  • eslint-plugin: [no-floating-promises] add suggestions to tests from #9263 checkThenables (#9515, #9263)
  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled (#9492)
  • utils: context.parserPath may be undefined (#9486)
  • website: react key error on internal pages of website (#9506)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.15.0

7.15.0 (2024-07-01)

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.16.1 (2024-07-15)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.16.0 (2024-07-08)

🩹 Fixes

  • deps: update dependency @​eslint-community/regexpp to v4.11.0

  • website: react key error on internal pages of website

❤️ Thank You

  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

7.15.0 (2024-07-01)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.14.1 (2024-06-24)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.14.0 (2024-06-24)

🚀 Features

  • support TypeScript 5.5

❤️ Thank You

... (truncated)

Commits

Updates eslint-plugin-jsdoc from 48.2.12 to 48.8.0

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v48.8.0

48.8.0 (2024-07-19)

Features

  • check-template-names: add rule; fixes #1120 (962d99d)
  • update semver, synckit, devDeps (f61e5b2)

v48.7.0

48.7.0 (2024-07-10)

Features

v48.6.0

48.6.0 (2024-07-09)

Features

v48.5.2

48.5.2 (2024-07-05)

Bug Fixes

  • require-param: proper errors/fixing for succeeding destructured objects; fixes #762 (394b85f)

v48.5.1

48.5.1 (2024-07-05)

Bug Fixes

  • check-param-names: proper error messages for rest elements; fixes #1225 (6371c4a)

v48.5.0

48.5.0 (2024-06-26)

Features

  • check-param-names: check TSMethodSignature (as on interface methods); fixes #1249 (49400e1)

v48.4.0

... (truncated)

Commits
  • f61e5b2 feat: update semver, synckit, devDeps
  • 962d99d feat(check-template-names): add rule; fixes #1120
  • 7e311ab chore: resume building docs on push
  • d46be35 feat(require-template): add rule; fixes part of #1120
  • 1bb8aa5 chore: enable ESM-only devDeps
  • e570b79 refactor: work on converting to jsdoc comments (after)
  • d5fa8da feat: new rule convert-to-jsdoc-comments; fixes #1002
  • 394b85f fix(require-param): proper errors/fixing for succeeding destructured object...
  • 6371c4a fix(check-param-names): proper error messages for rest elements; fixes #1225
  • 14dc1bd chore: update debug, devDeps.
  • Additional commits viewable in compare view

Updates eslint-plugin-prettier from 5.1.3 to 5.2.1

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.2.1

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.2.1

Patch Changes

5.2.0

Minor Changes

Commits
  • 51324d9 chore: fix CHANGELOG.md formatting issue
  • 24288c7 chore: release eslint-plugin-prettier (#669)
  • ac036cc build(deps): Bump synckit from 0.8.6 to 0.9.1 (#668)
  • a1e6f4a build(deps): Bump braces from 3.0.2 to 3.0.3 (#665)
  • de9751c build(deps): Bump pnpm/action-setup from 2 to 4 in the actions group (#661)
  • 02c21a5 chore: release eslint-plugin-prettier (#653)
  • f170011 feat: support parsing html via @html-eslint/parser natively (#652)
  • See full diff in compare view

Updates husky from 9.0.11 to 9.1.1

Release notes

Sourced from husky's releases.

v9.1.1

Super saiyan god dog! It's over 9.0.0!

What's new

You can now run package commands directly, no need for npx or equivalents. It makes writing hooks more intuitive and is also slightly faster 🐺⚡️

# .husky/pre-commit
- npx jest
+ jest # ~0.2s faster

A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it.

# .husky/pre-commit
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown
git update-index --again

For more advanced use cases, see lint-staged.

Fixes

  • bunx husky init command
  • Workaround for some hooks implementation on Windows

Deprecations

  • #!/usr/bin/env sh and . "$(dirname -- "$0")/_/husky.sh" are deprecated. husky command will automatically remove them, no action required.
  • If you're having code in ~/.huskyrc please move it to .config/husky/init.sh

Support for these will be removed in v10.

Friendly reminder

If Git hooks don't fit your workflow, you can disable Husky globally. Just add export HUSKY=0 to .config/husky/init.sh.

I've seen some confusion about this on X, so just a heads-up!

Sponsoring

Husky is downloaded over 45M times per month and used by ~1.5M projects. If your company wants to sponsor, you can do so here: GitHub Sponsors.

... (truncated)

Commits

Updates mocha from 10.4.0 to 10.6.0

Release notes

Sourced from mocha's releases.

v10.6.0

What's Changed

Full Changelog: mochajs/mocha@v10.5.2...v10.6.0

v10.5.2

What's Changed

New Contributors

Full Changelog: mochajs/mocha@v10.5.1...v10.5.2

v10.5.1

What's Changed

New Contributors

Full Changelog: mochajs/mocha@v10.5.0...v10.5.1

v10.5.0

🎉 Enhancements

🐛 Fixes

🔩 Other

Changelog

Sourced from mocha's changelog.

10.6.0 / 2024-07-02

🎉 Enhancements

Bumps the minor-and-patch group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@stellar/stellar-base](https://github.com/stellar/js-stellar-base) | `12.0.1` | `12.1.0` |
| [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.24.7` | `7.24.8` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.7` | `7.24.9` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.7` | `7.24.8` |
| [@definitelytyped/dtslint](https://github.com/microsoft/DefinitelyTyped-tools/tree/HEAD/packages/dtslint) | `0.2.20` | `0.2.22` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.5` | `4.17.7` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.2` | `20.14.11` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.2.12` | `48.8.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` |
| [husky](https://github.com/typicode/husky) | `9.0.11` | `9.1.1` |
| [mocha](https://github.com/mochajs/mocha) | `10.4.0` | `10.6.0` |
| [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) | `10.0.6` | `10.0.7` |
| [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.3` |
| [webpack](https://github.com/webpack/webpack) | `5.92.0` | `5.93.0` |



Updates `@stellar/stellar-base` from 12.0.1 to 12.1.0
- [Release notes](https://github.com/stellar/js-stellar-base/releases)
- [Changelog](https://github.com/stellar/js-stellar-base/blob/master/CHANGELOG.md)
- [Commits](stellar/js-stellar-base@v12.0.1...v12.1.0)

Updates `@babel/cli` from 7.24.7 to 7.24.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.8/packages/babel-cli)

Updates `@babel/core` from 7.24.7 to 7.24.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.9/packages/babel-core)

Updates `@babel/preset-env` from 7.24.7 to 7.24.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.8/packages/babel-preset-env)

Updates `@definitelytyped/dtslint` from 0.2.20 to 0.2.22
- [Release notes](https://github.com/microsoft/DefinitelyTyped-tools/releases)
- [Changelog](https://github.com/microsoft/DefinitelyTyped-tools/blob/main/packages/dtslint/CHANGELOG.md)
- [Commits](https://github.com/microsoft/DefinitelyTyped-tools/commits/@definitelytyped/[email protected]/packages/dtslint)

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

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

Updates `@typescript-eslint/parser` from 7.13.0 to 7.16.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.1/packages/parser)

Updates `eslint-plugin-jsdoc` from 48.2.12 to 48.8.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v48.2.12...v48.8.0)

Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.1.3...v5.2.1)

Updates `husky` from 9.0.11 to 9.1.1
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.0.11...v9.1.1)

Updates `mocha` from 10.4.0 to 10.6.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.4.0...v10.6.0)

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

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

Updates `typescript` from 5.4.5 to 5.5.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.3)

Updates `webpack` from 5.92.0 to 5.93.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.92.0...v5.93.0)

---
updated-dependencies:
- dependency-name: "@stellar/stellar-base"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@babel/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@definitelytyped/dtslint"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/mocha"
  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-patch
  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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 19, 2024
Copy link

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

Package New capabilities Transitives Size Publisher
npm/@babel/[email protected] None 0 186 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 65.6 kB nicolo-ribaudo
npm/@babel/[email protected] environment, filesystem, unsafe 0 788 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 496 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 52.2 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 160 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 114 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 31.8 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 11.8 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 868 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 1.89 MB nicolo-ribaudo
npm/@babel/[email protected] None 0 151 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 144 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 107 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 101 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 72.7 kB nicolo-ribaudo
npm/@babel/[email protected] environment, filesystem 0 231 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 637 kB nicolo-ribaudo
npm/@babel/[email protected] environment 0 2.41 MB nicolo-ribaudo
npm/@definitelytyped/[email protected] environment, filesystem 0 102 kB definitelytyped-publisher
npm/@definitelytyped/[email protected] filesystem 0 41.2 kB definitelytyped-publisher
npm/@definitelytyped/[email protected] None 0 4.12 kB definitelytyped-publisher
npm/@definitelytyped/[email protected] None 0 10.3 kB definitelytyped-publisher
npm/@definitelytyped/[email protected] environment, filesystem, network, shell 0 128 kB definitelytyped-publisher
npm/@es-joy/[email protected] None 0 122 kB brettz9
npm/@stellar/[email protected] None 0 562 kB stellar-npm-ci
npm/@stellar/[email protected] None 0 3.54 MB stellar-npm-ci
npm/@types/[email protected] None 0 867 kB types
npm/@types/[email protected] None 0 95.9 kB types
npm/@types/[email protected] None 0 2.09 MB types
npm/@typescript-eslint/[email protected] None 0 2.8 MB jameshenry
npm/@typescript-eslint/[email protected] None 0 18.2 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 620 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 109 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 160 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 579 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 284 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 19.4 kB jameshenry
npm/[email protected] environment 0 26.1 kB jonschlinkert
npm/[email protected] environment, filesystem 0 62.9 kB ai
npm/[email protected] None 0 2.08 MB caniuse-lite
npm/[email protected] None 0 429 kB explodingcabbage
npm/[email protected] None 0 298 kB kilianvalkhof
npm/[email protected] None 0 90.9 kB guybedford
npm/[email protected] filesystem 0 1.93 MB gajus
npm/[email protected] None 0 34.3 kB jounqin
npm/[email protected] None 0 1.04 MB michaelficarra
npm/[email protected] environment, filesystem, shell 0 4.21 kB typicode
npm/[email protected] environment, eval, filesystem 0 2.12 MB joshuakgoldberg
npm/[email protected] None 0 51 kB tomeraberbach
npm/[email protected] environment, filesystem, unsafe 0 7.7 MB prettier-bot
npm/[email protected] None 0 16.9 kB redonkulus
npm/[email protected] None 0 26 kB chrisackerman
npm/[email protected] environment 0 55.7 kB jounqin
npm/[email protected] None 0 0 B
npm/[email protected] None 0 21.9 MB typescript-bot
npm/[email protected] environment, filesystem, shell 0 14.8 kB ai
npm/[email protected] environment, filesystem, network, unsafe 0 4.98 MB evilebottnawi
npm/[email protected] eval 0 374 kB josdejong

🚮 Removed packages: npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@definitelytyped/[email protected], npm/@definitelytyped/[email protected], npm/@definitelytyped/[email protected], npm/@definitelytyped/[email protected], npm/@definitelytyped/[email protected], npm/@es-joy/[email protected], npm/@stellar/[email protected], npm/@stellar/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 19, 2024

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Jul 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-d50d3d7e00 branch July 19, 2024 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants