OJFord / amail

AWS-hosted personal email system: sending, receiving, storage, and forwarding (relaying). `notmuch` client. JMAP server WIP.
Other
10 stars 0 forks source link

Bump the minor group in /eml-client with 4 updates #88

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the minor group in /eml-client with 4 updates: @fortawesome/fontawesome-svg-core, @fortawesome/free-solid-svg-icons, eslint-plugin-svelte and sass.

Updates @fortawesome/fontawesome-svg-core from 6.5.1 to 6.5.2

Release notes

Sourced from @​fortawesome/fontawesome-svg-core's releases.

Release 6.5.2

Change log available at https://fontawesome.com/docs/changelog/

Commits


Updates @fortawesome/free-solid-svg-icons from 6.5.1 to 6.5.2

Release notes

Sourced from @​fortawesome/free-solid-svg-icons's releases.

Release 6.5.2

Change log available at https://fontawesome.com/docs/changelog/

Commits


Updates eslint-plugin-svelte from 2.35.1 to 2.36.0

Release notes

Sourced from eslint-plugin-svelte's releases.

v2.36.0

Minor Changes

Patch Changes

v2.36.0-next.13

Patch Changes

v2.36.0-next.12

Patch Changes

v2.36.0-next.11

Minor Changes

v2.36.0-next.10

Patch Changes

v2.36.0-next.9

Minor Changes

... (truncated)

Changelog

Sourced from eslint-plugin-svelte's changelog.

2.36.0

Minor Changes

Patch Changes

2.36.0-next.13

Patch Changes

2.36.0-next.12

Patch Changes

2.36.0-next.11

Minor Changes

2.36.0-next.10

Patch Changes

... (truncated)

Commits
  • c3d6263 chore: release eslint-plugin-svelte (#730)
  • 4089aab chore: fix vite.config
  • 07c4b25 chore: run changeset pre exit
  • 59a0729 docs: add note for svelte v5 (#729)
  • 13d73c8 feat: update dependencies (#728)
  • aedb401 chore(deps): update actions/configure-pages action to v5 (#722)
  • ee262bb chore(deps): update dependency eslint-plugin-markdown to v4
  • a7545b1 chore(deps): update dependency @​types/markdown-it to v14
  • 9e5da94 chore(deps): update dependency stylelint to ~16.3.0
  • e4440df update docs
  • Additional commits viewable in compare view


Updates sass from 1.72.0 to 1.74.1

Release notes

Sourced from sass's releases.

Dart Sass 1.74.1

To install Sass 1.74.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.74.1

  • No user-visible changes.

1.74.0

JS API

  • Add a new top-level deprecations object, which contains various Deprecation objects that define the different types of deprecation used by the Sass compiler and can be passed to the options below.

  • Add a new fatalDeprecations compiler option that causes the compiler to error if any deprecation warnings of the provided types are encountered. You can also pass in a Version object to treat all deprecations that were active in that Dart Sass version as fatal.

  • Add a new futureDeprecations compiler option that allows you to opt-in to certain deprecations early (currently just import).

  • Add a new silenceDeprecations compiler option to ignore any deprecation warnings of the provided types.

Command-Line Interface

  • Add a new --silence-deprecation flag, which causes the compiler to ignore any deprecation warnings of the provided types.

  • Previously, if a future deprecation was passed to --fatal-deprecation but not --future-deprecation, it would be treated as fatal despite not being enabled. Both flags are now required to treat a future deprecation as fatal with a warning emitted if --fatal-deprecation is passed without --future-deprecation, matching the JS API's behavior.

Dart API

  • The compile methods now take in a silenceDeprecations parameter, which causes the compiler to ignore any deprecation warnings of the provided types.

  • Add Deprecation.obsoleteIn to match the JS API. This is currently null for all deprecations, but will be used once some deprecations become obsolete in Dart Sass 2.0.0.

  • Potentially breaking bug fix: Fix a bug where compileStringToResultAsync ignored fatalDeprecations and futureDeprecations.

  • The behavior around making future deprecations fatal mentioned in the CLI section above has also been changed in the Dart API.

1.73.0

... (truncated)

Commits


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 commands and options
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 5 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.