warehouse
warehouse copied to clipboard
chore(deps): bump pdfmake and admin-lte
Removes pdfmake. It's no longer used after updating ancestor dependency admin-lte. These dependencies need to be updated together.
Removes pdfmake
Updates admin-lte from 3.2.0 to 4.0.0-rc3
Release notes
Sourced from admin-lte's releases.
AdminLTE v4.0.0-rc1 - Major Modernization Release
This release represents a complete modernization of the AdminLTE codebase, bringing it up to current standards with the latest tooling, dependencies, and best practices.
Key Highlights
- Zero Security Vulnerabilities - All dependencies updated and vulnerabilities resolved
- Modern Tooling - ESLint v9, Astro 5.x, latest Stylelint and build tools
- Better Developer Experience - New
npm startcommand, improved scripts, cleaner builds- Latest Dependencies - Bootstrap 5.3.7, Node.js ES modules, 50+ package updates
- Code Quality - Zero linting errors, removed technical debt, standardized formatting
- Future-Ready - Modern configuration patterns, optimal bundle sizes, enhanced maintainability
Quick Start
# Install dependencies npm installStart development server
npm start
Build for production
npm run production
Major Changes
Infrastructure & Tooling
- Upgraded to ES Modules with
"type": "module"in package.json- Complete ESLint v9 migration with modern flat configuration format
- Enhanced Astro configuration with static site generation
- Optimized build scripts and developer experience
Dependencies Updated
astro: 4.15.12 → 5.10.0eslint: 8.57.1 → 9.29.0bootstrap: 5.3.3 → 5.3.7sass: 1.78.0 → 1.89.2typescript: 5.6.2 → 5.8.3- Plus 50+ other packages updated to latest versions
Security & Quality
- Resolved all npm security vulnerabilities (0 remaining)
- Updated browserslist database for modern browser compatibility
- Fixed all SASS deprecation warnings
- Zero linting errors across all file types
Migration Guide
... (truncated)
Changelog
Sourced from admin-lte's changelog.
[4.0.0-rc3] - 2025-06-24
Production Deployment & Cross-Platform Compatibility
This release resolves critical production deployment issues and ensures consistent behavior between development and production environments across different deployment scenarios.
🚀 Production Deployment Fixes
Path Resolution System
- Smart Path Resolution: Implemented intelligent relative path calculation for all assets
- CSS/JS paths automatically adjust based on page depth (e.g.,
./css/for root,../css/for sub-pages)- Image paths dynamically corrected at runtime for any deployment structure
- Works seamlessly for root deployment, sub-folder deployment, and CDN hosting
RTL CSS Processing Fix
- PostCSS Configuration: Fixed
rtlcssplugin interference with LTR builds
rtlcssnow only runs during RTL-specific builds (NODE_ENV=RTL)- Prevents automatic left/right property flipping in standard production builds
- Maintains separate
.rtl.cssfiles for right-to-left language supportImage Loading Resolution
- Runtime Image Path Fix: Added intelligent image path correction script
- Detects deployment context from working CSS/JS paths
- Automatically converts absolute image paths (
/assets/img/...) to relative paths- Ensures images load correctly regardless of deployment sub-folder structure
🎨 UI/Navigation Improvements
Sidebar Navigation Fixed
- Badge & Arrow Positioning: Resolved sidebar layout issues
- Fixed nav badges overlapping text elements
- Restored chevron arrow indicators for expandable menu items
- Corrected spacing and visual hierarchy in sidebar navigation
- Added
sidebar-openclass to all layouts for consistent stylingCross-Device Consistency
- Full-Width Navigation Links: Enhanced clickable areas
- Set
.sidebar-menu .nav-link { width: 100%; }for better UX- Ensures badges and arrows align properly at the far right edge
- Maintains proper spacing across all screen sizes and devices
📦 CDN & Dependencies
Updated to Latest Stable Versions
- Bootstrap: v5.3.3 → v5.3.7 (latest stable)
- Bootstrap Icons: v1.11.3 → v1.13.1 (latest with new icons)
- OverlayScrollbars: v2.10.1 → v2.11.0 (performance improvements)
- PopperJS: v2.11.8 (confirmed latest - no change needed)
Integrity Attribute Removal
... (truncated)
Commits
2151077Include dist/ folder in repository for v4.0.0-rc33885daaRelease v4.0.0-rc3: Production deployment fixes and cross-platform compatibilitye634d5eMerge pull request #5859 from dfsmania/parse-data-attr-on-treeview63aabd6Major accessibility and es2022 updates5308195Clean up documentation: correct date and remove excessive emojisc74fe4e📅 Fix release date in CHANGELOG.md7d4c893🚀 Release v4.0.0-rc1: Complete Modernization7b77a56[ts/treeview]: Add logic to parse data attributes on treeview plugin1a52342chore(deps): bump vite from 6.0.9 to 6.3.4 (#5851)a1b9514chore(deps-dev): bump typescript from 5.7.2 to 5.8.3 (#5852)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by silkalns, a new releaser for admin-lte since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.