Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

esbuild-0.25.0-1.1 RPM for armv7hl

From OpenSuSE Ports Tumbleweed for armv7hl

Name: esbuild Distribution: openSUSE Tumbleweed
Version: 0.25.0 Vendor: openSUSE
Release: 1.1 Build date: Sat Feb 8 23:10:12 2025
Group: Development/Languages/Other Build host: reproducible
Size: 10320367 Source RPM: esbuild-0.25.0-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://esbuild.github.io
Summary: A JavaScript bundler written for speed
esbuild is a JavaScript bundler and minifier.

%{gopkg}

Provides

Requires

License

MIT

Changelog

* Sat Feb 08 2025 Avindra Goolcharan <avindra@opensuse.org>
  - update to 0.25.0:
    * Restrict access to esbuild's development server (GHSA-67mh-4wv8-2f99)
    * Delete output files when a build fails in watch mode (#3643)
    * Fix correctness issues with the CSS nesting transform (#3620,
      [#3877], #3933, #3997, #4005, #4037, #4038)
    * Fix some correctness issues with source maps (#1745, #3183, #3613, #3982)
    * Fix a minification bug with bitwise operators and bigints (#4065)
    * Fix esbuild incorrectly rejecting valid TypeScript edge case (#4027)
    * Transform BigInt values into constructor calls when unsupported (#4049)
* Sun Dec 22 2024 Avindra Goolcharan <avindra@opensuse.org>
  - update to 0.24.2:
    * Fix regression with --define and import.meta (#4010, #4012, #4013)
  - includes 0.24.1:
    * Allow es2024 as a target in tsconfig.json (#4004)
    * Allow automatic semicolon insertion after get/set
    * Allow quoted property names in --define and --pure (#4008)
    * Minify empty try/catch/finally blocks (#4003)
    * Include entryPoint metadata for the copy loader (#3985)
    * Source mappings may now contain null entries (#3310, #3878)
    * Avoid using the parent directory name for determinism (#3998)
    * Experimental support for esbuild on NetBSD (#3974)
  - use zstd to compress vendor tarball
* Thu Nov 07 2024 Avindra Goolcharan <avindra@opensuse.org>
  - update to 0.24.0:
    * Drop support for older platforms (#3902)
    * Fix class field decorators in TypeScript if useDefineForClassFields is false (#3913)
    * Avoid incorrect cycle warning with tsconfig.json multiple inheritance (#3898)
    * Handle Yarn Plug'n'Play stack overflow with tsconfig.json (#3915)
    * Work around more issues with Deno 1.31+ (#3917)
* Sat Jul 06 2024 Avindra Goolcharan <avindra@opensuse.org>
  - update to 0.23.0:
    * Fix preserving collapsed JSX whitespace (#3818)
  - includes 0.22.0:
    * Update await using behavior to match TypeScript
    * Allow es2024 as a target environment
    * Warn about onResolve plugins not setting a path (#3790)
    * Add a new Go API for running the CLI with plugins (#3539)
  - change notes related to removed bundling experiment are omitted
* Mon Jun 10 2024 Bruno Pitrus <brunopitrus@hotmail.com>
  - Use correct optflags for generated C code
  - Fix broken debuginfo (work around bsc#1215402)
  - 15.6+ and Fedora: don't use vendor
  - Run test suite in %check
* Sun Jun 09 2024 Avindra Goolcharan <avindra@opensuse.org>
  - update to 0.21.5:
    * Fix internal error with --supported:object-accessors=false (#3794)
    * Support ${configDir} in tsconfig.json files (#3782)
    * Support import attributes with glob-style imports (#3797)
    * Allow unknown import attributes to be used with the copy loader (#3792)
    * Fix Symbol.metadata on classes without a class decorator (#3781)
* Sun Jun 09 2024 Avindra Goolcharan <avindra@opensuse.org>
  - update to 0.21.4:
    * Update support for import assertions and import attributes in
      node (#3778)
    * Fix for await transform when a label is present
    * Do additional constant folding after cross-module enum
      inlining (#3416, #3425)
    * Pass import attributes to on-resolve plugins (#3384, #3639, #3646)
    * Formatting support for the @position-try rule (#3773)
    * Always allow internal string import and export aliases (#3343)
  - includes 0.21.3:
    * Implement the decorator metadata proposal (#3760)
    * Fix bundled decorators in derived classes (#3768)
    * Fix tsconfig.json files inside symlinked directories (#3767)
  - includes 0.21.2:
    * Correct this in field and accessor decorators (#3761)
    * Allow es2023 as a target environment (#3762)
* Tue May 07 2024 Avindra Goolcharan <avindra@opensuse.org>
  - update to 0.21.1:
    * Fix a regression with --keep-names (#3756)
  - includes 0.21.0:
    * Implement the JavaScript decorators proposal (#104)
    * Optimize generated code for private methods
    * Fix an obscure bug with lowering class members with computed
      property keys
    * Fix some --keep-names edge cases
* Thu Mar 28 2024 Avindra Goolcharan <avindra@opensuse.org>
  - roll 0.20.0...0.20.2
    * Support TypeScript experimental decorators on `abstract` class fields #3684
    * constant folding for JavaScript inequality operators #3645
    * Fix cross-platform non-determinism with CSS color
      space transformations #3650
    * Fix a bug with the CSS nesting transform for older browsers
    * Work around issues with Deno 1.31+ #3682
    * Handle Yarn Plug'n'Play edge case with `tsconfig.json` #3698
    * Empty enums should behave like an object literal #3657
    * Improve dead code removal of `switch` statements #3659
    * JSON loader now preserves `__proto__` properties #3700
    * Other bug fixes
* Sun Feb 11 2024 Avindra Goolcharan <avindra@opensuse.org>
  - roll 0.19.1...0.20.0
    * compatibility with deno 1.40.0
    * preferred extension order changed
    - from: tsx,.ts,.jsx,.js,.css,.json
    - to: .jsx,.js,.css,.json,.tsx,.ts
    * see CHANGELOG.md for other changes
* Sat Aug 12 2023 Avindra Goolcharan <avindra@opensuse.org>
  - roll 0.18.12...0.19.1
    * see CHANGELOG.md for changes
* Thu Jul 13 2023 Avindra Goolcharan <avindra@opensuse.org>
  - roll 0.18.2...0.18.12
    * see CHANGELOG.md for changes
* Tue Jun 13 2023 Avindra Goolcharan <avindra@opensuse.org>
  - roll 0.17.18...0.18.2
    * see CHANGELOG.md for changes
* Fri May 12 2023 Avindra Goolcharan <avindra@opensuse.org>
  - roll 0.17.5...0.17.18
    * see CHANGELOG.md for changes
* Sun Jan 29 2023 Avindra Goolcharan <avindra@opensuse.org>
  - roll 0.15.11...0.17.5
    * see CHANGELOG.md for changes
  - run spec-cleaner
* Fri Oct 14 2022 Avindra Goolcharan <avindra@opensuse.org>
  - roll 0.15.3...0.15.11
    * see CHANGELOG.md for changes
* Tue Aug 16 2022 Avindra Goolcharan <avindra@opensuse.org>
  - roll 0.14.36...0.15.3
    * see CHANGELOG.md for changes
* Wed Jul 13 2022 Bruno Pitrus <brunopitrus@hotmail.com>
  - Use recommended flags
  - Add Fedora build
  - Add remove-version-check.patch to make the package more usable as a build require
* Mon Apr 18 2022 Avindra Goolcharan <avindra@opensuse.org>
  - roll 0.14.28...0.14.36
    * see CHANGELOG.md for changes
* Sun Mar 27 2022 Avindra Goolcharan <avindra@opensuse.org>
  - roll 0.14.9...0.14.28
    * see CHANGELOG.md for changes

Files

/usr/bin/esbuild
/usr/share/doc/packages/esbuild
/usr/share/doc/packages/esbuild/CHANGELOG.md
/usr/share/doc/packages/esbuild/README.md
/usr/share/licenses/esbuild
/usr/share/licenses/esbuild/LICENSE.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Feb 21 02:11:05 2025