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

Bump the minor-updates group across 1 directory with 15 updates #22

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the minor-updates group with 15 updates in the / directory:

Package From To
@astrojs/node 9.0.0 9.0.1
@github/relative-time-element 4.4.4 4.4.5
@octokit/auth-oauth-app 8.1.1 8.1.2
@octokit/graphql 8.1.1 8.1.2
@octokit/webhooks 13.4.1 13.4.2
@prisma/client 6.0.1 6.2.1
astro 5.0.5 5.1.7
octokit 4.0.2 4.1.0
prisma 6.0.1 6.2.1
vite 6.0.3 6.0.7
@eslint/js 9.17.0 9.18.0
@types/node 22.10.2 22.10.7
eslint 9.17.0 9.18.0
typescript 5.7.2 5.7.3
typescript-eslint 8.18.0 8.20.0

Updates @astrojs/node from 9.0.0 to 9.0.1

Release notes

Sourced from @​astrojs/node's releases.

@​astrojs/node@​9.0.1

Patch Changes

Changelog

Sourced from @​astrojs/node's changelog.

9.0.1

Patch Changes

Commits

Updates @github/relative-time-element from 4.4.4 to 4.4.5

Release notes

Sourced from @​github/relative-time-element's releases.

v4.4.5

What's Changed

New Contributors

Full Changelog: github/relative-time-element@v4.4.4...v4.4.5

Commits
  • 8d86a67 Merge pull request #303 from github/node22
  • 4789b31 Use node v22
  • 8490db2 Merge pull request #298 from leduyquang753/applyDuration
  • e16b828 Merge branch 'main' into applyDuration
  • 9a9f987 Merge pull request #302 from github/keithamus-patch-1
  • c518ee0 get main branch green
  • 5e4a7e3 Unrolled duration application steps.
  • d37caed Make applyDuration reversible.
  • a80c1bf Merge pull request #297 from github/francinelucca/fix/locale-error
  • b6dbae3 Update test/relative-time.js
  • Additional commits viewable in compare view

Updates @octokit/auth-oauth-app from 8.1.1 to 8.1.2

Release notes

Sourced from @​octokit/auth-oauth-app's releases.

v8.1.2

8.1.2 (2025-01-07)

Bug Fixes

  • deps: bump Octokit deps to fix Deno compat (#504) (a5afc99)
Commits

Updates @octokit/graphql from 8.1.1 to 8.1.2

Release notes

Sourced from @​octokit/graphql's releases.

v8.1.2

8.1.2 (2024-12-31)

Bug Fixes

Commits

Updates @octokit/webhooks from 13.4.1 to 13.4.2

Release notes

Sourced from @​octokit/webhooks's releases.

v13.4.2

13.4.2 (2025-01-08)

Bug Fixes

  • deps: bump Octokit deps to fix Deno compat (#1090) (ffd5b28)
Commits

Updates @prisma/client from 6.0.1 to 6.2.1

Release notes

Sourced from @​prisma/client's releases.

6.2.1

Today we are releasing the 6.2.1 patch release to address an issue with some of the omitApi preview feature checks having been accidentally omitted when making the feature GA. Now it is fully functional without the preview feature flag.

Changes

6.2.0

Today we're releasing Prisma ORM version 6.2.0 🎉

🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟

We have a number of new features in this version, including support for json and enum fields in SQLite, a new updateManyAndReturn function, support for ULID values, as well as the promotion of the omit feature from Preview to Generally Availability.

Highlights

Excluding fields via omit is now production-ready

Our number one requested feature is out of Preview and Generally Available. In 6.2.0, you no longer need to add omitApi to your list of Preview features:

generator client {
  provider        = "prisma-client-js"
- previewFeatures = ["omitApi"]
}

As a refresher: omit allows you to exclude certain fields from being returned in the results of your Prisma Client queries.

You can either do this locally, on a per-query level:

const result = await prisma.user.findMany({
  omit: {
    password: true,
  },
});

Or globally, to ensure a field is excluded from all queries of a certain model:

const prisma = new PrismaClient({
  omit: {
    user: {
      password: true
    }
  }
})
</tr></table>

... (truncated)

Commits
  • 60a8268 fix(client): remove omitApi preview feature checks (#25997)
  • 3b23a20 chore(deps): update engines to 6.2.0-14.4123509d24aa4dede1e864b46351bf2790323...
  • 6ea6991 chore(deps): update engines to 6.2.0-12.51db5cf11ad393407e86084764bced274b48b...
  • 425502f fix: node 23 support (#25971)
  • 477375c chore(deps): update engines to 6.2.0-11.c49e56c20818c325095752dd0ae895b0dc7ba...
  • c43e181 fix(client): allow "passing" across rpc boundary in cloudflare workers (#25914)
  • 0a4ef08 chore(deps): update engines to 6.2.0-6.cc0167b764494213f0e42d0867d48643c39c83...
  • ebda0b9 fix(client): make nested omit types work (#25900)
  • 509b064 chore(deps): update engines to 6.2.0-4.3aa926082bfc4f57e60f2210df297fdfbc889a...
  • e3e5568 feat: sqlite JSON support (#25871)
  • Additional commits viewable in compare view

Updates astro from 5.0.5 to 5.1.7

Release notes

Sourced from astro's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

  • #12934 673a518 Thanks @​ematipico! - Fixes a regression where the Astro Container didn't work during the build, using pnpm

  • #12955 db447f2 Thanks @​martrapp! - Lets TypeScript know about the "blocking" and "disabled" attributes of the <link> element.

  • #12922 faf74af Thanks @​adamchal! - Improves performance of static asset generation by fixing a bug that caused image transforms to be performed serially. This fix ensures that processing uses all CPUs when running in a multi-core environment.

  • #12947 3c2292f Thanks @​ascorbic! - Fixes a bug that caused empty content collections when running dev with NODE_ENV set

[email protected]

Patch Changes

  • #12927 ad2a752 Thanks @​ematipico! - Fixes a bug where Astro attempted to decode a request URL multiple times, resulting in an unexpected behaviour when decoding the character %

  • #12912 0c0c66b Thanks @​florian-lefebvre! - Improves the config error for invalid combinations of context and access properties under env.schema

  • #12935 3d47e6b Thanks @​AirBorne04! - Fixes an issue where Astro.locals coming from an adapter weren't available in the 404.astro, when using the astro dev command,

  • #12925 44841fc Thanks @​ascorbic! - Ensures image styles are not imported unless experimental responsive images are enabled

  • #12926 8e64bb7 Thanks @​oliverlynch! - Improves remote image cache efficiency by separating image data and metadata into a binary and sidecar JSON file.

... (truncated)

Changelog

Sourced from astro's changelog.

5.1.7

Patch Changes

5.1.6

Patch Changes

5.1.5

Patch Changes

  • #12934 673a518 Thanks @​ematipico! - Fixes a regression where the Astro Container didn't work during the build, using pnpm

  • #12955 db447f2 Thanks @​martrapp! - Lets TypeScript know about the "blocking" and "disabled" attributes of the <link> element.

  • #12922 faf74af Thanks @​adamchal! - Improves performance of static asset generation by fixing a bug that caused image transforms to be performed serially. This fix ensures that processing uses all CPUs when running in a multi-core environment.

  • #12947 3c2292f Thanks @​ascorbic! - Fixes a bug that caused empty content collections when running dev with NODE_ENV set

5.1.4

Patch Changes

  • #12927 ad2a752 Thanks @​ematipico! - Fixes a bug where Astro attempted to decode a request URL multiple times, resulting in an unexpected behaviour when decoding the character %

  • #12912 0c0c66b Thanks @​florian-lefebvre! - Improves the config error for invalid combinations of context and access properties under env.schema

  • #12935 3d47e6b Thanks @​AirBorne04! - Fixes an issue where Astro.locals coming from an adapter weren't available in the 404.astro, when using the astro dev command,

... (truncated)

Commits

Updates octokit from 4.0.2 to 4.1.0

Release notes

Sourced from octokit's releases.

v4.1.0

4.1.0 (2025-01-08)

Features

  • deps: bump Octokit deps to fix Deno compatibility, new endpoints via @octokit/plugin-rest-endpoint-methods (#2788) (2107d79)

v4.0.3

4.0.3 (2024-12-29)

Bug Fixes

  • deps: bump @octokit/app and @octokit/types (#2763) (33d03d9)
Commits

Updates prisma from 6.0.1 to 6.2.1

Release notes

Sourced from prisma's releases.

6.2.1

Today we are releasing the 6.2.1 patch release to address an issue with some of the omitApi preview feature checks having been accidentally omitted when making the feature GA. Now it is fully functional without the preview feature flag.

Changes

6.2.0

Today we're releasing Prisma ORM version 6.2.0 🎉

🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟

We have a number of new features in this version, including support for json and enum fields in SQLite, a new updateManyAndReturn function, support for ULID values, as well as the promotion of the omit feature from Preview to Generally Availability.

Highlights

Excluding fields via omit is now production-ready

Our number one requested feature is out of Preview and Generally Available. In 6.2.0, you no longer need to add omitApi to your list of Preview features:

generator client {
  provider        = "prisma-client-js"
- previewFeatures = ["omitApi"]
}

As a refresher: omit allows you to exclude certain fields from being returned in the results of your Prisma Client queries.

You can either do this locally, on a per-query level:

const result = await prisma.user.findMany({
  omit: {
    password: true,
  },
});

Or globally, to ensure a field is excluded from all queries of a certain model:

const prisma = new PrismaClient({
  omit: {
    user: {
      password: true
    }
  }
})
</tr></table>

... (truncated)

Commits

Updates vite from 6.0.3 to 6.0.7

Release notes

Sourced from vite's releases.

v6.0.7

Please refer to CHANGELOG.md for details.

v6.0.6

Please refer to CHANGELOG.md for details.

v6.0.5

Please refer to CHANGELOG.md for details.

v6.0.4

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.0.7 (2025-01-02)

6.0.6 (2024-12-26)

6.0.5 (2024-12-20)

6.0.4 (2024-12-19)

Commits
  • a671e58 release: v6.0.7
  • 1c102d5 fix(ssr): fix semicolon injection by ssr transform (#19097)
  • 677508b perf: skip globbing for static path in warmup (#19107)
  • b178c90 fix: skip the plugin if it has been called before with the same id and import...
  • a492253 fix(html): error while removing vite-ignore attribute for inline script (#1...
  • b07c036 feat(css): show lightningcss warnings (#19076)
  • f7b1964 fix: fix minify when builder.sharedPlugins: true (#19025)
  • 5c2b4a0 release: v6.0.6
  • 9290d85 fix(css): show correct error when unknown placeholder is used for CSS modules...
  • afff05c fix(css): resolve style tags in HTML files correctly for lightningcss (#19001)
  • Additional commits viewable in compare view

Updates @eslint/js from 9.17.0 to 9.18.0

Release notes

Sourced from @​eslint/js's releases.

v9.18.0

Features

  • e84e6e2 fe...

    Description has been truncated

Bumps the minor-updates group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/node](https://github.com/withastro/adapters/tree/HEAD/packages/node) | `9.0.0` | `9.0.1` |
| [@github/relative-time-element](https://github.com/github/relative-time-element) | `4.4.4` | `4.4.5` |
| [@octokit/auth-oauth-app](https://github.com/octokit/auth-oauth-app.js) | `8.1.1` | `8.1.2` |
| [@octokit/graphql](https://github.com/octokit/graphql.js) | `8.1.1` | `8.1.2` |
| [@octokit/webhooks](https://github.com/octokit/webhooks.js) | `13.4.1` | `13.4.2` |
| [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `6.0.1` | `6.2.1` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.0.5` | `5.1.7` |
| [octokit](https://github.com/octokit/octokit.js) | `4.0.2` | `4.1.0` |
| [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) | `6.0.1` | `6.2.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.3` | `6.0.7` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.17.0` | `9.18.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.2` | `22.10.7` |
| [eslint](https://github.com/eslint/eslint) | `9.17.0` | `9.18.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.7.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.18.0` | `8.20.0` |



Updates `@astrojs/node` from 9.0.0 to 9.0.1
- [Release notes](https://github.com/withastro/adapters/releases)
- [Changelog](https://github.com/withastro/adapters/blob/main/packages/node/CHANGELOG.md)
- [Commits](https://github.com/withastro/adapters/commits/@astrojs/[email protected]/packages/node)

Updates `@github/relative-time-element` from 4.4.4 to 4.4.5
- [Release notes](https://github.com/github/relative-time-element/releases)
- [Commits](github/relative-time-element@v4.4.4...v4.4.5)

Updates `@octokit/auth-oauth-app` from 8.1.1 to 8.1.2
- [Release notes](https://github.com/octokit/auth-oauth-app.js/releases)
- [Commits](octokit/auth-oauth-app.js@v8.1.1...v8.1.2)

Updates `@octokit/graphql` from 8.1.1 to 8.1.2
- [Release notes](https://github.com/octokit/graphql.js/releases)
- [Commits](octokit/graphql.js@v8.1.1...v8.1.2)

Updates `@octokit/webhooks` from 13.4.1 to 13.4.2
- [Release notes](https://github.com/octokit/webhooks.js/releases)
- [Commits](octokit/webhooks.js@v13.4.1...v13.4.2)

Updates `@prisma/client` from 6.0.1 to 6.2.1
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.2.1/packages/client)

Updates `astro` from 5.0.5 to 5.1.7
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/[email protected]/packages/astro)

Updates `octokit` from 4.0.2 to 4.1.0
- [Release notes](https://github.com/octokit/octokit.js/releases)
- [Commits](octokit/octokit.js@v4.0.2...v4.1.0)

Updates `prisma` from 6.0.1 to 6.2.1
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.2.1/packages/cli)

Updates `vite` from 6.0.3 to 6.0.7
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.7/packages/vite)

Updates `@eslint/js` from 9.17.0 to 9.18.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.18.0/packages/js)

Updates `@types/node` from 22.10.2 to 22.10.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint` from 9.17.0 to 9.18.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.17.0...v9.18.0)

Updates `typescript` from 5.7.2 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.7.3)

Updates `typescript-eslint` from 8.18.0 to 8.20.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.20.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@astrojs/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@github/relative-time-element"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@octokit/auth-oauth-app"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@octokit/graphql"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@octokit/webhooks"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: octokit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: prisma
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 20, 2025
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants