Skip to content

Conversation

@codydemartin
Copy link
Contributor

Pull Request

Summary

Releasing 1.0.1 which includes changes to our CODEOWNERS file as well as some dependency upgrades.

#41
#42


What Changed

Babel development dependencies versions were bumped to close out security vulnerabilities.


Checklist

  • I’ve added or updated unit tests where necessary
  • I’ve added or updated documentation
  • I've run yarn docs to generate the documentation
  • I’ve manually tested the functionality in this PR
  • This pull request is ready for review

Testing

Ran the following locally after merging #42 and rebasing #41 off main:

yarn install --frozen-lockfile

[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
[4/4] 🔨  Building fresh packages...
✨  Done in 10.02s.

yarn build

yarn run v1.22.22
$ tsc -b
✨  Done in 1.97s.

yarn test
yarn run v1.22.22
$ cross-env NODE_ENV=test TS_NODE_PROJECT=tsconfig.test.json concurrently -k -s first "wiremock" "mocha"
[0] The supported Java platform at Salesforce is: Azul Zulu Community (OpenJDK)
[0] Find more information by visiting this Concierge page: http://sfdc.co/openjdk
[0] wiremock exited with code 0
--> Sending SIGTERM to other processes..
[1] mocha exited with code SIGTERM
✨  Done in 1.01s.

node -e "require('jsforce'); console.log('jsforce load ok')"
jsforce load ok

@codydemartin codydemartin requested a review from a team as a code owner November 11, 2025 17:52
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