Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 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.9.0
@typescript-eslint/parser 6.8.0 7.9.0
blockly 10.2.2 10.4.3

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

Release notes

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

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)

v2.42.6

2.42.6 (2024-04-25)

Bug Fixes

v2.42.5

2.42.5 (2024-04-18)

Bug Fixes

v2.42.4

2.42.4 (2024-04-15)

... (truncated)

Commits
  • 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
  • 31fc0cc fix: set hasCustomAuthorizationHeader property on the AuthClient
  • 1687dea fix: bump auth-js and functions-js. (#1027)
  • 4f2e271 fix: bump auth-js to v2.63.1 (#1020)
  • f22a410 Merge pull request #1017 from supabase/bump-functions-js-230
  • ec840c6 fix: bump functions-js
  • Additional commits viewable in compare view

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

Release notes

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

v7.9.0

7.9.0 (2024-05-13)

🚀 Features

  • rule-tester: check for missing placeholder data in the message (#9039)

🩹 Fixes

  • do not pass tsconfig canonical file name to typescript API to get program details for config file (#9042)
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters (#9045)

❤️ Thank You

  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

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

v7.8.0

7.8.0 (2024-04-29)

🚀 Features

  • rule-tester: assert suggestion messages are unique (#8995)
  • typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions (#8925)

🩹 Fixes

  • eslint-plugin: [no-unsafe-argument] handle tagged templates (#8746)
  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check (#8717)
  • eslint-plugin: [consistent-type-assertions] handle tagged templates (#8993)
  • eslint-plugin: [no-unsafe-return] handle union types (#9001)
  • eslint-plugin: [no-unused-vars] clear error report range (#8640)
  • utils: export ESLint backwards-compat functions (#8976)

❤️ Thank You

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

v7.7.1

... (truncated)

Changelog

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

7.9.0 (2024-05-13)

🩹 Fixes

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

❤️ Thank You

  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

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

7.8.0 (2024-04-29)

🩹 Fixes

  • eslint-plugin: [no-unsafe-argument] handle tagged templates

  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check

  • eslint-plugin: [consistent-type-assertions] handle tagged templates

  • eslint-plugin: [no-unsafe-return] handle union types

  • eslint-plugin: [no-unused-vars] clear error report range

❤️ Thank You

  • auvred
  • Josh Goldberg ✨
  • jsfm01
  • Kim Sang Du
  • YeonJuan

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

7.7.1 (2024-04-22)

🩹 Fixes

  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment

  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type

... (truncated)

Commits
  • 77fc366 chore(release): publish 7.9.0
  • f53fece chore: add knip (#8192)
  • 8acb8d4 fix(eslint-plugin): [explicit-function-return-types] fix false positive on de...
  • d696ea2 docs(eslint-plugin): fix several 404 URLs (#9064)
  • 37a41d9 docs: fix broken link to import/no-duplicates on no-duplicate-imports pag...
  • ab92621 docs: correct its/it's spelling (#9048)
  • f248e68 docs: [no-floating-promises] remove ugly commas (#9034)
  • 6e1241b docs: fix no-unnecessary-boolean-literal-compare example (#8981)
  • ee677f6 chore(release): publish 7.8.0
  • 8127873 fix(eslint-plugin): [no-unused-vars] clear error report range (#8640)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.8.0 to 7.9.0

Release notes

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

v7.9.0

7.9.0 (2024-05-13)

🚀 Features

  • rule-tester: check for missing placeholder data in the message (#9039)

🩹 Fixes

  • do not pass tsconfig canonical file name to typescript API to get program details for config file (#9042)
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters (#9045)

❤️ Thank You

  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

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

v7.8.0

7.8.0 (2024-04-29)

🚀 Features

  • rule-tester: assert suggestion messages are unique (#8995)
  • typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions (#8925)

🩹 Fixes

  • eslint-plugin: [no-unsafe-argument] handle tagged templates (#8746)
  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check (#8717)
  • eslint-plugin: [consistent-type-assertions] handle tagged templates (#8993)
  • eslint-plugin: [no-unsafe-return] handle union types (#9001)
  • eslint-plugin: [no-unused-vars] clear error report range (#8640)
  • utils: export ESLint backwards-compat functions (#8976)

❤️ Thank You

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

v7.7.1

... (truncated)

Changelog

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

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

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

7.5.0 (2024-04-01)

🩹 Fixes

  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues

❤️ Thank You

... (truncated)

Commits

Updates blockly from 10.2.2 to 10.4.3

Release notes

Sourced from blockly's releases.

blockly-v10.4.3

What's Changed

Other changes

Full Changelog: RaspberryPiFoundation/blockly@blockly-v10.4.2...blockly-v10.4.3

blockly-v10.4.2

This is a patch release that addresses minor issues with dragging that were introduced in v10.4.0.

What's Changed

Bug fixes 🐛

Full Changelog: RaspberryPiFoundation/blockly@blockly-v10.4.1...blockly-v10.4.2

blockly-v10.4.1

What's Changed

Bug Fixes

Other changes

Full Changelog: RaspberryPiFoundation/blockly@blockly-v10.4.0...blockly-v10.4.1

blockly-v10.4.0

Blockly v10.4.0

  • This release contains mostly bug fixes and improvements!
  • New feature: custom connection previewers allow you to change how pending connections are visualized to users. Check out the documentation to learn more.
  • Note if you use TypeScript: we now export the JavascriptGenerator (and similiar for other languages) class in TypeScript, complete with its accurate typings. We were not previously exporting this class in our TS definition files, so it wasn't accessible from TS code at all. Do note that we are still exporting the instance of those classes (javascriptGenerator and friends) typed as any so as not to introduce breaking type changes. You'll get accurate typings for the instances as well coming in v11!

What's Changed

New features ✨

Bug fixes 🐛

... (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.9.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.8.0` | `7.9.0` |
| [blockly](https://github.com/google/blockly) | `10.2.2` | `10.4.3` |



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.2
- [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.2)

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

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

Updates `blockly` from 10.2.2 to 10.4.3
- [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.4.3)

---
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-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 May 20, 2024
@vercel
Copy link

vercel bot commented May 20, 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 May 20, 2024 3:50am

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 27, 2024

Superseded by #188.

@dependabot dependabot bot closed this May 27, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/app/production-dependencies-3ffc7e6610 branch May 27, 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