Skip to content

Commit

Permalink
Bump the other group with 6 updates (#59)
Browse files Browse the repository at this point in the history
Bumps the other group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@rollup/plugin-terser](https://github.com/rollup/plugins/tree/HEAD/packages/terser) | `0.4.3` | `0.4.4` |
| [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) | `11.1.2` | `11.1.5` |
| [rollup](https://github.com/rollup/rollup) | `3.26.2` | `4.1.5` |
| [rollup-plugin-dts](https://github.com/Swatinem/rollup-plugin-dts) | `5.3.0` | `6.1.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `4.9.5` | `5.2.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `0.33.0` | `0.34.6` |


Updates `@rollup/plugin-terser` from 0.4.3 to 0.4.4
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/terser/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/terser-v0.4.4/packages/terser)

Updates `@rollup/plugin-typescript` from 11.1.2 to 11.1.5
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v11.1.5/packages/typescript)

Updates `rollup` from 3.26.2 to 4.1.5
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v3.26.2...v4.1.5)

Updates `rollup-plugin-dts` from 5.3.0 to 6.1.0
- [Changelog](https://github.com/Swatinem/rollup-plugin-dts/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rollup-plugin-dts@v5.3.0...v6.1.0)

Updates `typescript` from 4.9.5 to 5.2.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.9.5...v5.2.2)

Updates `vitest` from 0.33.0 to 0.34.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.34.6/packages/vitest)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-terser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: "@rollup/plugin-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: rollup-plugin-dts
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kyle Barron <[email protected]>
  • Loading branch information
dependabot[bot] and kylebarron authored Oct 31, 2023
1 parent 5213af5 commit dde2631
Show file tree
Hide file tree
Showing 2 changed files with 385 additions and 227 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.2",
"apache-arrow": "^13",
"rollup": "^3.26.2",
"rollup-plugin-dts": "^5.3.0",
"rollup": "^4.1.5",
"rollup-plugin-dts": "^6.1.0",
"rust-arrow-ffi": "./tests/rust-arrow-ffi/pkg/",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"vitest": "^0.33.0"
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
"volta": {
"node": "20.9.0"
Expand Down
Loading

0 comments on commit dde2631

Please sign in to comment.