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 6 updates #97

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the minor group in /eml-client with 6 updates:

Package From To
@fortawesome/fontawesome-svg-core 6.5.1 6.5.2
@fortawesome/free-solid-svg-icons 6.5.1 6.5.2
eslint-plugin-svelte 2.35.1 2.37.0
pdfjs-dist 4.0.379 4.1.392
sass 1.72.0 1.75.0
svelte 4.2.12 4.2.15

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.37.0

Release notes

Sourced from eslint-plugin-svelte's releases.

v2.37.0

Minor Changes

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

... (truncated)

Changelog

Sourced from eslint-plugin-svelte's changelog.

2.37.0

Minor Changes

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

... (truncated)

Commits
  • 903bd40 chore: release eslint-plugin-svelte (#736)
  • 33f0de2 feat: add rule types (#735)
  • f8b5e90 chore(deps): update dependency eslint-plugin-node-dependencies to ^0.12.0
  • f60a9b2 chore(deps): update dependency eslint-plugin-eslint-plugin to v6
  • 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)
  • Additional commits viewable in compare view


Updates pdfjs-dist from 4.0.379 to 4.1.392

Commits


Updates sass from 1.72.0 to 1.75.0

Release notes

Sourced from sass's releases.

Dart Sass 1.75.0

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

Changes

  • Fix a bug in which stylesheet canonicalization could be cached incorrectly when custom importers or the Node.js package importer made decisions based on the URL of the containing stylesheet.

JS API

  • Allow importer to be passed without url in StringOptionsWithImporter.

See the full changelog for changes in earlier 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.75.0

  • Fix a bug in which stylesheet canonicalization could be cached incorrectly when custom importers or the Node.js package importer made decisions based on the URL of the containing stylesheet.

JS API

  • Allow importer to be passed without url in StringOptionsWithImporter.

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

... (truncated)

Commits


Updates svelte from 4.2.12 to 4.2.15

Release notes

Sourced from svelte's releases.

svelte@4.2.15

Patch Changes

  • support attribute selector inside :global() (#11135)

svelte@4.2.14

Patch Changes

  • fix parsing camelcase container query name (#11131)

svelte@4.2.13

Patch Changes

  • fix: applying :global for +,~ sibling combinator when slots are present (#9282)
Changelog

Sourced from svelte's changelog.

4.2.15

Patch Changes

  • support attribute selector inside :global() (#11135)

4.2.14

Patch Changes

  • fix parsing camelcase container query name (#11131)

4.2.13

Patch Changes

  • fix: applying :global for +,~ sibling combinator when slots are present (#9282)
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