react-native-code-highlighter
react-native-code-highlighter copied to clipboard
chore(deps): update dependency react-native-builder-bob to v0.40.8
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| react-native-builder-bob (source) | 0.23.2 -> 0.40.8 |
Release Notes
callstack/react-native-builder-bob (react-native-builder-bob)
v0.40.8
Bug Fixes
- add missing dependency for bob (4ac8987) - by @satya164
v0.40.7
Bug Fixes
- fix schema for configFile option (5bec132) - by @
- migrate to babel-plugin-syntax-hermes-parser (#822) (a797db3), closes /github.com/facebook/react-native/issues/50683#issuecomment-2804970384 - by @huntie
v0.40.6
Bug Fixes
v0.40.5
Bug Fixes
- improve error handling (2d7e794) - by @satya164
v0.40.4
Bug Fixes
- add types field back to support legacy moduleResolution (75f37e0) - by @
v0.40.3
Bug Fixes
- require node 23.4.0 to avoid ESM warning (aa2a3f3) - by @
v0.40.2
Bug Fixes
- fix engines field (ef93d26) - by @
v0.40.1
Bug Fixes
- update engines field to compatible node versions (d803cfd) - by @
v0.40.0
Features
- validate configuration with arktype (#806) (a8fd434) - by @satya164
0.39.1 (2025-04-02)
Bug Fixes
- promisify the workers in bob (c1b49c9) - by @satya164
v0.39.1
Bug Fixes
- promisify the workers in bob (c1b49c9) - by @satya164
v0.39.0
Bug Fixes
- fix typescript error message with missing tsconfig (34af0d3) - by @satya164
- minimize usage of process.exit(1) (8f969b2) - by @satya164
Features
- run tasks in parallel with workers (#792) (664525f) - by @satya164
- update eslint to v9 (#794) (d056559) - by @Serchinastico
0.38.4 (2025-03-27)
Bug Fixes
- fix configuration for fabric view templates (#801) (212de62), closes #788 - by @satya164
0.38.3 (2025-03-27)
Bug Fixes
- check if codegen config is present before skipping compilation (add7678) - by @
0.38.2 (2025-03-26)
Note: Version bump only for package react-native-builder-bob
0.38.1 (2025-03-26)
Bug Fixes
- skip compiling codegen spec with bob (#797) (3b025ef) - by @satya164
v0.38.4
Bug Fixes
- fix configuration for fabric view templates (#801) (212de62), closes #788 - by @satya164
v0.38.3
Bug Fixes
- check if codegen config is present before skipping compilation (add7678) - by @
v0.38.2
Note: Version bump only for package react-native-builder-bob
v0.38.1
Bug Fixes
- skip compiling codegen spec with bob (#797) (3b025ef) - by @satya164
v0.38.0
Bug Fixes
- fix generating package.json when esm is enabled (2493fe1) - by @satya164
- write errors to stderr (2ecb39c) - by @satya164
Features
- prefix build logs with target name (09e8647) - by @satya164
v0.37.0
Features
v0.36.0
Bug Fixes
Features
- update gh actions in template from
v3tov4(#748) (64a469c) - by @krozniata
0.35.3 (2025-01-28)
Bug Fixes
- don't crash if codegenConfig is not defined in package.json (#716) (3f537f1) - by @riteshshukla04
- ios example app has duplicated symbols due to codegen (#757) (c1b508a), closes #755 - by @atlj
0.35.2 (2024-12-06)
Bug Fixes
- fix syntax error when running the app (b029db9) - by @satya164
0.35.1 (2024-12-06)
Reverts
- Revert "feat: enable JS codegen transform (#717)" (262185c), closes #717 - by @satya164
v0.35.3
Bug Fixes
- don't crash if codegenConfig is not defined in package.json (#716) (3f537f1) - by @riteshshukla04
- ios example app has duplicated symbols due to codegen (#757) (c1b508a), closes #755 - by @atlj
v0.35.2
Bug Fixes
- fix syntax error when running the app (b029db9) - by @satya164
v0.35.1
Reverts
- Revert "feat: enable JS codegen transform (#717)" (262185c), closes #717 - by @satya164
v0.35.0
Features
v0.34.0
Bug Fixes
Features
- pass options to babel-preset using callers (#704) (a9f2ede) - by @satya164
0.33.3 (2024-11-29)
Bug Fixes
- use proper codegen types (#697) (c143bab), closes /github.com/facebook/react-native/issues/46208#issuecomment-2491424662 - by @atlj
0.33.2 (2024-11-27)
Bug Fixes
- fix deleting .tsbuildinfo file (#706) (283440e) - by @satya164
0.33.1 (2024-11-21)
Bug Fixes
v0.33.3
Bug Fixes
- use proper codegen types (#697) (c143bab), closes /github.com/facebook/react-native/issues/46208#issuecomment-2491424662 - by @atlj
v0.33.2
Bug Fixes
- fix deleting .tsbuildinfo file (#706) (283440e) - by @satya164
v0.33.1
Bug Fixes
v0.33.0
Features
0.32.1 (2024-11-17)
Bug Fixes
v0.32.1
Bug Fixes
v0.32.0
Features
v0.31.0
Features
0.30.3 (2024-10-26)
Bug Fixes
0.30.2 (2024-09-08)
Bug Fixes
- conditionally generate package.json (459d156) - by @satya164
0.30.1 (2024-09-08)
Bug Fixes
- treat ESM syntax code as CommonJS if esm is not enabled (b7a08cd), closes #621 #625 - by @satya164
v0.30.3
Bug Fixes
v0.30.2
Bug Fixes
- conditionally generate package.json (459d156) - by @satya164
v0.30.1
Bug Fixes
- treat ESM syntax code as CommonJS if esm is not enabled (b7a08cd), closes #621 #625 - by @satya164
v0.30.0
Features
0.29.1 (2024-08-12)
Bug Fixes
v0.29.1
Bug Fixes
v0.29.0
Bug Fixes
- ensure assets are registered correctly (#608) (ab999bf), closes #607 - by @satya164
- update babel preset to include class transforms for hermes (#606) (f0a7a2f), closes #605 - by @satya164
Features
- add esm build option for typescript (#603) (fd43167) - by @satya164
0.28.1 (2024-07-27)
Bug Fixes
- read source directory from bob config (77df6cd) - by @
v0.28.1
Bug Fixes
- read source directory from bob config (77df6cd) - by @
v0.28.0
Bug Fixes
- always create package.json with type regardless of esm option (#598) (5b45554) - by @satya164
Features
- export babel and metro configs to reduce boilerplate (#600) (d6cb1ce) - by @satya164
- use the bob preset for the library during dev (#599) (3a4e724) - by @satya164
v0.27.0
Features
- support mts, cts, mjs and cts files in source code (#595) (d522793) - by @satya164
v0.26.0
Bug Fixes
- use an alternative approach to support ESM (0c5582b) - by @
Features
- support ESM config for bob (9b41a62) - by @
v0.25.0
Bug Fixes
- avoid using react-native field (c30fd49) - by @satya164
Features
- add ESM support for generated project (#583) (933a3b3) - by @satya164
- switch to new jsx runtime (0595213) - by @satya164
v0.24.0
Features
- add a babel-plugin to add extensions to imports and handle aliases (#576) (923435b) - by @satya164
- expose the babel preset at react-native-builder-bob/babel-preset (48129ea) - by @satya164
0.23.2 (2023-11-24)
Note: Version bump only for package react-native-builder-bob
0.23.1 (2023-10-04)
Bug Fixes
- detect package manager when configuring bob (8c0cbae) - by @satya164
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.