Matthew Soulanille
51577688f1
Move nightly publishing tests and release branch tests to github actions ( #8555 )
...
[Example nightly release and publish test](https://github.com/mattsoulanille/tfjs/actions/runs/14672995746/job/41183624273 )
[Example release PR test](https://github.com/mattsoulanille/tfjs/actions/runs/14674243426/job/41187438555?pr=1 )
2025-04-28 09:07:00 -07:00
Matthew Soulanille
983dc16a4e
Update TypeScript to 5.0.4 ( #7681 )
2023-07-21 14:55:05 -07:00
dependabot[bot]
a40cbc8e1f
build(deps-dev): bump webpack from 5.46.0 to 5.76.0 in /e2e/webpack_test ( #7475 )
...
SECURITY
Bumps [webpack](https://github.com/webpack/webpack ) from 5.46.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.46.0...v5.76.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthew Soulanille <msoulanille@google.com>
2023-03-15 09:49:18 -07:00
dependabot[bot]
5a3984a9e6
Bump terser from 5.7.1 to 5.14.2 in /e2e/webpack_test ( #6653 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.7.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-20 16:28:18 -07:00
Matthew Soulanille
b2068571a3
Make Bazel npm outputs match current packages ( #5451 )
...
Make npm packages generated by Bazel match what we currently publish to npm.
Also, add a webpack regression test to e2e that makes sure webpack can consume the npm packages we publish.
Additionally, fix a bug in version tests that was caused by setting package_name of a js_library and module_name of a ts_library to the same value. See the following link for more details:
4e73b8820a/tools/defaults.bzl (L206-L218)
Fixes #5382
2021-08-11 10:35:23 -07:00