chore(deps): bump sass-loader from 7.3.1 to 12.3.0 #91

Closed
argoyle wants to merge 0 commits from dependabot-npm_and_yarn-sass-loader-12.3.0 into master
argoyle commented 2021-11-08 05:25:39 +00:00 (Migrated from gitlab.com)

Bumps sass-loader from 7.3.1 to 12.3.0.

Release notes

Sourced from sass-loader's releases.

v12.3.0

12.3.0 (2021-10-27)

Features

  • added the warnRuleAsWarning option, allows to emit a warning on the @warn rule (#992) (c652c79)
  • use webpack logger to log sass messages (only for dart-sass), configure it using infrastructureLogging (#991) (bb7cef9)

v12.2.0

12.2.0 (2021-10-12)

Features

v12.1.0

12.1.0 (2021-06-10)

Features

  • allow String value for the implementation option (382a3ca)

v12.0.0

12.0.0 (2021-06-01)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0

Bug Fixes

  • crash in custom importers with worker threads (#958) (67aa139)
  • resolving _index.import.scss/index.import.scss in packages (#906) (6641a16)

v11.1.1

11.1.1 (2021-05-13)

Bug Fixes

  • disabled auto importing fiber on node >= 16 due incompatibility problems (#950) (4ca004b)

v11.1.0

11.1.0 (2021-05-10)

... (truncated)

Changelog

Sourced from sass-loader's changelog.

12.3.0 (2021-10-27)

Features

  • added the warnRuleAsWarning option, allows to emit a warning on the @warn rule (#992) (c652c79)
  • use webpack logger to log sass messages (only for dart-sass), configure it using infrastructureLogging (#991) (bb7cef9)

12.2.0 (2021-10-12)

Features

12.1.0 (2021-06-10)

Features

  • allow String value for the implementation option (382a3ca)

12.0.0 (2021-06-01)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0

Bug Fixes

  • crash in custom importers with worker threads (#958) (67aa139)
  • resolving _index.import.scss/index.import.scss in packages (#906) (6641a16)

11.1.1 (2021-05-13)

Bug Fixes

  • disabled auto importing fiber on node >= 16 due incompatibility problems (#950) (4ca004b)

11.1.0 (2021-05-10)

Features

11.0.1 (2021-02-08)

... (truncated)

Commits
  • 0ab22f0 chore(release): 12.3.0
  • c652c79 feat: added the warnRuleAsWarning option, allow to emit a warning on the `@...
  • bb7cef9 feat: use webpack logger to log sass messages (only for dart-sass), configu...
  • 3498284 chore(deps): update (#990)
  • 271a20c chore(release): 12.2.0
  • c1f7c2b refactor: charset option
  • 634e561 docs: update CHANGELOG.md, add info about 10.2.0 (#983)
  • f26b809 docs: update templates (#981)
  • 40bcb91 ci: update codecov-action (#980)
  • 372f64d ci: remove outdated node version
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 7.3.1 to 12.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/sass-loader/releases">sass-loader's releases</a>.</em></p> <blockquote> <h2>v12.3.0</h2> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v12.2.0...v12.3.0">12.3.0</a> (2021-10-27)</h2> <h3>Features</h3> <ul> <li>added the <code>warnRuleAsWarning</code> option, allows to emit a warning on the <code>@warn</code> rule (<a href="https://github.com/webpack-contrib/sass-loader/issues/992">#992</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/c652c79b67999546d0e65f237a947b3e1b454691">c652c79</a>)</li> <li>use webpack logger to log sass messages (only for <code>dart-sass</code>), configure it using <a href="https://webpack.js.org/configuration/other-options/#infrastructurelogging">infrastructureLogging</a> (<a href="https://github.com/webpack-contrib/sass-loader/issues/991">#991</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/bb7cef97d5d9ba26dc2db2e1948a2a04b26f4031">bb7cef9</a>)</li> </ul> <h2>v12.2.0</h2> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v12.1.0...v12.2.0">12.2.0</a> (2021-10-12)</h2> <h3>Features</h3> <ul> <li>add link field in schema (<a href="https://github.com/webpack-contrib/sass-loader/issues/976">#976</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/1b453fb4926ab27616f3c38104033fafe37633ab">1b453fb</a>)</li> </ul> <h2>v12.1.0</h2> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v12.0.0...v12.1.0">12.1.0</a> (2021-06-10)</h2> <h3>Features</h3> <ul> <li>allow <code>String</code> value for the <code>implementation</code> option (<a href="https://github.com/webpack-contrib/sass-loader/commit/382a3ca7ca8b7041712de30ce5ad8e6532944c1b">382a3ca</a>)</li> </ul> <h2>v12.0.0</h2> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v11.1.1...v12.0.0">12.0.0</a> (2021-06-01)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>Node.js</code> version is <code>12.13.0</code></li> </ul> <h3>Bug Fixes</h3> <ul> <li>crash in custom importers with worker threads (<a href="https://github.com/webpack-contrib/sass-loader/issues/958">#958</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/67aa1391c12013aae70e08f5bbabb94e74b10a6d">67aa139</a>)</li> <li>resolving <code>_index.import.scss</code>/<code>index.import.scss</code> in packages (<a href="https://github.com/webpack-contrib/sass-loader/issues/906">#906</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/6641a16d510db653fbdc2bcfc265603c9f6fcd1a">6641a16</a>)</li> </ul> <h2>v11.1.1</h2> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v11.1.0...v11.1.1">11.1.1</a> (2021-05-13)</h3> <h3>Bug Fixes</h3> <ul> <li>disabled auto importing <code>fiber</code> on node &gt;= 16 due incompatibility problems (<a href="https://github.com/webpack-contrib/sass-loader/issues/950">#950</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/4ca004b9e733bd2261ec68a7db4de07d79cf331a">4ca004b</a>)</li> </ul> <h2>v11.1.0</h2> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v11.0.1...v11.1.0">11.1.0</a> (2021-05-10)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md">sass-loader's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v12.2.0...v12.3.0">12.3.0</a> (2021-10-27)</h2> <h3>Features</h3> <ul> <li>added the <code>warnRuleAsWarning</code> option, allows to emit a warning on the <code>@warn</code> rule (<a href="https://github.com/webpack-contrib/sass-loader/issues/992">#992</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/c652c79b67999546d0e65f237a947b3e1b454691">c652c79</a>)</li> <li>use webpack logger to log sass messages (only for <code>dart-sass</code>), configure it using <a href="https://webpack.js.org/configuration/other-options/#infrastructurelogging">infrastructureLogging</a> (<a href="https://github.com/webpack-contrib/sass-loader/issues/991">#991</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/bb7cef97d5d9ba26dc2db2e1948a2a04b26f4031">bb7cef9</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v12.1.0...v12.2.0">12.2.0</a> (2021-10-12)</h2> <h3>Features</h3> <ul> <li>add link field in schema (<a href="https://github.com/webpack-contrib/sass-loader/issues/976">#976</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/1b453fb4926ab27616f3c38104033fafe37633ab">1b453fb</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v12.0.0...v12.1.0">12.1.0</a> (2021-06-10)</h2> <h3>Features</h3> <ul> <li>allow <code>String</code> value for the <code>implementation</code> option (<a href="https://github.com/webpack-contrib/sass-loader/commit/382a3ca7ca8b7041712de30ce5ad8e6532944c1b">382a3ca</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v11.1.1...v12.0.0">12.0.0</a> (2021-06-01)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>Node.js</code> version is <code>12.13.0</code></li> </ul> <h3>Bug Fixes</h3> <ul> <li>crash in custom importers with worker threads (<a href="https://github.com/webpack-contrib/sass-loader/issues/958">#958</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/67aa1391c12013aae70e08f5bbabb94e74b10a6d">67aa139</a>)</li> <li>resolving <code>_index.import.scss</code>/<code>index.import.scss</code> in packages (<a href="https://github.com/webpack-contrib/sass-loader/issues/906">#906</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/6641a16d510db653fbdc2bcfc265603c9f6fcd1a">6641a16</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v11.1.0...v11.1.1">11.1.1</a> (2021-05-13)</h3> <h3>Bug Fixes</h3> <ul> <li>disabled auto importing <code>fiber</code> on node &gt;= 16 due incompatibility problems (<a href="https://github.com/webpack-contrib/sass-loader/issues/950">#950</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/4ca004b9e733bd2261ec68a7db4de07d79cf331a">4ca004b</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/sass-loader/compare/v11.0.1...v11.1.0">11.1.0</a> (2021-05-10)</h2> <h3>Features</h3> <ul> <li>support <code>node-sass</code> v6.0.0 (<a href="https://github.com/webpack-contrib/sass-loader/issues/947">#947</a>) (<a href="https://github.com/webpack-contrib/sass-loader/commit/7869b29916d5120037a0e67063420b3333d7f68b">7869b29</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/sass-loader/compare/v11.0.0...v11.0.1">11.0.1</a> (2021-02-08)</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/0ab22f0a015ac807594482595171b55e8852852c"><code>0ab22f0</code></a> chore(release): 12.3.0</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/c652c79b67999546d0e65f237a947b3e1b454691"><code>c652c79</code></a> feat: added the <code>warnRuleAsWarning</code> option, allow to emit a warning on the `@...</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/bb7cef97d5d9ba26dc2db2e1948a2a04b26f4031"><code>bb7cef9</code></a> feat: use webpack logger to log sass messages (only for <code>dart-sass</code>), configu...</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/349828460379b5024de11d89ce7c33740972e592"><code>3498284</code></a> chore(deps): update (<a href="https://github.com/webpack-contrib/sass-loader/issues/990">#990</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/271a20cd3fac63b275a628b8cdd17962f6e63761"><code>271a20c</code></a> chore(release): 12.2.0</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/c1f7c2b1dccfa09f75ebde616bee991995be0514"><code>c1f7c2b</code></a> refactor: charset option</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/634e561f3cbb6cab16d6843308fb9de9be3f6d70"><code>634e561</code></a> docs: update CHANGELOG.md, add info about 10.2.0 (<a href="https://github.com/webpack-contrib/sass-loader/issues/983">#983</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/f26b809b29f7c84bd4e7b3738b6628cb54da8bcb"><code>f26b809</code></a> docs: update templates (<a href="https://github.com/webpack-contrib/sass-loader/issues/981">#981</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/40bcb91b01c947daf9b308f91090f2682cc844c4"><code>40bcb91</code></a> ci: update <code>codecov-action</code> (<a href="https://github.com/webpack-contrib/sass-loader/issues/980">#980</a>)</li> <li><a href="https://github.com/webpack-contrib/sass-loader/commit/372f64db8680a51aa4d3a64fb0131f8666c801c4"><code>372f64d</code></a> ci: remove outdated node version</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/sass-loader/compare/v7.3.1...v12.3.0">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2021-11-08 14:07:52 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-08 14:30:51 +00:00 (Migrated from gitlab.com)

added 23 commits

  • ee7540c8...55ebe780 - 22 commits from branch master
  • 77c89eb8 - chore(deps): bump sass-loader from 7.3.1 to 12.3.0

Compare with previous version

added 23 commits <ul><li>ee7540c8...55ebe780 - 22 commits from branch <code>master</code></li><li>77c89eb8 - chore(deps): bump sass-loader from 7.3.1 to 12.3.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/42/diffs?diff_id=274757412&start_sha=ee7540c87059f60e6845b3614d9eafe4e36bfc63)
argoyle commented 2021-11-08 16:34:29 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2021-11-08 16:51:15 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2021-11-08 16:51:15 +00:00 (Migrated from gitlab.com)

added 1 commit

  • a85e71ad - chore(deps): bump sass-loader from 7.3.1 to 12.3.0

Compare with previous version

added 1 commit <ul><li>a85e71ad - chore(deps): bump sass-loader from 7.3.1 to 12.3.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/42/diffs?diff_id=274879415&start_sha=77c89eb87b77602bcc016e5d8c29d6fa2901d324)
argoyle commented 2021-11-09 20:49:42 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-09 22:05:26 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2021-11-09 22:20:39 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2021-11-09 22:20:39 +00:00 (Migrated from gitlab.com)

added 23 commits

  • a85e71ad...b4b1c1d0 - 22 commits from branch master
  • c6b993e5 - chore(deps): bump sass-loader from 7.3.1 to 12.3.0

Compare with previous version

added 23 commits <ul><li>a85e71ad...b4b1c1d0 - 22 commits from branch <code>master</code></li><li>c6b993e5 - chore(deps): bump sass-loader from 7.3.1 to 12.3.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/42/diffs?diff_id=275850212&start_sha=a85e71ad0ed8bf00581dcb090ab562cc64c9743f)
argoyle commented 2021-11-10 06:47:08 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-10 07:03:28 +00:00 (Migrated from gitlab.com)

added 11 commits

  • c6b993e5...40f20969 - 10 commits from branch master
  • ba35874c - chore(deps): bump sass-loader from 7.3.1 to 12.3.0

Compare with previous version

added 11 commits <ul><li>c6b993e5...40f20969 - 10 commits from branch <code>master</code></li><li>ba35874c - chore(deps): bump sass-loader from 7.3.1 to 12.3.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/42/diffs?diff_id=276006530&start_sha=c6b993e5f591d6c7c0379cf55d60e7942f1035ca)
argoyle commented 2021-11-10 07:05:32 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2021-11-10 07:05:38 +00:00
argoyle commented 2021-11-10 07:20:08 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2021-11-10 07:41:29 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2021-11-10 07:41:30 +00:00 (Migrated from gitlab.com)

aborted the automatic merge because source branch was updated

aborted the automatic merge because source branch was updated
argoyle commented 2021-11-10 07:41:30 +00:00 (Migrated from gitlab.com)

added 3 commits

  • ba35874c...f8063446 - 2 commits from branch master
  • 3cb5ca1b - chore(deps): bump sass-loader from 7.3.1 to 12.3.0

Compare with previous version

added 3 commits <ul><li>ba35874c...f8063446 - 2 commits from branch <code>master</code></li><li>3cb5ca1b - chore(deps): bump sass-loader from 7.3.1 to 12.3.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/42/diffs?diff_id=276026277&start_sha=ba35874c7b6a76ec68a7c9f5b0bed525eae88823)
argoyle commented 2021-11-10 20:51:12 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle commented 2021-11-10 20:51:19 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-10 20:51:30 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2021-11-10 21:00:25 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2021-11-10 21:00:25 +00:00 (Migrated from gitlab.com)

added 5 commits

  • 3cb5ca1b...56aab28e - 4 commits from branch master
  • 7fb47da4 - chore(deps): bump sass-loader from 7.3.1 to 12.3.0

Compare with previous version

added 5 commits <ul><li>3cb5ca1b...56aab28e - 4 commits from branch <code>master</code></li><li>7fb47da4 - chore(deps): bump sass-loader from 7.3.1 to 12.3.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/42/diffs?diff_id=276628331&start_sha=3cb5ca1b73fb1316b0de951ef9b8415cbbaa7ad6)
argoyle commented 2021-11-11 20:04:34 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-11 20:04:40 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2021-11-11 20:09:10 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2021-11-11 20:09:10 +00:00 (Migrated from gitlab.com)

added 9 commits

  • 7fb47da4...f4d9b106 - 8 commits from branch master
  • 09e6480b - chore(deps): bump sass-loader from 7.3.1 to 12.3.0

Compare with previous version

added 9 commits <ul><li>7fb47da4...f4d9b106 - 8 commits from branch <code>master</code></li><li>09e6480b - chore(deps): bump sass-loader from 7.3.1 to 12.3.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/42/diffs?diff_id=277305887&start_sha=7fb47da4a93cb8dba2e3126358ef57ac03b9018c)
argoyle commented 2021-11-11 20:09:56 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2021-11-11 20:10:25 +00:00
argoyle commented 2021-11-19 19:44:27 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-19 20:10:11 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-19 20:10:20 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2021-11-19 20:15:43 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2021-11-19 20:15:43 +00:00 (Migrated from gitlab.com)

aborted the automatic merge because source branch was updated

aborted the automatic merge because source branch was updated
argoyle commented 2021-11-19 20:15:43 +00:00 (Migrated from gitlab.com)

added 23 commits

  • 09e6480b...f4239271 - 22 commits from branch master
  • 76e28b76 - chore(deps): bump sass-loader from 7.3.1 to 12.3.0

Compare with previous version

added 23 commits <ul><li>09e6480b...f4239271 - 22 commits from branch <code>master</code></li><li>76e28b76 - chore(deps): bump sass-loader from 7.3.1 to 12.3.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/42/diffs?diff_id=282025790&start_sha=09e6480b0d32ee9ad8499f8c622e1604b359d9c7)
argoyle commented 2021-11-19 21:09:37 +00:00 (Migrated from gitlab.com)

added 4 commits

  • 76e28b76...2e891f36 - 3 commits from branch master
  • 15bb6ce6 - chore(deps): bump sass-loader from 7.3.1 to 12.3.0

Compare with previous version

added 4 commits <ul><li>76e28b76...2e891f36 - 3 commits from branch <code>master</code></li><li>15bb6ce6 - chore(deps): bump sass-loader from 7.3.1 to 12.3.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/42/diffs?diff_id=282043963&start_sha=76e28b76e59ca822b315426a944f1cae5a6c7516)
argoyle commented 2021-11-19 21:10:00 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle commented 2021-12-01 07:27:42 +00:00 (Migrated from gitlab.com)

$dependabot rebase

$dependabot rebase
argoyle commented 2021-12-01 07:27:50 +00:00 (Migrated from gitlab.com)

dependabot successfully triggered merge request rebase!

:white_check_mark: `dependabot` successfully triggered merge request rebase!
argoyle commented 2021-12-01 07:40:33 +00:00 (Migrated from gitlab.com)

added 39 commits

  • 15bb6ce6...b1ee9ed0 - 38 commits from branch master
  • d8693d93 - chore(deps): bump sass-loader from 7.3.1 to 12.3.0

Compare with previous version

added 39 commits <ul><li>15bb6ce6...b1ee9ed0 - 38 commits from branch <code>master</code></li><li>d8693d93 - chore(deps): bump sass-loader from 7.3.1 to 12.3.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/42/diffs?diff_id=288000692&start_sha=15bb6ce63b009a2e79325e2b020d1b6b2da8cd05)
argoyle commented 2021-12-09 04:54:25 +00:00 (Migrated from gitlab.com)
This merge request has been superseeded by https://gitlab.com/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/116
argoyle (Migrated from gitlab.com) closed this pull request 2021-12-09 04:54:25 +00:00

Pull request closed

This pull request cannot be reopened because the branch was deleted.
Sign in to join this conversation.