You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/01/10 07:08:41 UTC

[GitHub] [superset] dependabot[bot] opened a new pull request #17977: chore(deps-dev): bump css-loader from 6.2.0 to 6.5.1 in /superset-frontend

dependabot[bot] opened a new pull request #17977:
URL: https://github.com/apache/superset/pull/17977


   Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.2.0 to 6.5.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/webpack-contrib/css-loader/releases">css-loader's releases</a>.</em></p>
   <blockquote>
   <h2>v6.5.1</h2>
   <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v6.5.0...v6.5.1">6.5.1</a> (2021-11-03)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>regression with unicode characters in locals (<a href="https://github.com/webpack-contrib/css-loader/commit/b7a84414fb3f6e6ff413cbbb7004fa74a78da331">b7a8441</a>)</li>
   <li>runtime path generation (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1393">#1393</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/feafea812a95db05e9b52beaced0def611bba5c8">feafea8</a>)</li>
   </ul>
   <h2>v6.5.0</h2>
   <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v6.4.0...v6.5.0">6.5.0</a> (2021-10-26)</h2>
   <h3>Features</h3>
   <ul>
   <li>support absolute URL in <code>url()</code> when <code>experiments.buildHttp</code> enabled (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1389">#1389</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/8946be4d0f2c0237cd5fa846d67d469ff20058a4">8946be4</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>respect <code>nosources</code> in the <code>devtool</code> option (<a href="https://github.com/webpack-contrib/css-loader/commit/c60eff212337c8a65995f6675d25f49bb515e77d">c60eff2</a>)</li>
   </ul>
   <h2>v6.4.0</h2>
   <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v6.3.0...v6.4.0">6.4.0</a> (2021-10-09)</h2>
   <h3>Features</h3>
   <ul>
   <li>generate more collision resistant for locals (<a href="https://github.com/webpack-contrib/css-loader/commit/c7db752fe6a9c7ff28d165fd24a37be08ef83af5">c7db752</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>classes generation for client and server bundling (<a href="https://github.com/webpack-contrib/css-loader/commit/303a3a171793cf1044c131e291f5c29f9ab86c77">303a3a1</a>)</li>
   </ul>
   <h2>v6.3.0</h2>
   <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v6.2.0...v6.3.0">6.3.0</a> (2021-09-18)</h2>
   <h3>Features</h3>
   <ul>
   <li>added <code>[folder]</code> placeholder (<a href="https://github.com/webpack-contrib/css-loader/commit/a0dee4fd34dd1b9892dac7645a4e57ec134e561b">a0dee4f</a>)</li>
   <li>added the <code>exportType</code> option with <code>'array'</code>, <code>'string'</code> and <code>'css-style-sheet'</code> values (<a href="https://github.com/webpack-contrib/css-loader/commit/c6d20664ca03226ace26b9766e484e437ec74f60">c6d2066</a>)
   <ul>
   <li><code>'array'</code> - the default export is <code>Array</code> with API for <code>style-loader</code> and other</li>
   <li><code>'string'</code> - the default export is <code>String</code> you don't need <a href="https://www.npmjs.com/package/to-string-loader"><code>to-string-loader</code></a> loader anymore</li>
   <li><code>'css-style-sheet'</code> - the default export is a <a href="https://developers.google.com/web/updates/2019/02/constructable-stylesheets"><code>constructable stylesheet</code></a>, you can use <code>import sheet from './styles.css' assert { type: 'css' };</code> like in a browser, more information you can find <a href="https://github.com/webpack-contrib/css-loader#css-style-sheet">here</a></li>
   </ul>
   </li>
   <li>supported <code>supports()</code> and <code>layer()</code> functions in <code>@import</code> at-rules (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1377">#1377</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/bce2c17524290591be243829187f909a0ae5a6f7">bce2c17</a>)</li>
   <li>fix multiple merging multiple <code>@media</code> at-rules (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1377">#1377</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/bce2c17524290591be243829187f909a0ae5a6f7">bce2c17</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md">css-loader's changelog</a>.</em></p>
   <blockquote>
   <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v6.5.0...v6.5.1">6.5.1</a> (2021-11-03)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>regression with unicode characters in locals (<a href="https://github.com/webpack-contrib/css-loader/commit/b7a84414fb3f6e6ff413cbbb7004fa74a78da331">b7a8441</a>)</li>
   <li>runtime path generation (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1393">#1393</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/feafea812a95db05e9b52beaced0def611bba5c8">feafea8</a>)</li>
   </ul>
   <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v6.4.0...v6.5.0">6.5.0</a> (2021-10-26)</h2>
   <h3>Features</h3>
   <ul>
   <li>support absolute URL in <code>url()</code> when <code>experiments.buildHttp</code> enabled (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1389">#1389</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/8946be4d0f2c0237cd5fa846d67d469ff20058a4">8946be4</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>respect <code>nosources</code> in the <code>devtool</code> option (<a href="https://github.com/webpack-contrib/css-loader/commit/c60eff212337c8a65995f6675d25f49bb515e77d">c60eff2</a>)</li>
   </ul>
   <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v6.3.0...v6.4.0">6.4.0</a> (2021-10-09)</h2>
   <h3>Features</h3>
   <ul>
   <li>generate more collision resistant for locals (<a href="https://github.com/webpack-contrib/css-loader/commit/c7db752fe6a9c7ff28d165fd24a37be08ef83af5">c7db752</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>classes generation for client and server bundling (<a href="https://github.com/webpack-contrib/css-loader/commit/303a3a171793cf1044c131e291f5c29f9ab86c77">303a3a1</a>)</li>
   </ul>
   <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v6.2.0...v6.3.0">6.3.0</a> (2021-09-18)</h2>
   <h3>Features</h3>
   <ul>
   <li>added <code>[folder]</code> placeholder (<a href="https://github.com/webpack-contrib/css-loader/commit/a0dee4fd34dd1b9892dac7645a4e57ec134e561b">a0dee4f</a>)</li>
   <li>added the <code>exportType</code> option with <code>'array'</code>, <code>'string'</code> and <code>'css-style-sheet'</code> values (<a href="https://github.com/webpack-contrib/css-loader/commit/c6d20664ca03226ace26b9766e484e437ec74f60">c6d2066</a>)
   <ul>
   <li><code>'array'</code> - the default export is <code>Array</code> with API for <code>style-loader</code> and other</li>
   <li><code>'string'</code> - the default export is <code>String</code> you don't need <a href="https://www.npmjs.com/package/to-string-loader"><code>to-string-loader</code></a> loader anymore</li>
   <li><code>'css-style-sheet'</code> - the default export is a <a href="https://developers.google.com/web/updates/2019/02/constructable-stylesheets"><code>constructable stylesheet</code></a>, you can use <code>import sheet from './styles.css' assert { type: 'css' };</code> like in a browser, more information you can find <a href="https://github.com/webpack-contrib/css-loader#css-style-sheet">here</a></li>
   </ul>
   </li>
   <li>supported <code>supports()</code> and <code>layer()</code> functions in <code>@import</code> at-rules (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1377">#1377</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/bce2c17524290591be243829187f909a0ae5a6f7">bce2c17</a>)</li>
   <li>fix multiple merging multiple <code>@media</code> at-rules (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1377">#1377</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/bce2c17524290591be243829187f909a0ae5a6f7">bce2c17</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>reduce runtime (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1378">#1378</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/cf3a3a7346aa73637ee6aae6fef5648965c31a47">cf3a3a7</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/webpack-contrib/css-loader/commit/e857d7121eb6c907aa7484d4e40b0b67929a4484"><code>e857d71</code></a> chore(release): 6.5.1</li>
   <li><a href="https://github.com/webpack-contrib/css-loader/commit/b7a84414fb3f6e6ff413cbbb7004fa74a78da331"><code>b7a8441</code></a> fix: regression with unicode characters in locals</li>
   <li><a href="https://github.com/webpack-contrib/css-loader/commit/52715ee3d0ce40e9d2bfb039d023db18ee07bf62"><code>52715ee</code></a> ci: test on Node.js v17 (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1394">#1394</a>)</li>
   <li><a href="https://github.com/webpack-contrib/css-loader/commit/feafea812a95db05e9b52beaced0def611bba5c8"><code>feafea8</code></a> fix: runtime path generation (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1393">#1393</a>)</li>
   <li><a href="https://github.com/webpack-contrib/css-loader/commit/61fcc4a77a84a773a464c9f5b02fe12e69d12b54"><code>61fcc4a</code></a> test: data uri (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1392">#1392</a>)</li>
   <li><a href="https://github.com/webpack-contrib/css-loader/commit/86d77cadf9ffe46570d0ec8e463b59f380376b75"><code>86d77ca</code></a> chore(release): 6.5.0</li>
   <li><a href="https://github.com/webpack-contrib/css-loader/commit/c60eff212337c8a65995f6675d25f49bb515e77d"><code>c60eff2</code></a> fix: respect <code>nosources</code> in the <code>devtool</code> option</li>
   <li><a href="https://github.com/webpack-contrib/css-loader/commit/897e7dd250ccdb0d31e6c66d4cd0d009f2022a85"><code>897e7dd</code></a> refactor: future build <code>@import</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1390">#1390</a>)</li>
   <li><a href="https://github.com/webpack-contrib/css-loader/commit/8946be4d0f2c0237cd5fa846d67d469ff20058a4"><code>8946be4</code></a> feat: support absolute URL in <code>url()</code> when <code>experiments.buildHttp</code> enabled (#...</li>
   <li><a href="https://github.com/webpack-contrib/css-loader/commit/fee058293e30f32069523d68099f0600ebb551a9"><code>fee0582</code></a> refactor: use new API (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1387">#1387</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/css-loader/compare/v6.2.0...v6.5.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=css-loader&package-manager=npm_and_yarn&previous-version=6.2.0&new-version=6.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] codecov[bot] edited a comment on pull request #17977: chore(deps-dev): bump css-loader from 6.2.0 to 6.5.1 in /superset-frontend

Posted by GitBox <gi...@apache.org>.
codecov[bot] edited a comment on pull request #17977:
URL: https://github.com/apache/superset/pull/17977#issuecomment-1008613420


   # [Codecov](https://codecov.io/gh/apache/superset/pull/17977?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#17977](https://codecov.io/gh/apache/superset/pull/17977?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (ec3e15c) into [master](https://codecov.io/gh/apache/superset/commit/c0a769581f766baab4f0c5189a2679cb3fb41d8d?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (c0a7695) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/superset/pull/17977/graphs/tree.svg?width=650&height=150&src=pr&token=KsB0fHcx6l&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/superset/pull/17977?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@           Coverage Diff           @@
   ##           master   #17977   +/-   ##
   =======================================
     Coverage   67.08%   67.08%           
   =======================================
     Files        1611     1611           
     Lines       64919    64919           
     Branches     6871     6871           
   =======================================
     Hits        43548    43548           
     Misses      19504    19504           
     Partials     1867     1867           
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | javascript | `53.78% <ø> (ø)` | |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/superset/pull/17977?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/superset/pull/17977?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [c0a7695...ec3e15c](https://codecov.io/gh/apache/superset/pull/17977?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] rusackas merged pull request #17977: chore(deps-dev): bump css-loader from 6.2.0 to 6.5.1 in /superset-frontend

Posted by GitBox <gi...@apache.org>.
rusackas merged pull request #17977:
URL: https://github.com/apache/superset/pull/17977


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] codecov[bot] commented on pull request #17977: chore(deps-dev): bump css-loader from 6.2.0 to 6.5.1 in /superset-frontend

Posted by GitBox <gi...@apache.org>.
codecov[bot] commented on pull request #17977:
URL: https://github.com/apache/superset/pull/17977#issuecomment-1008613420


   # [Codecov](https://codecov.io/gh/apache/superset/pull/17977?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#17977](https://codecov.io/gh/apache/superset/pull/17977?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (ec3e15c) into [master](https://codecov.io/gh/apache/superset/commit/c0a769581f766baab4f0c5189a2679cb3fb41d8d?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (c0a7695) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/superset/pull/17977/graphs/tree.svg?width=650&height=150&src=pr&token=KsB0fHcx6l&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/superset/pull/17977?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@           Coverage Diff           @@
   ##           master   #17977   +/-   ##
   =======================================
     Coverage   67.08%   67.08%           
   =======================================
     Files        1611     1611           
     Lines       64919    64919           
     Branches     6871     6871           
   =======================================
     Hits        43548    43548           
     Misses      19504    19504           
     Partials     1867     1867           
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | javascript | `53.78% <ø> (ø)` | |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/superset/pull/17977?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/superset/pull/17977?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [c0a7695...ec3e15c](https://codecov.io/gh/apache/superset/pull/17977?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org