Skip to content

feat: add Bun support and update repository URLs#20

Merged
pauldps merged 2 commits intomainfrom
feat/add-bun-support-17229898327958486059
Feb 6, 2026
Merged

feat: add Bun support and update repository URLs#20
pauldps merged 2 commits intomainfrom
feat/add-bun-support-17229898327958486059

Conversation

@pauldps
Copy link
Contributor

@pauldps pauldps commented Feb 6, 2026

This PR adds native Bun/TypeScript support to the dps-config repository. It includes a pure TypeScript implementation mirroring the Rust DpsConfig logic, comprehensive tests, and updated packaging/CI configurations to support both languages in a single repository. It also updates all internal references to the new repository URL.


PR created automatically by Jules for task 17229898327958486059 started by @pauldps

- Added TypeScript implementation of DpsConfig in src/index.ts with envPrefix support.
- Added Bun tests in src/index.test.ts mirroring Rust tests.
- Created package.json for @dimensionalpocket/dps-config.
- Added .github/workflows/bun-test.yml for Bun CI.
- Updated .gitignore, .npmignore, and Cargo.toml (exclude) to handle mixed codebase packaging.
- Updated all occurrences of repository URL to https://github.com/dimensionalpocket/dps-config.
- Updated README.md with Bun installation and usage instructions.

Co-authored-by: pauldps <1726774+pauldps@users.noreply.github.com>
@google-labs-jules
Copy link
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@pauldps
Copy link
Contributor Author

pauldps commented Feb 6, 2026

@jules

we need to update the release-please configuration to include package.json. since this is a mixed repo with rust and javascript but release-please does not support mixed languages, lets keep the release-type as rust then update package.json via extra-files, like this (in the manifest):

  "extra-files": [
    {
      "type": "json",
      "path": "package.json",
      "jsonpath": "$.version"
    }
  ]

@google-labs-jules
Copy link
Contributor

@jules

we need to update the release-please configuration to include package.json. since this is a mixed repo with rust and javascript but release-please does not support mixed languages, lets keep the release-type as rust then update package.json via extra-files, like this (in the manifest):

  "extra-files": [
    {
      "type": "json",
      "path": "package.json",
      "jsonpath": "$.version"
    }
  ]

I've updated release-please-config.json to include package.json in extra-files as suggested. This will ensure both Cargo.toml and package.json versions are kept in sync by release-please.

- Added package.json to extra-files in release-please-config.json.
- Addressed PR feedback.

Co-authored-by: pauldps <1726774+pauldps@users.noreply.github.com>
@pauldps pauldps merged commit 5bc80e6 into main Feb 6, 2026
4 checks passed
@pauldps pauldps deleted the feat/add-bun-support-17229898327958486059 branch February 6, 2026 06:24
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.

1 participant