From 754284921bd704acb0212933bf93517a118a0f94 Mon Sep 17 00:00:00 2001 From: Robbie Wagner Date: Mon, 18 Nov 2024 19:15:33 -0600 Subject: [PATCH] Disable embroider-optimized (#1702) * Try to fix embroider * pnpm update * Remove fetch and rsvp * Update ci.yml --- .github/workflows/ci.yml | 2 +- package.json | 41 ++++---- pnpm-lock.yaml | 199 +++++++++++++++++++-------------------- 3 files changed, 117 insertions(+), 125 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dca7672..fb731c2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: - ember-beta - ember-canary - embroider-safe - - embroider-optimized + # - embroider-optimized steps: - uses: actions/checkout@v3 diff --git a/package.json b/package.json index 541a2d47..cadd1f93 100644 --- a/package.json +++ b/package.json @@ -63,18 +63,18 @@ "test:ember-compatibility": "ember try:each" }, "dependencies": { - "@babel/core": "^7.25.2", - "ember-auto-import": "^2.8.1", + "@babel/core": "^7.26.0", + "ember-auto-import": "^2.10.0", "ember-cli-babel": "^8.2.0", "ember-cli-htmlbars": "^6.3.0", - "shepherd.js": "^11.1.1" + "shepherd.js": "^11.2.0" }, "devDependencies": { - "@babel/eslint-parser": "^7.25.1", + "@babel/eslint-parser": "^7.25.9", "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-proposal-decorators": "^7.24.7", - "@babel/preset-env": "^7.19.4", - "@ember/optional-features": "^2.1.0", + "@babel/plugin-proposal-decorators": "^7.25.9", + "@babel/preset-env": "^7.26.0", + "@ember/optional-features": "^2.2.0", "@ember/string": "^3.1.1", "@ember/test-helpers": "^3.3.1", "@embroider/test-setup": "^4.0.0", @@ -88,42 +88,41 @@ "ember-cli-addon-docs": "^7.0.1", "ember-cli-addon-docs-yuidoc": "^1.1.0", "ember-cli-clean-css": "^3.0.0", - "ember-cli-code-coverage": "^3.0.0", - "ember-cli-dependency-checker": "^3.3.2", + "ember-cli-code-coverage": "^3.1.0", + "ember-cli-dependency-checker": "^3.3.3", "ember-cli-deploy": "^2.0.0", "ember-cli-deploy-build": "^3.0.0", "ember-cli-deploy-git": "^1.3.4", "ember-cli-deploy-git-ci": "^1.0.1", "ember-cli-inject-live-reload": "^2.1.0", - "ember-cli-sass": "^11.0.0", + "ember-cli-sass": "^11.0.1", "ember-cli-terser": "^4.0.2", - "ember-data": "^5.2.0", - "ember-fetch": "^8.1.1", + "ember-data": "^5.3.9", "ember-load-initializers": "^2.1.2", "ember-prism": "^0.13.0", - "ember-qunit": "^8.1.0", + "ember-qunit": "^8.1.1", "ember-resolver": "^12.0.1", "ember-source": "~5.12.0", "ember-source-channel-url": "^3.0.0", - "ember-svg-jar": "^2.3.4", + "ember-svg-jar": "^2.6.0", "ember-template-lint": "^6.0.0", "ember-try": "^3.0.0", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-ember": "^12.2.1", - "eslint-plugin-n": "^17.1.0", + "eslint-plugin-ember": "^12.3.1", + "eslint-plugin-n": "^17.13.2", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-qunit": "^8.1.2", "loader.js": "^4.7.0", "prettier": "^3.3.3", "qunit": "^2.22.0", - "qunit-dom": "^3.2.1", - "release-it": "^17.1.1", - "sass": "^1.49.0", + "qunit-dom": "^3.3.0", + "release-it": "^17.10.0", + "sass": "^1.81.0", "stylelint": "^15.11.0", - "stylelint-config-standard-scss": "^11.0.0", + "stylelint-config-standard-scss": "^11.1.0", "stylelint-prettier": "^4.1.0", - "webpack": "^5.95.0" + "webpack": "^5.96.1" }, "peerDependencies": { "ember-source": "^3.28.0 || >= 4.0.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6b150eeb..6f4438fb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,10 +9,10 @@ importers: .: dependencies: '@babel/core': - specifier: ^7.25.2 + specifier: ^7.26.0 version: 7.26.0 ember-auto-import: - specifier: ^2.8.1 + specifier: ^2.10.0 version: 2.10.0(webpack@5.96.1) ember-cli-babel: specifier: ^8.2.0 @@ -21,23 +21,23 @@ importers: specifier: ^6.3.0 version: 6.3.0 shepherd.js: - specifier: ^11.1.1 + specifier: ^11.2.0 version: 11.2.0 devDependencies: '@babel/eslint-parser': - specifier: ^7.25.1 + specifier: ^7.25.9 version: 7.25.9(@babel/core@7.26.0)(eslint@8.57.1) '@babel/plugin-proposal-class-properties': specifier: ^7.18.6 version: 7.18.6(@babel/core@7.26.0) '@babel/plugin-proposal-decorators': - specifier: ^7.24.7 + specifier: ^7.25.9 version: 7.25.9(@babel/core@7.26.0) '@babel/preset-env': - specifier: ^7.19.4 + specifier: ^7.26.0 version: 7.26.0(@babel/core@7.26.0) '@ember/optional-features': - specifier: ^2.1.0 + specifier: ^2.2.0 version: 2.2.0 '@ember/string': specifier: ^3.1.1 @@ -79,11 +79,11 @@ importers: specifier: ^3.0.0 version: 3.0.0 ember-cli-code-coverage: - specifier: ^3.0.0 + specifier: ^3.1.0 version: 3.1.0 ember-cli-dependency-checker: - specifier: ^3.3.2 - version: 3.3.2(ember-cli@5.12.0(babel-core@6.26.3)(handlebars@4.7.8)(underscore@1.13.7)) + specifier: ^3.3.3 + version: 3.3.3(ember-cli@5.12.0(babel-core@6.26.3)(handlebars@4.7.8)(underscore@1.13.7)) ember-cli-deploy: specifier: ^2.0.0 version: 2.0.0 @@ -100,17 +100,14 @@ importers: specifier: ^2.1.0 version: 2.1.0 ember-cli-sass: - specifier: ^11.0.0 + specifier: ^11.0.1 version: 11.0.1 ember-cli-terser: specifier: ^4.0.2 version: 4.0.2 ember-data: - specifier: ^5.2.0 + specifier: ^5.3.9 version: 5.3.9(@ember/string@3.1.1)(@ember/test-helpers@3.3.1(@babel/core@7.26.0)(ember-source@5.12.0(@glimmer/component@1.1.2(@babel/core@7.26.0))(rsvp@4.8.5)(webpack@5.96.1))(webpack@5.96.1))(@ember/test-waiters@3.1.0)(ember-source@5.12.0(@glimmer/component@1.1.2(@babel/core@7.26.0))(rsvp@4.8.5)(webpack@5.96.1))(qunit@2.22.0) - ember-fetch: - specifier: ^8.1.1 - version: 8.1.2(encoding@0.1.13) ember-load-initializers: specifier: ^2.1.2 version: 2.1.2(@babel/core@7.26.0) @@ -118,7 +115,7 @@ importers: specifier: ^0.13.0 version: 0.13.0(@babel/core@7.26.0)(ember-source@5.12.0(@glimmer/component@1.1.2(@babel/core@7.26.0))(rsvp@4.8.5)(webpack@5.96.1))(webpack@5.96.1) ember-qunit: - specifier: ^8.1.0 + specifier: ^8.1.1 version: 8.1.1(@ember/test-helpers@3.3.1(@babel/core@7.26.0)(ember-source@5.12.0(@glimmer/component@1.1.2(@babel/core@7.26.0))(rsvp@4.8.5)(webpack@5.96.1))(webpack@5.96.1))(ember-source@5.12.0(@glimmer/component@1.1.2(@babel/core@7.26.0))(rsvp@4.8.5)(webpack@5.96.1))(qunit@2.22.0) ember-resolver: specifier: ^12.0.1 @@ -130,7 +127,7 @@ importers: specifier: ^3.0.0 version: 3.0.0(encoding@0.1.13) ember-svg-jar: - specifier: ^2.3.4 + specifier: ^2.6.0 version: 2.6.0 ember-template-lint: specifier: ^6.0.0 @@ -145,11 +142,11 @@ importers: specifier: ^9.1.0 version: 9.1.0(eslint@8.57.1) eslint-plugin-ember: - specifier: ^12.2.1 + specifier: ^12.3.1 version: 12.3.1(@babel/core@7.26.0)(eslint@8.57.1) eslint-plugin-n: - specifier: ^17.1.0 - version: 17.13.1(eslint@8.57.1) + specifier: ^17.13.2 + version: 17.13.2(eslint@8.57.1) eslint-plugin-prettier: specifier: ^5.2.1 version: 5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@9.1.0(eslint@8.57.1))(eslint@8.57.1)(prettier@3.3.3) @@ -166,25 +163,25 @@ importers: specifier: ^2.22.0 version: 2.22.0 qunit-dom: - specifier: ^3.2.1 + specifier: ^3.3.0 version: 3.3.0 release-it: - specifier: ^17.1.1 + specifier: ^17.10.0 version: 17.10.0 sass: - specifier: ^1.49.0 - version: 1.80.6 + specifier: ^1.81.0 + version: 1.81.0 stylelint: specifier: ^15.11.0 version: 15.11.0 stylelint-config-standard-scss: - specifier: ^11.0.0 + specifier: ^11.1.0 version: 11.1.0(postcss@8.4.49)(stylelint@15.11.0) stylelint-prettier: specifier: ^4.1.0 version: 4.1.0(prettier@3.3.3)(stylelint@15.11.0) webpack: - specifier: ^5.95.0 + specifier: ^5.96.1 version: 5.96.1 packages: @@ -3107,12 +3104,12 @@ packages: cross-spawn@5.1.0: resolution: {integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==} - cross-spawn@6.0.5: - resolution: {integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==} + cross-spawn@6.0.6: + resolution: {integrity: sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==} engines: {node: '>=4.8'} - cross-spawn@7.0.5: - resolution: {integrity: sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==} + cross-spawn@7.0.6: + resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} engines: {node: '>= 8'} cryptiles@0.2.2: @@ -3454,8 +3451,8 @@ packages: ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - electron-to-chromium@1.5.56: - resolution: {integrity: sha512-7lXb9dAvimCFdvUMTyucD4mnIndt/xhRKFAlky0CyFogdnNmdPQNoHI23msF/2V4mpTxMzgMdjK4+YRlFlRQZw==} + electron-to-chromium@1.5.63: + resolution: {integrity: sha512-ddeXKuY9BHo/mw145axlyWjlJ1UBt4WK3AlvkT7W2AbqfRQoacVoRUCF6wL3uIx/8wT9oLKXzI+rFqHHscByaA==} ember-app-scheduler@7.0.1: resolution: {integrity: sha512-7140A/4OJuYBlncfxmreZHX5S7FxO/4KX5NswowIrvGZpaLuoeULjBHgiKBWC1OUzsdHST4jwaDufniHEROajg==} @@ -3529,8 +3526,8 @@ packages: '@embroider/core': optional: true - ember-cli-dependency-checker@3.3.2: - resolution: {integrity: sha512-PwkrW5oYsdPWwt+0Tojufmv/hxVETTjkrEdK7ANQB2VSnqpA5UcYubwpQM9ONuR2J8wyNDMwEHlqIrk/FYtBsQ==} + ember-cli-dependency-checker@3.3.3: + resolution: {integrity: sha512-mvp+HrE0M5Zhc2oW8cqs8wdhtqq0CfQXAYzaIstOzHJJn/U01NZEGu3hz7J7zl/+jxZkyygylzcS57QqmPXMuQ==} engines: {node: '>= 6'} peerDependencies: ember-cli: ^3.2.0 || >=4.0.0 @@ -3931,8 +3928,8 @@ packages: error@7.2.1: resolution: {integrity: sha512-fo9HBvWnx3NGUKMvMwB/CBCMMrfEJgbDTVDEkPygA3Bdd3lM1OyCd+rbQ8BwnpF6GdVeOLDNmyL4N5Bg80ZvdA==} - es-abstract@1.23.3: - resolution: {integrity: sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==} + es-abstract@1.23.5: + resolution: {integrity: sha512-vlmniQ0WNPwXqA0BnmwV3Ng7HxiGlh6r5U6JcTMNx8OilcAGqVJBHJcPjqOMaczU9fRuRK5Px2BdVyPRnKMMVQ==} engines: {node: '>= 0.4'} es-array-method-boxes-properly@1.0.0: @@ -4019,8 +4016,8 @@ packages: peerDependencies: eslint: '>=8' - eslint-plugin-n@17.13.1: - resolution: {integrity: sha512-97qzhk1z3DdSJNCqT45EslwCu5+LB9GDadSyBItgKUfGsXAmN/aa7LRQ0ZxHffUxUzvgbTPJL27/pE9ZQWHy7A==} + eslint-plugin-n@17.13.2: + resolution: {integrity: sha512-MhBAKkT01h8cOXcTBTlpuR7bxH5OBUNpUXefsvwSVEy46cY4m/Kzr2osUCQvA3zJFD6KuCeNNDv0+HDuWk/OcA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.23.0' @@ -4303,9 +4300,6 @@ packages: resolution: {integrity: sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==} engines: {node: '>=18'} - find-yarn-workspace-root@1.2.1: - resolution: {integrity: sha512-dVtfb0WuQG+8Ag2uWkbG79hOUzEsRrhBzgfn86g2sJPkzmcpGdghbNTfUKGTxymFrY/tLIodDzLoW9nOJ4FY8Q==} - find-yarn-workspace-root@2.0.0: resolution: {integrity: sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==} @@ -4335,8 +4329,8 @@ packages: resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} engines: {node: ^10.12.0 || >=12.0.0} - flatted@3.3.1: - resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} + flatted@3.3.2: + resolution: {integrity: sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==} follow-redirects@1.15.9: resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==} @@ -4864,8 +4858,8 @@ packages: resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} engines: {node: '>= 4'} - immutable@4.3.7: - resolution: {integrity: sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==} + immutable@5.0.2: + resolution: {integrity: sha512-1NU7hWZDkV7hJ4PJ9dur9gTNQ4ePNPN4k9/0YhwjzykTi/+3Q5pF93YU5QoVj8BuOnhLgaY8gs0U2pj4kSYVcw==} import-fresh@3.3.0: resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} @@ -6713,6 +6707,10 @@ packages: resolution: {integrity: sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==} engines: {node: '>=0.6'} + qs@6.13.1: + resolution: {integrity: sha512-EJPeIn0CYrGu+hli1xilKAPXODtJ12T0sP63Ijx2/khC2JtuaN3JyNIpvmnkmaEtha9ocbG4A4cMcr+TvqvwQg==} + engines: {node: '>=0.6'} + querystringify@2.2.0: resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} @@ -7111,8 +7109,8 @@ packages: engines: {node: 10.* || >= 12.*} hasBin: true - sass@1.80.6: - resolution: {integrity: sha512-ccZgdHNiBF1NHBsWvacvT5rju3y1d/Eu+8Ex6c21nHp2lZGLBEtuwc415QfiI1PJa1TpCo3iXwwSRjRpn2Ckjg==} + sass@1.81.0: + resolution: {integrity: sha512-Q4fOxRfhmv3sqCLoGfvrC9pRV8btc0UtqL9mN6Yrv6Qi9ScL55CVH1vlPP863ISLEEMNLLuu9P+enCeGHlnzhA==} engines: {node: '>=14.0.0'} hasBin: true @@ -7710,11 +7708,11 @@ packages: tiny-lr@2.0.0: resolution: {integrity: sha512-f6nh0VMRvhGx4KCeK1lQ/jaL0Zdb5WdR+Jk8q9OSUQnaSDxAEGH1fgqLZ+cMl5EW3F2MGnCsalBO1IsnnogW1Q==} - tldts-core@6.1.60: - resolution: {integrity: sha512-XHjoxak8SFQnHnmYHb3PcnW5TZ+9ErLZemZei3azuIRhQLw4IExsVbL3VZJdHcLeNaXq6NqawgpDPpjBOg4B5g==} + tldts-core@6.1.61: + resolution: {integrity: sha512-In7VffkDWUPgwa+c9picLUxvb0RltVwTkSgMNFgvlGSWveCzGBemBqTsgJCL4EDFWZ6WH0fKTsot6yNhzy3ZzQ==} - tldts@6.1.60: - resolution: {integrity: sha512-TYVHm7G9NCnhgqOsFalbX6MG1Po5F4efF+tLfoeiOGQq48Oqgwcgz8upY2R1BHWa4aDrj28RYx0dkYJ63qCFMg==} + tldts@6.1.61: + resolution: {integrity: sha512-rv8LUyez4Ygkopqn+M6OLItAOT9FF3REpPQDkdMx5ix8w4qkuE7Vo2o/vw1nxKQYmJDV8JpAMJQr1b+lTKf0FA==} hasBin: true tmp@0.0.28: @@ -7840,8 +7838,8 @@ packages: resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==} engines: {node: '>=12.20'} - type-fest@4.26.1: - resolution: {integrity: sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==} + type-fest@4.27.0: + resolution: {integrity: sha512-3IMSWgP7C5KSQqmo1wjhKrwsvXAtF33jO3QY+Uy++ia7hqvgSK6iXbbg5PbDBc1P2ZbNEDgejOrN4YooXvhwCw==} engines: {node: '>=16'} type-is@1.6.18: @@ -7890,8 +7888,8 @@ packages: undici-types@6.19.8: resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} - undici@6.20.1: - resolution: {integrity: sha512-AjQF1QsmqfJys+LXfGTNum+qw4S88CojRInG/6t31W/1fk6G59s92bnAvGz5Cmur+kQv2SURXEvvudLmbrE8QA==} + undici@6.21.0: + resolution: {integrity: sha512-BUgJXc752Kou3oOIuU1i+yZZypyZRqNPW0vqoMPl8VaoalSfeR0D8/t4iAS3yirs79SSMTxTag+ZC86uswv+Cw==} engines: {node: '>=18.17'} unicode-canonical-property-names-ecmascript@2.0.1: @@ -9085,7 +9083,7 @@ snapshots: dependencies: '@csstools/sass-import-resolve': 1.0.0 postcss: 8.4.49 - sass: 1.80.6 + sass: 1.81.0 source-map: 0.7.4 '@csstools/sass-import-resolve@1.0.0': {} @@ -10434,7 +10432,7 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 es-array-method-boxes-properly: 1.0.0 es-errors: 1.3.0 es-object-atoms: 1.0.0 @@ -10445,7 +10443,7 @@ snapshots: array-buffer-byte-length: 1.0.1 call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 es-errors: 1.3.0 get-intrinsic: 1.2.4 is-array-buffer: 3.0.4 @@ -11159,7 +11157,7 @@ snapshots: chalk: 5.3.0 cli-boxes: 3.0.0 string-width: 7.2.0 - type-fest: 4.26.1 + type-fest: 4.27.0 widest-line: 5.0.0 wrap-ansi: 9.0.0 @@ -11713,12 +11711,12 @@ snapshots: browserslist@3.2.8: dependencies: caniuse-lite: 1.0.30001680 - electron-to-chromium: 1.5.56 + electron-to-chromium: 1.5.63 browserslist@4.24.2: dependencies: caniuse-lite: 1.0.30001680 - electron-to-chromium: 1.5.56 + electron-to-chromium: 1.5.63 node-releases: 2.0.18 update-browserslist-db: 1.1.1(browserslist@4.24.2) @@ -11886,7 +11884,7 @@ snapshots: parse5: 7.2.1 parse5-htmlparser2-tree-adapter: 7.1.0 parse5-parser-stream: 7.1.2 - undici: 6.20.1 + undici: 6.21.0 whatwg-mimetype: 4.0.0 chokidar@4.0.1: @@ -12202,7 +12200,7 @@ snapshots: shebang-command: 1.2.0 which: 1.3.1 - cross-spawn@6.0.5: + cross-spawn@6.0.6: dependencies: nice-try: 1.0.5 path-key: 2.0.1 @@ -12210,7 +12208,7 @@ snapshots: shebang-command: 1.2.0 which: 1.3.1 - cross-spawn@7.0.5: + cross-spawn@7.0.6: dependencies: path-key: 3.1.1 shebang-command: 2.0.0 @@ -12512,7 +12510,7 @@ snapshots: dot-prop@9.0.0: dependencies: - type-fest: 4.26.1 + type-fest: 4.27.0 dotenv@1.2.0: {} @@ -12529,7 +12527,7 @@ snapshots: ee-first@1.1.1: {} - electron-to-chromium@1.5.56: {} + electron-to-chromium@1.5.63: {} ember-app-scheduler@7.0.1(@babel/core@7.26.0): dependencies: @@ -12842,16 +12840,14 @@ snapshots: transitivePeerDependencies: - supports-color - ember-cli-dependency-checker@3.3.2(ember-cli@5.12.0(babel-core@6.26.3)(handlebars@4.7.8)(underscore@1.13.7)): + ember-cli-dependency-checker@3.3.3(ember-cli@5.12.0(babel-core@6.26.3)(handlebars@4.7.8)(underscore@1.13.7)): dependencies: chalk: 2.4.2 ember-cli: 5.12.0(babel-core@6.26.3)(handlebars@4.7.8)(underscore@1.13.7) - find-yarn-workspace-root: 1.2.1 + find-yarn-workspace-root: 2.0.0 is-git-url: 1.0.0 resolve: 1.22.8 semver: 5.7.2 - transitivePeerDependencies: - - supports-color ember-cli-deploy-build@3.0.0(@babel/core@7.26.0)(eslint@8.57.1): dependencies: @@ -13800,7 +13796,7 @@ snapshots: dependencies: string-template: 0.2.1 - es-abstract@1.23.3: + es-abstract@1.23.5: dependencies: array-buffer-byte-length: 1.0.1 arraybuffer.prototype.slice: 1.0.3 @@ -13929,7 +13925,7 @@ snapshots: eslint: 8.57.1 eslint-compat-utils: 0.5.1(eslint@8.57.1) - eslint-plugin-n@17.13.1(eslint@8.57.1): + eslint-plugin-n@17.13.2(eslint@8.57.1): dependencies: '@eslint-community/eslint-utils': 4.4.1(eslint@8.57.1) enhanced-resolve: 5.17.1 @@ -13989,7 +13985,7 @@ snapshots: '@ungap/structured-clone': 1.2.0 ajv: 6.12.6 chalk: 4.1.2 - cross-spawn: 7.0.5 + cross-spawn: 7.0.6 debug: 4.3.7 doctrine: 3.0.0 escape-string-regexp: 4.0.0 @@ -14070,7 +14066,7 @@ snapshots: execa@1.0.0: dependencies: - cross-spawn: 6.0.5 + cross-spawn: 6.0.6 get-stream: 4.1.0 is-stream: 1.1.0 npm-run-path: 2.0.2 @@ -14080,7 +14076,7 @@ snapshots: execa@2.1.0: dependencies: - cross-spawn: 7.0.5 + cross-spawn: 7.0.6 get-stream: 5.2.0 is-stream: 2.0.1 merge-stream: 2.0.0 @@ -14092,7 +14088,7 @@ snapshots: execa@4.1.0: dependencies: - cross-spawn: 7.0.5 + cross-spawn: 7.0.6 get-stream: 5.2.0 human-signals: 1.1.1 is-stream: 2.0.1 @@ -14104,7 +14100,7 @@ snapshots: execa@5.1.1: dependencies: - cross-spawn: 7.0.5 + cross-spawn: 7.0.6 get-stream: 6.0.1 human-signals: 2.1.0 is-stream: 2.0.1 @@ -14116,7 +14112,7 @@ snapshots: execa@8.0.0: dependencies: - cross-spawn: 7.0.5 + cross-spawn: 7.0.6 get-stream: 8.0.1 human-signals: 5.0.0 is-stream: 3.0.0 @@ -14354,13 +14350,6 @@ snapshots: path-exists: 5.0.0 unicorn-magic: 0.1.0 - find-yarn-workspace-root@1.2.1: - dependencies: - fs-extra: 4.0.3 - micromatch: 3.1.10 - transitivePeerDependencies: - - supports-color - find-yarn-workspace-root@2.0.0: dependencies: micromatch: 4.0.8 @@ -14410,11 +14399,11 @@ snapshots: flat-cache@3.2.0: dependencies: - flatted: 3.3.1 + flatted: 3.3.2 keyv: 4.5.4 rimraf: 3.0.2 - flatted@3.3.1: {} + flatted@3.3.2: {} follow-redirects@1.15.9: {} @@ -14426,7 +14415,7 @@ snapshots: foreground-child@3.3.0: dependencies: - cross-spawn: 7.0.5 + cross-spawn: 7.0.6 signal-exit: 4.1.0 forever-agent@0.5.2: {} @@ -14561,7 +14550,7 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 functions-have-names: 1.2.3 functions-have-names@1.2.3: {} @@ -15050,7 +15039,7 @@ snapshots: ignore@5.3.2: {} - immutable@4.3.7: {} + immutable@5.0.2: {} import-fresh@3.3.0: dependencies: @@ -16429,7 +16418,7 @@ snapshots: array.prototype.reduce: 1.0.7 call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 es-object-atoms: 1.0.0 gopd: 1.0.1 safe-array-concat: 1.1.2 @@ -16972,6 +16961,10 @@ snapshots: dependencies: side-channel: 1.0.6 + qs@6.13.1: + dependencies: + side-channel: 1.0.6 + querystringify@2.2.0: {} queue-microtask@1.2.3: {} @@ -17434,10 +17427,10 @@ snapshots: minimist: 1.2.8 walker: 1.0.8 - sass@1.80.6: + sass@1.81.0: dependencies: chokidar: 4.0.1 - immutable: 4.3.7 + immutable: 5.0.2 source-map-js: 1.2.1 optionalDependencies: '@parcel/watcher': 2.5.0 @@ -17809,7 +17802,7 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 es-errors: 1.3.0 es-object-atoms: 1.0.0 get-intrinsic: 1.2.4 @@ -17824,7 +17817,7 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 es-object-atoms: 1.0.0 string.prototype.trimend@1.0.8: @@ -18257,16 +18250,16 @@ snapshots: faye-websocket: 0.11.4 livereload-js: 3.4.1 object-assign: 4.1.1 - qs: 6.13.0 + qs: 6.13.1 transitivePeerDependencies: - supports-color - tldts-core@6.1.60: + tldts-core@6.1.61: optional: true - tldts@6.1.60: + tldts@6.1.61: dependencies: - tldts-core: 6.1.60 + tldts-core: 6.1.61 optional: true tmp@0.0.28: @@ -18320,7 +18313,7 @@ snapshots: tough-cookie@5.0.0: dependencies: - tldts: 6.1.60 + tldts: 6.1.61 optional: true tr46@0.0.3: {} @@ -18386,7 +18379,7 @@ snapshots: type-fest@2.19.0: {} - type-fest@4.26.1: {} + type-fest@4.27.0: {} type-is@1.6.18: dependencies: @@ -18452,7 +18445,7 @@ snapshots: undici-types@6.19.8: {} - undici@6.20.1: {} + undici@6.21.0: {} unicode-canonical-property-names-ecmascript@2.0.1: {} @@ -18554,7 +18547,7 @@ snapshots: util.promisify@1.0.1: dependencies: define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 has-symbols: 1.0.3 object.getownpropertydescriptors: 2.1.8