Skip to content

Bump the production-dependencies group in /app with 6 updates#145

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/app/production-dependencies-324d5371b4
Closed

Bump the production-dependencies group in /app with 6 updates#145
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/app/production-dependencies-324d5371b4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps the production-dependencies group in /app with 6 updates:

Package From To
@supabase/auth-helpers-sveltekit 0.10.3 0.10.7
@supabase/auth-ui-svelte 0.2.7 0.2.8
@supabase/supabase-js 2.38.1 2.39.1
@typescript-eslint/eslint-plugin 6.8.0 6.16.0
@typescript-eslint/parser 6.8.0 6.16.0
blockly 10.2.2 10.3.0

Updates @supabase/auth-helpers-sveltekit from 0.10.3 to 0.10.7

Release notes

Sourced from @​supabase/auth-helpers-sveltekit's releases.

@​supabase/auth-helpers-sveltekit@​0.10.7

Patch Changes

  • f7e5c2d: Revert cookie name to storage key change
  • Updated dependencies [f7e5c2d]
    • @​supabase/auth-helpers-shared@​0.6.3

@​supabase/auth-helpers-sveltekit@​0.10.6

Patch Changes

  • 5893215: Update storage key name with cookie name
  • Updated dependencies [5893215]
    • @​supabase/auth-helpers-shared@​0.6.2

@​supabase/auth-helpers-sveltekit@​0.10.5

Patch Changes

  • Updated dependencies [841fce0]
    • @​supabase/auth-helpers-shared@​0.6.1

@​supabase/auth-helpers-sveltekit@​0.10.4

Patch Changes

  • Updated dependencies [9fa8f2b]
    • @​supabase/auth-helpers-shared@​0.6.0
Commits

Updates @supabase/auth-ui-svelte from 0.2.7 to 0.2.8

Updates @supabase/supabase-js from 2.38.1 to 2.39.1

Release notes

Sourced from @​supabase/supabase-js's releases.

v2.39.1

2.39.1 (2023-12-18)

Bug Fixes

v2.39.0

2.39.0 (2023-11-28)

Features

v2.38.5

2.38.5 (2023-11-20)

Bug Fixes

  • bump postgrest-js to 1.8.6 (3bc5723)

v2.38.4

2.38.4 (2023-10-26)

Bug Fixes

  • Bump up realtime-js version to 2.8.4 (77567b4)

v2.38.3

2.38.3 (2023-10-24)

Bug Fixes

  • version bump realtime-js to 2.8.2 (90b4353)

v2.38.2

2.38.2 (2023-10-19)

Bug Fixes

Commits
  • 80050b5 fix: bump gotrue-js version (#929)
  • f39007a chore(deps): bump postcss and next in /examples/next-storage
  • d8adb73 chore(deps): bump postcss and next in /examples/next-ts
  • b0fbe67 chore(deps): bump postcss, next, postcss-flexbugs-fixes and postcss-preset-env
  • 4d35d26 feat: add query result type helpers. (#918)
  • 3bc5723 fix: bump postgrest-js to 1.8.6
  • a278716 chore(deps-dev): bump @​babel/traverse from 7.21.5 to 7.23.2
  • 7667827 Merge pull request #903 from supabase/dependabot/npm_and_yarn/examples/next-t...
  • f503b11 chore(deps-dev): bump @​babel/traverse in /examples/next-ts
  • 7e28e53 Merge pull request #893 from supabase/fix/bump-up-realtime-js-2.8.4
  • Additional commits viewable in compare view

Updates @typescript-eslint/eslint-plugin from 6.8.0 to 6.16.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v6.16.0

6.16.0 (2023-12-25)

Bug Fixes

  • eslint-plugin: [unbound-method] exempt all non-Promise built-in statics (#8096) (3182959)

Features

  • eslint-plugin: deprecate formatting rules (#8073) (04dea84)
  • typescript-estree: add allowDefaultProjectForFiles project service allowlist option (#7752) (7ddadda)

You can read about our versioning strategy and releases on our website.

v6.15.0

6.15.0 (2023-12-18)

Features

  • eslint-plugin: [no-useless-template-literals] add new rule (#7957) (ff75785), closes #2846
  • eslint-plugin: [require-array-sort-compare] support toSorted (#8052) (c9661c8)

You can read about our versioning strategy and releases on our website.

v6.14.0

6.14.0 (2023-12-11)

Bug Fixes

  • eslint-plugin: add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked (#8038) (431cd15)
  • eslint-plugin: correct message for no-unsafe-unary-minus (#7998) (705370a)

Features

  • eslint-plugin: [explicit-function-return-type] add support for typed class property definitions (#8027) (bff47d7)
  • eslint-plugin: [require-await] allow yielding Promise in async generators (#8003) (4c3e704)

You can read about our versioning strategy and releases on our website.

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

6.16.0 (2023-12-25)

Bug Fixes

  • eslint-plugin: [unbound-method] exempt all non-Promise built-in statics (#8096) (3182959)

Features

  • eslint-plugin: deprecate formatting (meta.type: layout) rules (#8073) (04dea84)
  • eslint-plugin: deprecate no-extra-semi in favor of ESLint Stylistic equivalent (#8123) (9368bf3)

You can read about our versioning strategy and releases on our website.

6.15.0 (2023-12-18)

Features

  • eslint-plugin: [no-useless-template-literals] add new rule (#7957) (ff75785), closes #2846
  • require-array-sort-compare + toSorted (#8052) (c9661c8)

You can read about our versioning strategy and releases on our website.

6.14.0 (2023-12-11)

Bug Fixes

  • eslint-plugin: add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked (#8038) (431cd15)
  • eslint-plugin: correct message for no-unsafe-unary-minus (#7998) (705370a)

Features

  • eslint-plugin: [explicit-function-return-type] add support for typed class property definitions (#8027) (bff47d7)
  • eslint-plugin: [require-await] allow yielding Promise in async generators (#8003) (4c3e704)

You can read about our versioning strategy and releases on our website.

... (truncated)

Commits
  • 7246e56 chore: publish v6.16.0
  • 3182959 fix(eslint-plugin): [unbound-method] exempt all non-Promise built-in statics ...
  • 3031117 docs(eslint-plugin): enforce a heading for each rule option (#8015)
  • b3f87fc docs(eslint-plugin): add Deprecating Formatting Rules blog post (#8117)
  • 9368bf3 feat(eslint-plugin): deprecate no-extra-semi in favor of ESLint Stylistic equ...
  • f6f6a57 docs: add tombstone file for no-parameter-properties and suggested replacemen...
  • 04dea84 feat(eslint-plugin): deprecate formatting (meta.type: layout) rules (#8073)
  • b1c92bb chore(website): auto-generate type checked rule notice in rule docs (#7951)
  • 26ba8ea docs: add more rationale for no-for-in-array (#8082)
  • eff7da1 docs: fix example for no-shadow (#8080)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.8.0 to 6.16.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v6.16.0

6.16.0 (2023-12-25)

Bug Fixes

  • eslint-plugin: [unbound-method] exempt all non-Promise built-in statics (#8096) (3182959)

Features

  • eslint-plugin: deprecate formatting rules (#8073) (04dea84)
  • typescript-estree: add allowDefaultProjectForFiles project service allowlist option (#7752) (7ddadda)

You can read about our versioning strategy and releases on our website.

v6.15.0

6.15.0 (2023-12-18)

Features

  • eslint-plugin: [no-useless-template-literals] add new rule (#7957) (ff75785), closes #2846
  • eslint-plugin: [require-array-sort-compare] support toSorted (#8052) (c9661c8)

You can read about our versioning strategy and releases on our website.

v6.14.0

6.14.0 (2023-12-11)

Bug Fixes

  • eslint-plugin: add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked (#8038) (431cd15)
  • eslint-plugin: correct message for no-unsafe-unary-minus (#7998) (705370a)

Features

  • eslint-plugin: [explicit-function-return-type] add support for typed class property definitions (#8027) (bff47d7)
  • eslint-plugin: [require-await] allow yielding Promise in async generators (#8003) (4c3e704)

You can read about our versioning strategy and releases on our website.

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

6.16.0 (2023-12-25)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.15.0 (2023-12-18)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.14.0 (2023-12-11)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.13.2 (2023-12-04)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.13.1 (2023-11-28)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

... (truncated)

Commits

Updates blockly from 10.2.2 to 10.3.0

Release notes

Sourced from blockly's releases.

blockly-v10.3.0

What's Changed

New features ✨

Bug fixes 🐛

Cleanup ♻️

Reverted changes ⎌

Other changes

... (truncated)

Commits
  • 26ee8cf release: v10.3.0
  • 631dfcf release: Update version number to 10.3.0
  • 0e068cc release: Merge branch 'develop' into rc/v10.3.0
  • 3f0da52 chore: Update metadata for 2023 Q4 release (#7700)
  • a305395 feat: make fields and icons optionally clickable in flyouts (#7672)
  • 76a1ab2 chore(deps): Bump @​microsoft/api-extractor from 7.38.0 to 7.38.3 (#7685)
  • f0c3f33 Revert "chore(deps): Bump jsdom from 22.1.0 to 23.0.0 (#7667)" (#7694)
  • a2a041f fix: reenable showing empty flyouts (#7695)
  • 45cc1e8 fix: mutator coordinates not respecting flyout (#7690)
  • 0836a1d fix: release dummy wheel listener on workspace dispose (#7693)
  • 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 production-dependencies group in /app with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@supabase/auth-helpers-sveltekit](https://github.com/supabase/auth-helpers) | `0.10.3` | `0.10.7` |
| @supabase/auth-ui-svelte | `0.2.7` | `0.2.8` |
| [@supabase/supabase-js](https://github.com/supabase/supabase-js) | `2.38.1` | `2.39.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.8.0` | `6.16.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.8.0` | `6.16.0` |
| [blockly](https://github.com/google/blockly) | `10.2.2` | `10.3.0` |


Updates `@supabase/auth-helpers-sveltekit` from 0.10.3 to 0.10.7
- [Release notes](https://github.com/supabase/auth-helpers/releases)
- [Commits](https://github.com/supabase/auth-helpers/compare/@supabase/auth-helpers-sveltekit@0.10.3...@supabase/auth-helpers-sveltekit@0.10.7)

Updates `@supabase/auth-ui-svelte` from 0.2.7 to 0.2.8

Updates `@supabase/supabase-js` from 2.38.1 to 2.39.1
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/RELEASE.md)
- [Commits](supabase/supabase-js@v2.38.1...v2.39.1)

Updates `@typescript-eslint/eslint-plugin` from 6.8.0 to 6.16.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.16.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.8.0 to 6.16.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.16.0/packages/parser)

Updates `blockly` from 10.2.2 to 10.3.0
- [Release notes](https://github.com/google/blockly/releases)
- [Changelog](https://github.com/google/blockly/blob/develop/CHANGELOG.md)
- [Commits](RaspberryPiFoundation/blockly@blockly-v10.2.2...blockly-v10.3.0)

---
updated-dependencies:
- dependency-name: "@supabase/auth-helpers-sveltekit"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@supabase/auth-ui-svelte"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@supabase/supabase-js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: blockly
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2024
@vercel
Copy link
Copy Markdown

vercel bot commented Jan 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
discodes ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 1, 2024 4:01am

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jan 8, 2024

Superseded by #146.

@dependabot dependabot bot closed this Jan 8, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/app/production-dependencies-324d5371b4 branch January 8, 2024 03:17
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants