Skip to content

(258) fix: check process is defined#5451

Merged
jhefferman-sfdc merged 6 commits intowinter26from
release-version-2025-08-08-16_06
Aug 8, 2025
Merged

(258) fix: check process is defined#5451
jhefferman-sfdc merged 6 commits intowinter26from
release-version-2025-08-08-16_06

Conversation

@jhefferman-sfdc
Copy link
Contributor

Details

The process object is not defined when imported and this scenario needs to be protected.

Does this pull request introduce a breaking change?

  • 😮‍💨 No, it does not introduce a breaking change.

Does this pull request introduce an observable change?

  • 🤞 No, it does not introduce an observable change.

GUS work item

W-19286892

jmsjtu and others added 4 commits August 5, 2025 09:51
…ates (#5444)

Bumps the theoretically-non-breaking group with 4 updates: [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js), [lint-staged](https://github.com/lint-staged/lint-staged), [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `@nx/js` from 21.3.10 to 21.3.11
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/21.3.11/packages/js)

Updates `lint-staged` from 16.1.2 to 16.1.4
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.1.2...v16.1.4)

Updates `nx` from 21.3.10 to 21.3.11
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/21.3.11/packages/nx)

Updates `typescript-eslint` from 8.38.0 to 8.39.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.39.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@nx/js"
  dependency-version: 21.3.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: lint-staged
  dependency-version: 16.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: nx
  dependency-version: 21.3.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: typescript-eslint
  dependency-version: 8.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Tu <jmsjtu@gmail.com>
* chore: update nucleus config

* chore: add a comment about nucleus configs
@jhefferman-sfdc jhefferman-sfdc requested a review from a team as a code owner August 8, 2025 16:13
@jhefferman-sfdc jhefferman-sfdc merged commit 7cadcf2 into winter26 Aug 8, 2025
6 checks passed
@jhefferman-sfdc jhefferman-sfdc deleted the release-version-2025-08-08-16_06 branch August 8, 2025 17:20
@salesforce-nucleus
Copy link
Contributor

✅ All Pre-release Checks Passed

  • ⚪️ Check PR user has rights to execute the workflow (skipped)
    Skipping PR owner check since PR has already been merged.
  • Check PR is approved
    PR 5451 is approved
  • ⚪️ Check PR is mergeable (skipped)
    PR 5451 has already been merged
  • ⚠️ Check GUS reference is present
    PR does not contain a reference to a GUS work item. You can update it any time by including '@W-XXXXXXX' into the title or body of the PR
  • Check no conflicting Github release
  • Check NPM packages have not been released yet
  • ⚪️ Check Maven artifacts have not been released yet (skipped)
    Skipping check since project doesn't deliver Maven artifacts
  • ⚪️ Check GAV mapping exists for jar repo (skipped)
    Skipping GAV mapping check because a core jar is not being released.

@salesforce-nucleus
Copy link
Contributor

🚢 Release Starting

This pull request has been merged and the release of version 8.20.4 is starting.

You can monitor the progress of the release in Nucleus by visiting the following URL.
https://nucleus.uipengsys-public.buildndeliver-s.aws-esvc1-useast2.aws.sfdc.cl/workflows/271864

jmsjtu added a commit that referenced this pull request Aug 13, 2025
* chore: bump version to 8.21.0 (#5445)

* build(deps-dev): bump the theoretically-non-breaking group with 4 updates (#5444)

Bumps the theoretically-non-breaking group with 4 updates: [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js), [lint-staged](https://github.com/lint-staged/lint-staged), [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `@nx/js` from 21.3.10 to 21.3.11
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/21.3.11/packages/js)

Updates `lint-staged` from 16.1.2 to 16.1.4
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.1.2...v16.1.4)

Updates `nx` from 21.3.10 to 21.3.11
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/21.3.11/packages/nx)

Updates `typescript-eslint` from 8.38.0 to 8.39.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.39.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@nx/js"
  dependency-version: 21.3.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: lint-staged
  dependency-version: 16.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: nx
  dependency-version: 21.3.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: typescript-eslint
  dependency-version: 8.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Tu <jmsjtu@gmail.com>

* chore: update nucleus config CLCO `master` (#5447)

* chore: update nucleus config

* chore: add a comment about nucleus configs

* chore: bump version to 8.20.4

* fix: undefined in ssr-client-utils

* fix: add branches to web-test-runner.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: James Tu <jmsjtu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

3 participants