[PR #5354] [MERGED] NPM package & SASS updates #6479

Closed
opened 2026-02-05 10:33:24 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/5354
Author: @ssddanbrown
Created: 12/9/2024
Status: Merged
Merged: 12/9/2024
Merged by: @ssddanbrown

Base: developmentHead: npm_deps_update


📝 Commits (2)

  • 617b2ed JS: Updated packages, fixed lint issue
  • 8ec26e8 SASS: Updated to use modules and address deprecations

📊 Changes

24 files changed (+1291 additions, -809 deletions)

View changed files

📝 dev/docs/development.md (+1 -1)
📝 package-lock.json (+620 -192)
📝 package.json (+20 -20)
📝 resources/js/components/index.ts (+1 -1)
📝 resources/sass/_blocks.scss (+50 -47)
📝 resources/sass/_buttons.scss (+18 -15)
📝 resources/sass/_codemirror.scss (+7 -4)
📝 resources/sass/_colors.scss (+5 -3)
📝 resources/sass/_components.scss (+96 -91)
📝 resources/sass/_content.scss (+34 -31)
📝 resources/sass/_editor.scss (+15 -12)
📝 resources/sass/_forms.scss (+64 -59)
📝 resources/sass/_header.scss (+50 -47)
📝 resources/sass/_html.scss (+5 -2)
📝 resources/sass/_layout.scss (+45 -42)
📝 resources/sass/_lists.scss (+88 -85)
📝 resources/sass/_pages.scss (+34 -31)
📝 resources/sass/_spacing.scss (+4 -2)
📝 resources/sass/_tables.scss (+12 -9)
📝 resources/sass/_text.scss (+35 -32)

...and 4 more files

📄 Description

Also bumped advised min dev node version to 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/5354 **Author:** [@ssddanbrown](https://github.com/ssddanbrown) **Created:** 12/9/2024 **Status:** ✅ Merged **Merged:** 12/9/2024 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `development` ← **Head:** `npm_deps_update` --- ### 📝 Commits (2) - [`617b2ed`](https://github.com/BookStackApp/BookStack/commit/617b2edea0bfe8ebb5556aca6b0b6aa371232cca) JS: Updated packages, fixed lint issue - [`8ec26e8`](https://github.com/BookStackApp/BookStack/commit/8ec26e80834841dd66ae6123dad8855d8509120f) SASS: Updated to use modules and address deprecations ### 📊 Changes **24 files changed** (+1291 additions, -809 deletions) <details> <summary>View changed files</summary> 📝 `dev/docs/development.md` (+1 -1) 📝 `package-lock.json` (+620 -192) 📝 `package.json` (+20 -20) 📝 `resources/js/components/index.ts` (+1 -1) 📝 `resources/sass/_blocks.scss` (+50 -47) 📝 `resources/sass/_buttons.scss` (+18 -15) 📝 `resources/sass/_codemirror.scss` (+7 -4) 📝 `resources/sass/_colors.scss` (+5 -3) 📝 `resources/sass/_components.scss` (+96 -91) 📝 `resources/sass/_content.scss` (+34 -31) 📝 `resources/sass/_editor.scss` (+15 -12) 📝 `resources/sass/_forms.scss` (+64 -59) 📝 `resources/sass/_header.scss` (+50 -47) 📝 `resources/sass/_html.scss` (+5 -2) 📝 `resources/sass/_layout.scss` (+45 -42) 📝 `resources/sass/_lists.scss` (+88 -85) 📝 `resources/sass/_pages.scss` (+34 -31) 📝 `resources/sass/_spacing.scss` (+4 -2) 📝 `resources/sass/_tables.scss` (+12 -9) 📝 `resources/sass/_text.scss` (+35 -32) _...and 4 more files_ </details> ### 📄 Description Also bumped advised min dev node version to 20. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:33:24 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6479