Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump the frontend-deps group with 8 updates #327

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps the frontend-deps group with 8 updates:

Package From To
@octokit/plugin-retry 6.0.0 6.0.1
@octokit/plugin-throttling 7.0.0 8.0.0
@vitest/coverage-v8 0.34.4 0.34.5
autoprefixer 10.4.15 10.4.16
flowbite-svelte 0.44.15 0.44.17
postcss 8.4.29 8.4.30
svelte 4.2.0 4.2.1
vitest 0.34.4 0.34.5

Updates @octokit/plugin-retry from 6.0.0 to 6.0.1

Release notes

Sourced from @​octokit/plugin-retry's releases.

v6.0.1

6.0.1 (2023-09-23)

Bug Fixes

  • deps: update dependency @​octokit/types to v12 (#475) (d56205d)
Commits
  • d56205d fix(deps): update dependency @​octokit/types to v12 (#475)
  • 216fe21 ci(action): update peter-evans/create-or-update-comment digest to 46da6c0
  • b98affb build(deps): lock file maintenance (#473)
  • 235c37f ci(action): update peter-evans/create-or-update-comment digest to 1f6c514
  • 3e9277f build(deps): lock file maintenance (#471)
  • 8ef83a5 build(deps): lock file maintenance (#470)
  • 586b418 ci(action): update peter-evans/create-or-update-comment digest to 223779b
  • c51f816 ci(action): update peter-evans/create-or-update-comment digest to 46846e5
  • 627945c ci(action): update actions/checkout action to v4
  • 4d699e4 chore(deps): update dependency prettier to v3.0.3 (#465)
  • Additional commits viewable in compare view

Updates @octokit/plugin-throttling from 7.0.0 to 8.0.0

Release notes

Sourced from @​octokit/plugin-throttling's releases.

v8.0.0

8.0.0 (2023-09-23)

Features

  • new GitHub advisories endpoints, new GitHub classroom endpoints, new Copilot endpoints, remove required workflow endpoints (#625) (89a7f68)

BREAKING CHANGES

  • remove required workflow endpoints
Commits
  • 89a7f68 feat: new GitHub advisories endpoints, new GitHub classroom endpoints, new Co...
  • 87ff921 build(deps): lock file maintenance
  • 06bde59 build(deps): lock file maintenance
  • b5c68e1 chore(deps): update dependency prettier to v3.0.3 (#621)
  • e4fb263 build(deps): lock file maintenance (#620)
  • d130bd6 ci(action): update actions/checkout action to v4
  • 8f06fd5 build(deps): lock file maintenance
  • 4d3c0ea build(deps): lock file maintenance (#617)
  • 5bae175 chore(deps): update dependency prettier to v3.0.2 (#618)
  • 77e4f6e build(deps): lock file maintenance (#616)
  • Additional commits viewable in compare view

Updates @vitest/coverage-v8 from 0.34.4 to 0.34.5

Release notes

Sourced from @​vitest/coverage-v8's releases.

v0.34.5

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits

Updates autoprefixer from 10.4.15 to 10.4.16

Release notes

Sourced from autoprefixer's releases.

10.4.16

Changelog

Sourced from autoprefixer's changelog.

10.4.16

  • Improved performance (by Romain Menke).
  • Fixed docs (by Christian Oliff).
Commits

Updates flowbite-svelte from 0.44.15 to 0.44.17

Changelog

Sourced from flowbite-svelte's changelog.

0.44.17 (2023-09-22)

0.44.16 (2023-09-22)

Features

  • add to SelectOptionType and update Select and MultiSelect (#1055) (bf97642)
  • add on:change and on:input to multiselect (#1081) (dbc5877)

Bug Fixes

Commits

Updates postcss from 8.4.29 to 8.4.30

Release notes

Sourced from postcss's releases.

8.4.30

Changelog

Sourced from postcss's changelog.

8.4.30

  • Improved source map performance (by Romain Menke).
Commits

Updates svelte from 4.2.0 to 4.2.1

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: update style directive when style attribute is present and is updated via an object prop (#9187)

  • fix: css sourcemap generation with unicode filenames (#9120)

  • fix: do not add module declared variables as dependencies (#9122)

  • fix: handle svelte:element with dynamic this and spread attributes (#9112)

  • fix: silence false positive reactive component warning (#9094)

  • fix: head duplication when binding is present (#9124)

  • fix: take custom attribute name into account when reflecting property (#9140)

  • fix: add indeterminate to the list of HTMLAttributes (#9180)

  • fix: recognize option value on spread attribute (#9125)

Changelog

Sourced from svelte's changelog.

4.2.1

Patch Changes

  • fix: update style directive when style attribute is present and is updated via an object prop (#9187)

  • fix: css sourcemap generation with unicode filenames (#9120)

  • fix: do not add module declared variables as dependencies (#9122)

  • fix: handle svelte:element with dynamic this and spread attributes (#9112)

  • fix: silence false positive reactive component warning (#9094)

  • fix: head duplication when binding is present (#9124)

  • fix: take custom attribute name into account when reflecting property (#9140)

  • fix: add indeterminate to the list of HTMLAttributes (#9180)

  • fix: recognize option value on spread attribute (#9125)

Commits
  • bd5e5ee Version Packages (#9121)
  • 26eb2a2 fix: false reactive component warning (#9094)
  • 93b17c8 fix: spreading attributes on option value attribute get's replaced by option'...
  • 228dd4d fix: svelte:element with dynamic this and spread attributes throws error (#9112)
  • 3191147 chore: document init parameters (#9118)
  • 6fe17ea fix: This makes the indeterminate HTML attribute available for use. Fixes #91...
  • d5a1822 fix: style directive not updating when style attribute is present and style d...
  • 115ea1f fix: do not add module declared variables as dependencies (#9122)
  • b62fc8c chore: eslint rule for naming convention (#9208)
  • d5839ef fix: head duplication when binding is present (#9124)
  • Additional commits viewable in compare view

Updates vitest from 0.34.4 to 0.34.5

Release notes

Sourced from vitest's releases.

v0.34.5

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • 859d236 chore: release v0.34.5
  • 2f7d42c chore: update threadsCount logic to use availableParallelism (#4126)
  • c21c0ef fix(happy-dom): catch errors in happy-dom (#4140)
  • b50cf7a feat(config): add diff option (#4063)
  • b4d5ae2 fix(vitest): inject "define" in workspaces (#4096)
  • a084cea fix(vitest): rerun tests if a file loaded with query changes (#4130)
  • e879753 fix: Update HappyDOMOptions to be compatible with v12 (#4135)
  • 21ba493 perf: use lazy require in vm pool (#4136)
  • e0ac97c feat(vitest): support vi.waitUntil method (#4129)
  • 1aee13a feat(vitest): allow using unprocessed environment files (#4098)
  • Additional commits viewable in compare view

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

Bumps the frontend-deps group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) | `6.0.0` | `6.0.1` |
| [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) | `7.0.0` | `8.0.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `0.34.4` | `0.34.5` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.15` | `10.4.16` |
| [flowbite-svelte](https://github.com/themesberg/flowbite-svelte) | `0.44.15` | `0.44.17` |
| [postcss](https://github.com/postcss/postcss) | `8.4.29` | `8.4.30` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.0` | `4.2.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `0.34.4` | `0.34.5` |


Updates `@octokit/plugin-retry` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/octokit/plugin-retry.js/releases)
- [Commits](octokit/plugin-retry.js@v6.0.0...v6.0.1)

Updates `@octokit/plugin-throttling` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/octokit/plugin-throttling.js/releases)
- [Commits](octokit/plugin-throttling.js@v7.0.0...v8.0.0)

Updates `@vitest/coverage-v8` from 0.34.4 to 0.34.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.34.5/packages/coverage-v8)

Updates `autoprefixer` from 10.4.15 to 10.4.16
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.15...10.4.16)

Updates `flowbite-svelte` from 0.44.15 to 0.44.17
- [Release notes](https://github.com/themesberg/flowbite-svelte/releases)
- [Changelog](https://github.com/themesberg/flowbite-svelte/blob/main/CHANGELOG.md)
- [Commits](themesberg/flowbite-svelte@v0.44.15...v0.44.17)

Updates `postcss` from 8.4.29 to 8.4.30
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.29...8.4.30)

Updates `svelte` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)

Updates `vitest` from 0.34.4 to 0.34.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.34.5/packages/vitest)

---
updated-dependencies:
- dependency-name: "@octokit/plugin-retry"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: "@octokit/plugin-throttling"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-deps
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: flowbite-svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 25, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2023

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

@dependabot dependabot bot closed this Oct 2, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend-deps-ff85107491 branch October 2, 2023 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants