Make WordPress Core


Ignore:
Timestamp:
01/16/2025 09:03:12 PM (5 months ago)
Author:
desrosj
Message:

Administration: Modernize admin color scheme SASS files.

This updates the admin color scheme .sass files to address some deprecated notices caused by upstream changes.

  • string and colors are no longer globally available functions.
  • @import is deprecated in favor of @use.

There are still a few notices that are output, however this will require an update to the grunt-sass package to resolve.

Props MattyRob.
Fixes #62323.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r59509 r59656  
    145145                "qunit": "~2.23.1",
    146146                "react-refresh": "0.14.0",
    147                 "sass": "1.79.6",
     147                "sass": "1.83.4",
    148148                "sinon": "16.1.3",
    149149                "sinon-test": "~3.1.6",
     
    37283728            "hasInstallScript": true,
    37293729            "license": "MIT",
     3730            "optional": true,
    37303731            "dependencies": {
    37313732                "detect-libc": "^1.0.3",
     
    40364037            "dev": true,
    40374038            "license": "MIT",
     4039            "optional": true,
    40384040            "dependencies": {
    40394041                "fill-range": "^7.1.1"
     
    40494051            "dev": true,
    40504052            "license": "MIT",
     4053            "optional": true,
    40514054            "dependencies": {
    40524055                "to-regex-range": "^5.0.1"
     
    40624065            "dev": true,
    40634066            "license": "MIT",
     4067            "optional": true,
    40644068            "engines": {
    40654069                "node": ">=0.12.0"
     
    40724076            "dev": true,
    40734077            "license": "MIT",
     4078            "optional": true,
    40744079            "dependencies": {
    40754080                "braces": "^3.0.3",
     
    40864091            "dev": true,
    40874092            "license": "MIT",
     4093            "optional": true,
    40884094            "dependencies": {
    40894095                "is-number": "^7.0.0"
     
    1420614212            "dev": true,
    1420714213            "license": "Apache-2.0",
     14214            "optional": true,
    1420814215            "bin": {
    1420914216                "detect-libc": "bin/detect-libc.js"
     
    2009120098        },
    2009220099        "node_modules/immutable": {
    20093             "version": "4.3.7",
    20094             "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.7.tgz",
    20095             "integrity": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==",
     20100            "version": "5.0.3",
     20101            "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.0.3.tgz",
     20102            "integrity": "sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==",
    2009620103            "dev": true,
    2009720104            "license": "MIT"
     
    2623026237            "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
    2623126238            "dev": true,
    26232             "license": "MIT"
     26239            "license": "MIT",
     26240            "optional": true
    2623326241        },
    2623426242        "node_modules/node-domexception": {
     
    3091130919        },
    3091230920        "node_modules/sass": {
    30913             "version": "1.79.6",
    30914             "resolved": "https://registry.npmjs.org/sass/-/sass-1.79.6.tgz",
    30915             "integrity": "sha512-PVVjeeiUGx6Nj4PtEE/ecwu8ltwfPKzHxbbVmmLj4l1FYHhOyfA0scuVF8sVaa+b+VY4z7BVKjKq0cPUQdUU3g==",
    30916             "dev": true,
    30917             "license": "MIT",
    30918             "dependencies": {
    30919                 "@parcel/watcher": "^2.4.1",
     30921            "version": "1.83.4",
     30922            "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.4.tgz",
     30923            "integrity": "sha512-B1bozCeNQiOgDcLd33e2Cs2U60wZwjUUXzh900ZyQF5qUasvMdDZYbQ566LJu7cqR+sAHlAfO6RMkaID5s6qpA==",
     30924            "dev": true,
     30925            "license": "MIT",
     30926            "dependencies": {
    3092030927                "chokidar": "^4.0.0",
    30921                 "immutable": "^4.0.0",
     30928                "immutable": "^5.0.2",
    3092230929                "source-map-js": ">=0.6.2 <2.0.0"
    3092330930            },
     
    3092730934            "engines": {
    3092830935                "node": ">=14.0.0"
     30936            },
     30937            "optionalDependencies": {
     30938                "@parcel/watcher": "^2.4.1"
    3092930939            }
    3093030940        },
Note: See TracChangeset for help on using the changeset viewer.