react-tabs
react-tabs copied to clipboard
chore(deps): update dependency css-loader to v7
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| css-loader | 6.11.0 -> 7.1.2 |
Release Notes
webpack-contrib/css-loader (css-loader)
v7.1.2
v7.1.1
v7.1.0
Features
v7.0.0
β BREAKING CHANGES
- The
modules.namedExportoption istrueby default if you enable theesModuleoption
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.exportLocalsConventionhas the valueas-iswhen themodules.namedExportoption istrueand you don't specify a value - Minimum supported webpack version is
5.27.0 - Minimum supported Node.js version is
18.12.0
Features
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.
π 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