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

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.0 age adoption passing confidence
@supabase/supabase-js ^2.45.1 -> ^2.48.0 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.1 age adoption passing confidence
prettier (source) ^3.3.3 -> ^3.4.2 age adoption passing confidence
rc-tooltip ^6.2.0 -> ^6.4.0 age adoption passing confidence
yarn (source) 4.4.0 -> 4.6.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.26.0

Compare Source

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

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

Note: Version bump only for package gatsby-source-npm-package-search

5.13.1 (2024-01-23)

Note: Version bump only for package gatsby-source-npm-package-search

gatsbyjs/gatsby (gatsby-transformer-json)

v5.14.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-transformer-json

5.13.1 (2024-01-23)

Note: Version bump only for package gatsby-transformer-json

gatsbyjs/gatsby (gatsby-transformer-sharp)

v5.14.0

Compare Source

🧾 Release notes

Bug Fixes
5.13.1 (2024-01-23)

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

postcss/postcss (postcss)

v8.5.1

Compare Source

v8.5.0: 8.5 “Duke Alloces”

Compare Source

President Alloces seal

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"

Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

v8.4.49

Compare Source

v8.4.48

Compare Source

  • Fixed position calculation in error/warnings methods (by @​romainmenke).

v8.4.47

Compare Source

  • Removed debug code.

v8.4.46

Compare Source

  • Fixed Cannot read properties of undefined (reading 'before').

v8.4.45

Compare Source

  • Removed unnecessary fix which could lead to infinite loop.

v8.4.44

Compare Source

  • Another way to fix markClean is not a function error.

v8.4.43

Compare Source

  • Fixed markClean is not a function error.

v8.4.42

Compare Source

  • Fixed CSS syntax error on long minified files (by @​varpstar).
prettier/prettier (prettier)

v3.4.2

Compare Source

diff

Treat U+30A0 & U+30FB in Katakana Block as CJK (#​16796 by @​tats-u)

Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.

<!-- Input (--prose-wrap=never) -->

C言
語
・
C++
・
Go
・
Rust

<!-- Prettier 3.4.1 -->
C言語・ C++ ・ Go ・ Rust

<!-- Prettier 3.4.2 -->
C言語・C++・Go・Rust

U+30A0 can be used as the replacement of the - in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).

Fix comments print on class methods with decorators (#​16891 by @​fisker)
// Input
class A {
  @&#8203;decorator
  /** 
   * The method description
   *
  */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.1
class A {
  @&#8203;decorator
  async /**
   * The method description
   *
   */
  method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.2
class A {
  @&#8203;decorator
  /**
   * The method description
   *
   */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}
Fix non-idempotent formatting (#​16899 by @​seiyab)

This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.

// Input
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.1 (first)
<div>
  foo
  <span>
    longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo
  </span>, abc
</div>;

// Prettier 3.4.1 (second)
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.2
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

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

Name Link
🔨 Latest commit e46c58b
🔍 Latest deploy log https://app.netlify.com/sites/gatsbyuc/deploys/678e1d6def66890008fbc291
😎 Deploy Preview https://deploy-preview-28--gatsbyuc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@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 6 times, most recently from 57d6dae to 757ce5d Compare January 19, 2025 09:47
@renovate renovate bot force-pushed the renovate/minor-updates branch from 757ce5d to e46c58b Compare January 20, 2025 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants