Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

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

Package From To
@supabase/auth-helpers-sveltekit 0.10.3 0.13.0
@supabase/auth-ui-svelte 0.2.7 0.2.9
@typescript-eslint/eslint-plugin 6.8.0 7.11.0
@typescript-eslint/parser 6.8.0 7.11.0
blockly 10.2.2 11.1.0

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

Release notes

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

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

Minor Changes

  • 9e7ff76: upgrade supabase-js version to v2.42.0

Patch Changes

  • Updated dependencies [9e7ff76]
    • @​supabase/auth-helpers-shared@​0.7.0

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

Minor Changes

  • 18327fc: add isServer property to server-side storage adaptors

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

Minor Changes

  • dee94aa: add support for sveltekit 2

@​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.9

Updates @supabase/supabase-js from 2.38.1 to 2.43.4

Release notes

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

v2.43.4

2.43.4 (2024-05-23)

Reverts

  • Revert "fix: use proper dual-packaging" (4ad906d)
  • Revert "fix: bump postgrest-js" (24de3b7)

v2.43.3

2.43.3 (2024-05-22)

Bug Fixes

v2.43.2

2.43.2 (2024-05-15)

Bug Fixes

v2.43.1

2.43.1 (2024-05-03)

Bug Fixes

  • bump auth-js to v2.64.2 (1c35413)

v2.43.0

2.43.0 (2024-05-01)

Features

  • version bump realtime-js to 2.9.5 (53dcd83)

v2.42.7

2.42.7 (2024-04-25)

Bug Fixes

  • set hasCustomAuthorizationHeader property on the AuthClient (31fc0cc)

... (truncated)

Commits
  • 4ad906d Revert "fix: use proper dual-packaging"
  • 24de3b7 Revert "fix: bump postgrest-js"
  • fe21f2f fix: bump postgrest-js
  • 056bc8f fix: use proper dual-packaging
  • 52bf37f ref: Update applySettingDefaults typings to use accurate return type (#1046)
  • 912f13e fix: publish to jsr. (#1044)
  • 4dff472 Merge pull request #1032 from supabase/km/bump-auth-js
  • 1c35413 fix: bump auth-js to v2.64.2
  • 53dcd83 feat: version bump realtime-js to 2.9.5
  • 5fbb623 Merge pull request #1029 from supabase/km/set-custom-auth-header
  • Additional commits viewable in compare view

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

Release notes

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

v7.11.0

7.11.0 (2024-05-27)

🚀 Features

  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment (#9081)

🩹 Fixes

  • ast-spec: add EmptyStatement to Statement (#8892)
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions (#8826)
  • typescript-estree: truncate number of files printed by the maximum file error (#9127)

❤️ Thank You

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

v7.10.0

7.10.0 (2024-05-20)

🚀 Features

  • eslint-plugin: [sort-type-constituents] support case sensitive sorting (#8760)

🩹 Fixes

  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag (#8764)
  • typescript-estree: don't add in-project files to defaultProjectMatchedFiles (#9097)
  • utils: remove function form type from flat config files and ignores (#9111)

❤️ Thank You

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

v7.9.0

7.9.0 (2024-05-13)

... (truncated)

Changelog

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

7.11.0 (2024-05-27)

🚀 Features

  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment

🩹 Fixes

  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions

❤️ Thank You

  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

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

7.10.0 (2024-05-20)

🚀 Features

  • eslint-plugin: [sort-type-constituents] support case sensitive sorting

🩹 Fixes

  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag

❤️ Thank You

  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

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

7.9.0 (2024-05-13)

🩹 Fixes

  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters

... (truncated)

Commits
  • e360541 chore(release): publish 7.11.0
  • b230385 feat(eslint-plugin): deprecate prefer-ts-expect-error in favor of ban-ts-comm...
  • 3461f45 test(eslint-plugin): [consistent-type-assertions] add missing output: null ...
  • 342b873 fix(eslint-plugin): [consistent-type-assertions] prevent syntax errors on arr...
  • b5ce43b chore(eslint-plugin): replaced map/reduce with flatMap in normalizedOptions i...
  • c18226e chore(release): publish 7.10.0
  • 8d92ba8 docs: [no-floating-promises] fix capitalization typo (#9118)
  • d951d83 fix(eslint-plugin): [prefer-regexp-exec] fix heuristic to check whether regex...
  • 987a96e feat(eslint-plugin): [sort-type-constituents] support case sensitive sorting ...
  • 77fc366 chore(release): publish 7.9.0
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.8.0 to 7.11.0

Release notes

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

v7.11.0

7.11.0 (2024-05-27)

🚀 Features

  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment (#9081)

🩹 Fixes

  • ast-spec: add EmptyStatement to Statement (#8892)
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions (#8826)
  • typescript-estree: truncate number of files printed by the maximum file error (#9127)

❤️ Thank You

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

v7.10.0

7.10.0 (2024-05-20)

🚀 Features

  • eslint-plugin: [sort-type-constituents] support case sensitive sorting (#8760)

🩹 Fixes

  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag (#8764)
  • typescript-estree: don't add in-project files to defaultProjectMatchedFiles (#9097)
  • utils: remove function form type from flat config files and ignores (#9111)

❤️ Thank You

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

v7.9.0

7.9.0 (2024-05-13)

... (truncated)

Changelog

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

7.11.0 (2024-05-27)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

7.10.0 (2024-05-20)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

7.9.0 (2024-05-13)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

7.8.0 (2024-04-29)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

7.7.1 (2024-04-22)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

7.7.0 (2024-04-15)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

7.6.0 (2024-04-08)

🚀 Features

  • bump npm dependency ranges

❤️ Thank You

  • Abraham Guo
  • auvred
  • Brad Zacher

... (truncated)

Commits

Updates blockly from 10.2.2 to 11.1.0

Release notes

Sourced from blockly's releases.

blockly-v11.1.0

What's Changed

New features ✨

Bug fixes 🐛

Reverted changes ⎌

Other changes

New Contributors

Full Changelog: RaspberryPiFoundation/blockly@blockly-v11.0.0...blockly-v11.1.0

blockly-v11.0.0

Blockly v11 is here and it includes many new features and bug fixes!

For the full list of breaking changes, see the release notes below. You can click on each PR to learn why it's a breaking change, how to tell if you will be affected by it, and what to do if you are. There are a few major changes to be aware of:

  • The colour, multiline input, and angle fields and their associated blocks have been removed from core. They are now available as plugins. If you use these blocks or fields, follow the instructions in the plugin READMEs to install them.
  • If you install Blockly through npm, we now provide an exports clause to explicitly declare what you can import from our package.
    • Your build tooling may now throw an error if you deep import from our package such as import 'blockly/core/some/file/name.js', which has never been supported by Blockly but may have been made possible by your build tools.
  • We now provide Blockly as an esmodule if you use Blockly through import statements in JS.
    • import Blockly from 'blockly/core' has never been supported by Blockly, but your build tool may have "helpfully" made this work previously. Due to this change, your build tooling may no longer behave that way.

... (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 <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 with 5 updates in the /app directory:

| Package | From | To |
| --- | --- | --- |
| [@supabase/auth-helpers-sveltekit](https://github.com/supabase/auth-helpers) | `0.10.3` | `0.13.0` |
| @supabase/auth-ui-svelte | `0.2.7` | `0.2.9` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.8.0` | `7.11.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.8.0` | `7.11.0` |
| [blockly](https://github.com/google/blockly) | `10.2.2` | `11.1.0` |



Updates `@supabase/auth-helpers-sveltekit` from 0.10.3 to 0.13.0
- [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.13.0)

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

Updates `@supabase/supabase-js` from 2.38.1 to 2.43.4
- [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.43.4)

Updates `@typescript-eslint/eslint-plugin` from 6.8.0 to 7.11.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/v7.11.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.8.0 to 7.11.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/v7.11.0/packages/parser)

Updates `blockly` from 10.2.2 to 11.1.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-v11.1.0)

---
updated-dependencies:
- dependency-name: "@supabase/auth-helpers-sveltekit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-major
  dependency-group: production-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: blockly
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 Jun 3, 2024
@vercel
Copy link

vercel bot commented Jun 3, 2024

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

Name Status Preview Comments Updated (UTC)
discodes ❌ Failed (Inspect) Jun 3, 2024 3:54am

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 10, 2024

Superseded by #192.

@dependabot dependabot bot closed this Jun 10, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/app/production-dependencies-3e1915f073 branch June 10, 2024 03:43
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.

1 participant