Skip to content

Commit

Permalink
Bump nodejs-babel-loader to 8.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Foreman Packaging Automation authored and runner committed Sep 21, 2024
1 parent 2d59deb commit 14f9a89
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 12 deletions.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
21 changes: 12 additions & 9 deletions packages/foreman/nodejs-babel-loader/nodejs-babel-loader.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
%global npm_name babel-loader

Name: %{?scl_prefix}nodejs-babel-loader
Version: 8.3.0
Release: 2%{?dist}
Version: 8.4.1
Release: 1%{?dist}
Summary: babel module loader for webpack
License: MIT
Group: Development/Libraries
URL: https://github.com/babel/babel-loader
Source0: https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz
Source0: https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz
Source1: https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz
Source2: https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz
Source3: https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz
Source3: https://registry.npmjs.org/babel-loader/-/babel-loader-8.4.1.tgz
Source4: https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz
Source5: https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz
Source6: https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz
Expand All @@ -31,7 +31,7 @@ Source17: https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz
Source18: https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz
Source19: https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz
Source20: https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz
Source21: https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz
Source21: https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz
Source22: https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz
Source23: https://registry.npmjs.org/semver/-/semver-6.3.1.tgz
Source24: https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz
Expand All @@ -44,10 +44,10 @@ BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch

Provides: %{?scl_prefix}npm(%{npm_name}) = %{version}
Provides: bundled(npm(@types/json-schema)) = 7.0.12
Provides: bundled(npm(@types/json-schema)) = 7.0.15
Provides: bundled(npm(ajv)) = 6.12.6
Provides: bundled(npm(ajv-keywords)) = 3.5.2
Provides: bundled(npm(babel-loader)) = 8.3.0
Provides: bundled(npm(babel-loader)) = 8.4.1
Provides: bundled(npm(big.js)) = 5.2.2
Provides: bundled(npm(commondir)) = 1.0.1
Provides: bundled(npm(emojis-list)) = 3.0.0
Expand All @@ -65,7 +65,7 @@ Provides: bundled(npm(p-locate)) = 4.1.0
Provides: bundled(npm(p-try)) = 2.2.0
Provides: bundled(npm(path-exists)) = 4.0.0
Provides: bundled(npm(pkg-dir)) = 4.2.0
Provides: bundled(npm(punycode)) = 2.3.0
Provides: bundled(npm(punycode)) = 2.3.1
Provides: bundled(npm(schema-utils)) = 2.7.1
Provides: bundled(npm(semver)) = 6.3.1
Provides: bundled(npm(uri-js)) = 4.4.1
Expand Down Expand Up @@ -93,7 +93,7 @@ done
%build
%{?scl:scl enable %{?scl_nodejs} - << \end_of_scl}
npm install --legacy-peer-deps --cache-min Infinity --cache %{?scl:../}%{npm_cache_dir} --no-shrinkwrap --no-optional --global-style true %{npm_name}@%{version}
npm install --cache-min Infinity --cache %{?scl:../}%{npm_cache_dir} --no-shrinkwrap --no-optional --global-style true %{npm_name}@%{version}
%{?scl:end_of_scl}
%install
Expand All @@ -112,6 +112,9 @@ rm -rf %{buildroot} %{npm_cache_dir}
%doc node_modules/%{npm_name}/README.md
%changelog
* Sat Sep 21 2024 Foreman Packaging Automation <packaging@theforeman.org> 8.4.1-1
- Update to 8.4.1
* Thu Feb 01 2024 Eric D. Helms <ericdhelms@gmail.com> - 8.3.0-2
- Use --legacy-peer-deps during npm install
Expand Down
1 change: 0 additions & 1 deletion packages/foreman/nodejs-babel-loader/punycode-2.3.0.tgz

This file was deleted.

1 change: 1 addition & 0 deletions packages/foreman/nodejs-babel-loader/punycode-2.3.1.tgz

0 comments on commit 14f9a89

Please sign in to comment.