Skip to content
  1. Sep 12, 2023
    • dependabot[bot]'s avatar
      Bump cfg-expr from 0.15.4 to 0.15.5 (#1502) · f551f52e
      dependabot[bot] authored
      
      
      Bumps [cfg-expr](https://github.com/EmbarkStudios/cfg-expr) from 0.15.4
      to 0.15.5.
      <details>
      <summary>Release notes</summary>
      <p><em>Sourced from <a
      href="https://github.com/EmbarkStudios/cfg-expr/releases">cfg-expr's
      releases</a>.</em></p>
      <blockquote>
      <h2>Release 0.15.5</h2>
      <h3>Changed</h3>
      <ul>
      <li><a
      href="https://redirect.github.com/EmbarkStudios/cfg-expr/pull/64">PR#64</a>
      updated the builtin target list to 1.72.0. It also changed the MSRV to
      1.70.0.</li>
      </ul>
      </blockquote>
      </details>
      <details>
      <summary>Changelog</summary>
      <p><em>Sourced from <a
      href="https://github.com/EmbarkStudios/cfg-expr/blob/main/CHANGELOG.md">cfg-expr's
      changelog</a>.</em></p>
      <blockquote>
      <h2>[0.15.5] - 2023-09-08</h2>
      <h3>Changed</h3>
      <ul>
      <li><a
      href="https://redirect.github.com/EmbarkStudios/cfg-expr/pull/64">PR#64</a>
      updated the builtin target list to 1.72.0. It also changed the MSRV to
      1.70.0.</li>
      </ul>
      </blockquote>
      </details>
      <details>
      <summary>Commits</summary>
      <ul>
      <li><a
      href="https://github.com/EmbarkStudios/cfg-expr/commit/2ba00cc821bf47fe0c44f09159486dcddd387e68"><code>2ba00cc</code></a>
      Release 0.15.5</li>
      <li><a
      href="https://github.com/EmbarkStudios/cfg-expr/commit/2ba956f7ce7feb01a8852285d7f25db0fd7b2ba2"><code>2ba956f</code></a>
      Update to 1.72.0 targets (<a
      href="https://redirect.github.com/EmbarkStudios/cfg-expr/issues/64">#64</a>)</li>
      <li>See full diff in <a
      href="https://github.com/EmbarkStudios/cfg-expr/compare/0.15.4...0.15.5">compare
      view</a></li>
      </ul>
      </details>
      <br />
      
      
      [![Dependabot compatibility
      score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cfg-expr&package-manager=cargo&previous-version=0.15.4&new-version=0.15.5)](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 show <dependency name> ignore conditions` will show all
      of the ignore conditions of the specified dependency
      - `@dependabot ignore <dependency name> major version` will close this
      group update PR and stop Dependabot creating any more for the specific
      dependency's major version (unless you unignore this specific
      dependency's major version or upgrade to it yourself)
      - `@dependabot ignore <dependency name> minor version` will close this
      group update PR and stop Dependabot creating any more for the specific
      dependency's minor version (unless you unignore this specific
      dependency's minor version or upgrade to it yourself)
      - `@dependabot ignore <dependency name>` will close this group update PR
      and stop Dependabot creating any more for the specific dependency
      (unless you unignore this specific dependency or upgrade to it yourself)
      - `@dependabot unignore <dependency name>` will remove all of the ignore
      conditions of the specified dependency
      - `@dependabot unignore <dependency name> <ignore condition>` will
      remove the ignore condition of the specified dependency and ignore
      conditions
      
      
      </details>
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      f551f52e
    • Tsvetomir Dimitrov's avatar
    • Liam Aharon's avatar
      fix simple analytics injection script (#1501) · 77c867ba
      Liam Aharon authored
      When `process_file` is run by `xargs`, it is executed inside a new shell
      without access to variables defined outside of its scope.
      
      This resulted in `script_content` being an empty string.
      
      By exporting `script_content` prior to running `xargs` it is available
      inside the new shells.
      77c867ba
  2. Sep 11, 2023
  3. Sep 09, 2023
  4. Sep 08, 2023
  5. Sep 07, 2023
  6. Sep 06, 2023