Skip to content

Commit 9524a09

Browse files
committed
Updated dependencies
1 parent aae8438 commit 9524a09

25 files changed

+71
-37
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.0.0-rc5] - 2025-10-14
11+
12+
### Updated
13+
- **Dependencies:** Updated 17+ packages to latest versions for improved security and performance
14+
- @astrojs/mdx: 4.3.0 → 4.3.7
15+
- @typescript-eslint/eslint-plugin: 8.36.0 → 8.46.1
16+
- @typescript-eslint/parser: 8.36.0 → 8.46.1
17+
- astro: 5.11.0 → 5.14.4
18+
- bootstrap: 5.3.7 → 5.3.8
19+
- concurrently: 9.2.0 → 9.2.1
20+
- cross-env: 7.0.3 → 10.1.0 (major version)
21+
- eslint: 9.30.1 → 9.37.0
22+
- eslint-config-xo: 0.47.0 → 0.49.0
23+
- eslint-config-xo-typescript: 8.0.1 → 9.0.0 (major version)
24+
- eslint-plugin-unicorn: 59.0.1 → 61.0.2
25+
- fs-extra: 11.3.0 → 11.3.2
26+
- rollup: 4.44.2 → 4.52.4
27+
- sass: 1.89.2 → 1.93.2
28+
- stylelint: 16.21.1 → 16.25.0
29+
- terser: 5.43.1 → 5.44.0
30+
- typescript: 5.8.3 → 5.9.3
31+
32+
### Fixed
33+
- **Security Vulnerabilities:** Resolved 2 security issues
34+
- Fixed high severity DoS vulnerability in axios (updated to 0.30.2+)
35+
- Fixed critical vulnerability in form-data random function (updated to 4.0.4+)
36+
37+
### Removed
38+
- **Deprecated Files:** Removed `.eslintignore` file
39+
- ESLint ignores are now properly configured in `eslint.config.js`
40+
- Eliminates deprecation warnings in ESLint 9.x
41+
1042
## [4.0.0-rc4] - 2025-07-10
1143

1244
### Updated

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,28 @@
99
**AdminLTE** is a fully responsive administration template. Based on **[Bootstrap 5](https://getbootstrap.com/)** framework and also the JavaScript plugins.
1010
Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops.
1111

12-
## What's New in v4.0.0-rc4
12+
## What's New in v4.0.0-rc5
1313

14-
**Latest Release with Enhanced Performance & Updated Dependencies** - Fresh improvements for better development experience:
14+
**Latest Release with Major Dependency Updates & Security Fixes** - Fresh improvements for better development experience:
1515

16-
- **Updated Dependencies** - 8 npm packages updated to latest versions for improved security and performance
17-
- **Refined Mobile Image Loading** - Streamlined path resolution by removing JavaScript runtime fixes
18-
- **Better Performance** - Images now load faster with build-time path generation instead of runtime corrections
19-
- **Latest Tooling** - Updated TypeScript, ESLint, Prettier, Astro, and build tools
20-
- **Zero Runtime Errors** - Eliminated console errors from JavaScript path corrections
16+
- **Major Dependency Updates** - 17+ npm packages updated to latest versions
17+
- **Security Enhancements** - Fixed 2 critical vulnerabilities (axios DoS, form-data random function)
18+
- **Latest Tooling** - Updated to TypeScript 5.9.3, ESLint 9.37.0, Astro 5.14.4, and more
19+
- **Bootstrap 5.3.8** - Updated to the latest stable Bootstrap release
20+
- **ESLint 9.x Compatibility** - Removed deprecated `.eslintignore` file
21+
- **Zero Vulnerabilities** - All security issues resolved
2122

2223
**Key Improvements:**
23-
- ✅ All images use relative paths generated at build time
24-
-No more JavaScript runtime path fixes causing console errors
25-
-Faster image loading with optimal path resolution
26-
-Latest development tools and security updates
24+
- ✅ All dependencies updated to their absolute latest versions
25+
-Two major version bumps: cross-env 10.x and eslint-config-xo-typescript 9.x
26+
-Enhanced security with vulnerability fixes
27+
-Cleaner linting without deprecation warnings
2728
- ✅ Production-ready with enhanced stability
29+
- ✅ Faster builds with latest Rollup, Sass, and Terser
2830

2931
**Install the latest:**
3032
```bash
31-
npm install [email protected]rc4
33+
npm install [email protected]rc5
3234
```
3335

3436
See the [CHANGELOG.md](CHANGELOG.md) for complete details.

dist/css/adminlte.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/adminlte.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/adminlte.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/adminlte.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/adminlte.rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/adminlte.rtl.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/adminlte.rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/adminlte.rtl.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)