Skip to content
New issue

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

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

Already on GitHub? # to your account

fix(deps): update minor updates #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.25.2 -> ^7.26.9 age adoption passing confidence
@supabase/supabase-js ^2.45.1 -> ^2.49.1 age adoption passing confidence
gatsby (source, changelog) ^5.13.7 -> ^5.14.1 age adoption passing confidence
gatsby-adapter-netlify (source) ^1.1.7 -> ^1.2.0 age adoption passing confidence
gatsby-plugin-google-gtag (source) ^5.13.1 -> ^5.14.0 age adoption passing confidence
gatsby-plugin-image (source) ^3.13.1 -> ^3.14.0 age adoption passing confidence
gatsby-plugin-manifest (source) ^5.13.1 -> ^5.14.0 age adoption passing confidence
gatsby-plugin-postcss (source) ^6.13.1 -> ^6.14.0 age adoption passing confidence
gatsby-plugin-sharp (source) ^5.13.1 -> ^5.14.0 age adoption passing confidence
gatsby-plugin-sitemap (source) ^6.13.1 -> ^6.14.0 age adoption passing confidence
gatsby-source-filesystem (source) ^5.13.1 -> ^5.14.0 age adoption passing confidence
gatsby-source-npm-package-search (source) ^5.13.1 -> ^5.14.0 age adoption passing confidence
gatsby-transformer-json (source) ^5.13.1 -> ^5.14.0 age adoption passing confidence
gatsby-transformer-sharp (source) ^5.13.1 -> ^5.14.0 age adoption passing confidence
postcss (source) ^8.4.41 -> ^8.5.3 age adoption passing confidence
prettier (source) ^3.3.3 -> ^3.5.3 age adoption passing confidence
rc-tooltip ^6.2.0 -> ^6.4.0 age adoption passing confidence
react-circular-progressbar ^2.1.0 -> ^2.2.0 age adoption passing confidence
yarn (source) 4.4.0 -> 4.7.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.26.9

Compare Source

🐛 Bug Fix
🏠 Internal

v7.26.8

Compare Source

v7.26.8 (2025-02-08)

🏠 Internal
  • babel-preset-env
    • #​17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0

v7.26.7

Compare Source

🐛 Bug Fix

v7.26.0

Compare Source

🚀 New Feature
  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-core
  • babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-syntax-flow
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs3
  • babel-generator, babel-parser
🐛 Bug Fix
💅 Polish
  • babel-plugin-proposal-json-modules, babel-plugin-transform-json-modules, babel-standalone
🏠 Internal
🏃‍♀️ Performance
  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance

v7.25.8

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-parser, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-export-default-from, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-import-defer, babel-plugin-proposal-partial-application, babel-plugin-proposal-throw-expressions, babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-static-block, babel-plugin-transform-dynamic-import, babel-plugin-transform-export-namespace-from, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object, babel-preset-env

v7.25.7

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator
🏃‍♀️ Performance
supabase/supabase-js (@​supabase/supabase-js)

v2.49.1

Compare Source

Bug Fixes
  • deps: upgrade postgrest-js 1.19.2 (3f01c3f)

v2.49.0

Compare Source

Features

v2.48.1

Compare Source

Bug Fixes

v2.48.0

Compare Source

Features
  • deps: bump postgrest-js to 1.18.0 (4397e57)

v2.47.16

Compare Source

Bug Fixes
  • 🐛 Fix nullish coalescing operator issue in hasCustomAuthorizationHeader (e8cffda), closes #​1338

v2.47.15

Compare Source

Bug Fixes
  • Make the return value of accessToken nullable (f8e48ff)

v2.47.14

Compare Source

Bug Fixes
  • bump postgrest-js to 1.17.11 (6822cdc)

v2.47.13

Compare Source

Bug Fixes
  • export PostgrestError as a class (7ba8408)

v2.47.12

Compare Source

Bug Fixes
  • Bump postgrest-js to 1.17.10 (80d3c76)

v2.47.11

Compare Source

NOTE: This release makes typings stricter which may break existing code.

Example code which was previously working:

await supabase
  .from('mytable')
  .select()
  .eq('myenumcolumn', 'not_a_valid_enum_variant')
Bug Fixes
  • stricter typings when filtering with .eq(), .neq(), and .in() (e50a86e)

v2.47.10

Compare Source

Bug Fixes
  • bump functions-js to 2.4.4 (0f7434a)

v2.47.9

Compare Source

Bug Fixes

v2.47.8

Compare Source

Bug Fixes

Fixes a number of typing issues. More details at https://github.com/orgs/supabase/discussions/30324

v2.47.7

Compare Source

Bug Fixes
  • update auth version to 2.67.1 (315a420)

v2.47.6

Compare Source

Bug Fixes

v2.47.5

Compare Source

Bug Fixes

v2.47.4

Compare Source

Bug Fixes

v2.47.3

Compare Source

Bug Fixes

v2.47.2

Compare Source

Bug Fixes

v2.47.1

Compare Source

Reverts

v2.47.0

Compare Source

Features

v2.46.2

Compare Source

Bug Fixes

v2.46.1

Compare Source

Bug Fixes

v2.46.0

Compare Source

Bug Fixes
Features

v2.45.6

Compare Source

Bug Fixes

v2.45.5

Compare Source

Bug Fixes

v2.45.4

Compare Source

Bug Fixes
  • bump postgrest-js to v1.16.1 (96caa1d)

v2.45.3

Compare Source

Bug Fixes

v2.45.2

Compare Source

Bug Fixes
gatsbyjs/gatsby (gatsby)

v5.14.1

Compare Source

v5.14.0: v5.14.0

Compare Source

This release focused on performance improvements and security fixes.

What's Changed

See full release notes

gatsbyjs/gatsby (gatsby-adapter-netlify)

v1.2.0

Compare Source

🧾 Release notes

Features
  • allow dsg/ssr renders without access to datastore if it's not required #​38974 (884ecaf)
Bug Fixes
Performance Improvements
Other Changes
1.1.7 (2024-07-12)
Bug Fixes
1.1.6 (2024-05-29)
Performance Improvements
1.1.5 (2024-05-17)
Features
1.1.4 (2024-04-10)
Bug Fixes
1.1.3 (2024-01-25)
Bug Fixes
1.1.2 (2024-01-23)

Note: Version bump only for package gatsby-adapter-netlify

1.1.1 (2023-12-19)
Bug Fixes
gatsbyjs/gatsby (gatsby-plugin-google-gtag)

v5.14.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-plugin-google-gtag

5.13.1 (2024-01-23)

Note: Version bump only for package gatsby-plugin-google-gtag

gatsbyjs/gatsby (gatsby-plugin-image)

v3.14.0

Compare Source

🧾 Release notes

Bug Fixes
3.13.1 (2024-01-23)

Note: Version bump only for package gatsby-plugin-image

gatsbyjs/gatsby (gatsby-plugin-manifest)

v5.14.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-plugin-manifest

5.13.1 (2024-01-23)

Note: Version bump only for package gatsby-plugin-manifest

gatsbyjs/gatsby (gatsby-plugin-postcss)

v6.14.0

Compare Source

🧾 Release notes

Bug Fixes
  • update dependency postcss-loader to ^7.3.4 for gatsby-plugin-postcss #​38792 (dd0ae15)
6.13.1 (2024-01-23)

Note: Version bump only for package gatsby-plugin-postcss

gatsbyjs/gatsby (gatsby-plugin-sharp)

v5.14.0

Compare Source

🧾 Release notes

Bug Fixes
5.13.1 (2024-01-23)

Note: Version bump only for package gatsby-plugin-sharp

gatsbyjs/gatsby (gatsby-plugin-sitemap)

v6.14.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-plugin-sitemap

6.13.1 (2024-01-23)

Note: Version bump only for package gatsby-plugin-sitemap

gatsbyjs/gatsby (gatsby-source-filesystem)

v5.14.0

Compare Source

🧾 Release notes

Bug Fixes
5.13.1 (2024-01-23)

Note: Version bump only for package gatsby-source-filesystem

gatsbyjs/gatsby (gatsby-source-npm-package-search)

v5.14.0

Compare Source

[🧾 Release notes](https://www.gatsbyjs.com/d


Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

netlify bot commented Oct 1, 2024

Deploy Preview for gatsbyuc failed.

Name Link
🔨 Latest commit 2c479be
🔍 Latest deploy log https://app.netlify.com/sites/gatsbyuc/deploys/67c51602c8b1380008d4291a

@renovate renovate bot changed the title chore(deps): update yarn to v4.5.0 chore(deps): update yarn to v4.5.1 Oct 18, 2024
@renovate renovate bot force-pushed the renovate/minor-updates branch from 0f91409 to 9001ea3 Compare October 18, 2024 19:52
@renovate renovate bot changed the title chore(deps): update yarn to v4.5.1 chore(deps): update minor updates Oct 25, 2024
@renovate renovate bot force-pushed the renovate/minor-updates branch 3 times, most recently from 49950d9 to 26c97a0 Compare October 30, 2024 10:32
@renovate renovate bot force-pushed the renovate/minor-updates branch from 26c97a0 to 41a5fbf Compare November 6, 2024 21:49
@renovate renovate bot force-pushed the renovate/minor-updates branch 6 times, most recently from 8c4e3cc to d3887ff Compare November 29, 2024 03:50
@renovate renovate bot force-pushed the renovate/minor-updates branch 6 times, most recently from 1f3f109 to 5d05007 Compare December 9, 2024 13:07
@renovate renovate bot changed the title chore(deps): update minor updates fix(deps): update minor updates Dec 10, 2024
@renovate renovate bot force-pushed the renovate/minor-updates branch 5 times, most recently from 2a727e3 to b4613a6 Compare December 18, 2024 09:17
@renovate renovate bot force-pushed the renovate/minor-updates branch 2 times, most recently from 0b82881 to d22806d Compare December 20, 2024 18:19
@renovate renovate bot force-pushed the renovate/minor-updates branch from d22806d to 67acfeb Compare December 29, 2024 16:10
@renovate renovate bot force-pushed the renovate/minor-updates branch from 67acfeb to e609b41 Compare January 8, 2025 13:46
@renovate renovate bot force-pushed the renovate/minor-updates branch 7 times, most recently from 757ce5d to e46c58b Compare January 20, 2025 09:54
@renovate renovate bot force-pushed the renovate/minor-updates branch 2 times, most recently from 59a6305 to 5ca87a8 Compare January 24, 2025 18:17
@renovate renovate bot force-pushed the renovate/minor-updates branch 5 times, most recently from 4b5309a to 29b4612 Compare February 14, 2025 14:30
@renovate renovate bot force-pushed the renovate/minor-updates branch 4 times, most recently from 22da652 to 1d53c0f Compare February 24, 2025 12:31
@renovate renovate bot force-pushed the renovate/minor-updates branch from 1d53c0f to 5991624 Compare March 1, 2025 18:52
@renovate renovate bot force-pushed the renovate/minor-updates branch from 5991624 to 2c479be Compare March 3, 2025 02:37
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants