react-tabs icon indicating copy to clipboard operation
react-tabs copied to clipboard

chore(deps): update dependency css-loader to v7

Open renovate[bot] opened this issue 1 year ago β€’ 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
css-loader 6.11.0 -> 7.1.2 age adoption passing confidence

Release Notes

webpack-contrib/css-loader (css-loader)

v7.1.2

Compare Source

v7.1.1

Compare Source

v7.1.0

Compare Source

Features

v7.0.0

Compare Source

⚠ BREAKING CHANGES
  • The modules.namedExport option is true by default if you enable the esModule option

Migration guide:

Before:

import style from "./style.css";

console.log(style.myClass);

After:

import * as style from "./style.css";

console.log(style.myClass);
  • The modules.exportLocalsConvention has the value as-is when the modules.namedExport option is true and you don't specify a value
  • Minimum supported webpack version is 5.27.0
  • Minimum supported Node.js version is 18.12.0
Features
  • The modules.namedExports option works fine with any modules.exportLocalsConvention values (f96a110)
  • Added dashed variants for the modules.exportLocalsConvention options (40e1668)

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 becomes conflicted, 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.

renovate[bot] avatar Apr 04 '24 19:04 renovate[bot]

πŸ“Š Package size reportΒ Β Β -0%↓

File Before (Size / Gzip) After (Size / Gzip)
package.json 3.3 kB / 1.2 kB -0.03%↓3.3 kB / 1.2 kB
Total (Includes all files) 58.7 kB / 20.6 kB -0%↓58.7 kB / 20.6 kB
Tarball size 12.6 kB 0.06%↑12.6 kB
Unchanged files
File Size (Size / Gzip)
esm/components/Tab.js 1.5 kB / 630 B
esm/components/TabList.js 658 B / 331 B
esm/components/TabPanel.js 975 B / 456 B
esm/components/Tabs.js 2.9 kB / 1.1 kB
esm/components/UncontrolledTabs.js 6.2 kB / 1.8 kB
esm/helpers/childrenDeepMap.js 846 B / 299 B
esm/helpers/count.js 205 B / 157 B
esm/helpers/elementTypes.js 244 B / 144 B
esm/helpers/propTypes.js 2.6 kB / 927 B
esm/index.js 200 B / 94 B
index.d.ts 2.0 kB / 542 B
lib/components/Tab.js 2.6 kB / 978 B
lib/components/TabList.js 974 B / 418 B
lib/components/TabPanel.js 1.3 kB / 546 B
lib/components/Tabs.js 4.0 kB / 1.4 kB
lib/components/UncontrolledTabs.js 7.4 kB / 2.2 kB
lib/helpers/childrenDeepMap.js 1.0 kB / 344 B
lib/helpers/count.js 325 B / 193 B
lib/helpers/elementTypes.js 369 B / 187 B
lib/helpers/propTypes.js 2.8 kB / 978 B
lib/index.js 558 B / 209 B
LICENSE 1.1 kB / 653 B
README.md 12.1 kB / 3.6 kB
style/react-tabs.css 842 B / 369 B
style/react-tabs.less 879 B / 391 B
style/react-tabs.scss 879 B / 391 B

πŸ€– This report was automatically generated by pkg-size-action

github-actions[bot] avatar Apr 04 '24 19:04 github-actions[bot]