🌐 AI搜索 & 代理 主页
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coreui/coreui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.4.3
Choose a base ref
...
head repository: coreui/coreui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 12 commits
  • 9 files changed
  • 1 contributor

Commits on Sep 16, 2025

  1. chore: update dependencies and devDependencies

    @babel/core             ^7.28.3  →   ^7.28.4
    @docsearch/js            ^3.9.0  →    ^4.0.1
    eslint                  ^9.34.0  →   ^9.35.0
    eslint-plugin-unicorn   ^60.0.0  →   ^61.0.2
    globals                 ^16.3.0  →   ^16.4.0
    hugo-bin               ^0.146.0  →  ^0.147.0
    rollup                  ^4.50.0  →   ^4.50.2
    sass-embedded           ^1.91.0  →   ^1.92.1
    stylelint              ^16.23.1  →  ^16.24.0
    terser                   5.43.1  →    5.44.0
    mrholek committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    11f0514 View commit details
    Browse the repository at this point in the history
  2. build: add postinstall script to remove sass package

    `sass-true` installs both `sass` and `sass-embedded` packages, which causes style compilation to break. Added a `postinstall` script with `rimraf` to remove `sass` after installation, leaving only `sass-embedded`.
    mrholek committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    77580dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbd3f39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bbe4a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b3dbf1 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. tests: update sidebar tests

    mrholek committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    327ebb9 View commit details
    Browse the repository at this point in the history
  2. chore: update dependencies and devDependencies

    @docsearch/css                 ^4.0.1  →    ^4.2.0
    @docsearch/js                  ^4.0.1  →    ^4.2.0
    @eslint/markdown               ^7.2.0  →    ^7.4.1
    @rollup/plugin-babel           ^6.0.4  →    ^6.1.0
    @rollup/plugin-commonjs       ^28.0.6  →   ^28.0.8
    @rollup/plugin-node-resolve   ^16.0.1  →   ^16.0.3
    cross-env                     ^10.0.0  →   ^10.1.0
    eslint                        ^9.35.0  →   ^9.38.0
    globby                        ^14.1.0  →   ^15.0.0
    hugo-bin                     ^0.147.0  →  ^0.148.2
    jasmine                       ^5.10.0  →   ^5.12.0
    rollup                        ^4.50.2  →   ^4.52.5
    sass-embedded                 ^1.92.1  →   ^1.93.2
    stylelint                    ^16.24.0  →  ^16.25.0
    mrholek committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    fa6073f View commit details
    Browse the repository at this point in the history
  3. build: update GitHub Actions

    mrholek committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    73134e2 View commit details
    Browse the repository at this point in the history
  4. build: update GitHub Actions

    mrholek committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    13410ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d565d06 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. chore: update dependencies and devDependencies

    @babel/core               ^7.28.4  →   ^7.28.5
    @babel/preset-env         ^7.28.3  →   ^7.28.5
    @docsearch/css             ^4.2.0  →    ^4.3.2
    @docsearch/js              ^4.2.0  →    ^4.3.2
    @eslint/markdown           ^7.4.1  →    ^7.5.1
    @rollup/plugin-commonjs   ^28.0.8  →   ^29.0.0
    @rollup/plugin-replace     ^6.0.2  →    ^6.0.3
    autoprefixer             ^10.4.21  →  ^10.4.22
    eslint                    ^9.38.0  →   ^9.39.1
    eslint-plugin-unicorn     ^61.0.2  →   ^62.0.0
    globals                   ^16.4.0  →   ^16.5.0
    globby                    ^15.0.0  →   ^16.0.0
    hugo-bin                 ^0.148.2  →  ^0.149.2
    nodemon                   ^3.1.10  →   ^3.1.11
    rimraf                     ^6.0.1  →    ^6.1.2
    rollup                    ^4.52.5  →   ^4.53.3
    sass-embedded             ^1.93.2  →   ^1.93.3
    sass-true                  ^9.0.0  →   ^10.0.0
    stylelint                ^16.25.0  →  ^16.26.0
    terser                     5.44.0  →    5.44.1
    vnu-jar                  24.10.17  →  25.11.25
    mrholek committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    815ad0b View commit details
    Browse the repository at this point in the history
  2. chore: clean-up

    mrholek committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    878199f View commit details
    Browse the repository at this point in the history
Loading