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 with 6 updates #8

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2024

Bumps the minor-updates group with 6 updates:

Package From To
@octokit/core 5.0.2 5.1.0
astro 4.0.9 4.3.5
lit 3.1.0 3.1.2
@astrojs/check 0.3.4 0.5.0
@types/node 20.10.6 20.11.16
mocha 10.2.0 10.3.0

Updates @octokit/core from 5.0.2 to 5.1.0

Release notes

Sourced from @​octokit/core's releases.

v5.1.0

5.1.0 (2024-01-20)

Features

  • types: export OctokitOptions from index.ts (#646) (d41fe5d)
Commits
  • d41fe5d feat(types): export OctokitOptions from index.ts (#646)
  • 7c16ca6 chore(deps): update dependency prettier to v3.2.4 (#653)
  • 9463a38 chore(deps): update dependency prettier to v3.2.3 (#652)
  • 9c28d91 chore(deps): update dependency prettier to v3.2.2
  • 573696b chore(deps): update dependency prettier to v3.2.1
  • 2b6fd1b chore(deps): update dependency semantic-release to v23
  • 0ade8dc ci(action): update github/codeql-action action to v3 (#644)
  • 4d1fef5 chore(deps): update dependency prettier to v3.1.1 (#642)
  • 8b6e974 immediate-response uses pull_request_target trigger (#643)
  • 0134b4e chore(deps): update dependency undici to v6 (#641)
  • Additional commits viewable in compare view

Updates astro from 4.0.9 to 4.3.5

Release notes

Sourced from astro's releases.

astro@4.3.5

Patch Changes

astro@4.3.4

Patch Changes

astro@4.3.3

Patch Changes

astro@4.3.2

Patch Changes

astro@4.3.1

Patch Changes

astro@4.3.0

Minor Changes

... (truncated)

Changelog

Sourced from astro's changelog.

4.3.5

Patch Changes

4.3.4

Patch Changes

4.3.3

Patch Changes

4.3.2

Patch Changes

4.3.1

Patch Changes

... (truncated)

Commits

Updates lit from 3.1.0 to 3.1.2

Release notes

Sourced from lit's releases.

lit-html@3.1.2

Patch Changes

  • #4523 1a32b61e - Add a DEV_MODE error to catch duplicate attribute bindings that otherwise create silent errors.

  • #4485 57b00630 - Add "browser" export condition entrypoints to any package.json files with "node" export conditions. This fixes Node test runners emulating browser environments that were incorrectly loading the "node" entrypoints instead of the browser code.

  • #4515 dca963f7 - Fix a memory leak when patching directive constructors for SSR.

lit@3.1.2

Patch Changes

  • #4523 1a32b61e - Add a DEV_MODE error to catch duplicate attribute bindings that otherwise create silent errors.

  • #4485 57b00630 - Add "browser" export condition entrypoints to any package.json files with "node" export conditions. This fixes Node test runners emulating browser environments that were incorrectly loading the "node" entrypoints instead of the browser code.

  • Updated dependencies [1a32b61e, 57b00630, dca963f7]:

    • lit-html@3.1.2
    • @​lit/reactive-element@​2.0.4
    • lit-element@4.0.4

lit-html@3.1.1

Patch Changes

lit@3.1.1

Patch Changes

  • #4409 1af7991c - asyncReplace correctly re-renders when value is unchanged (#4408)

  • #4473 9a4d569f - Add a warning in dev mode when binding this.requestUpdate directly as an event listener.

  • #4413 f60a3a2c - Remove unused internal parameters to requestUpdate()

Changelog

Sourced from lit's changelog.

3.1.2

Patch Changes

  • #4523 1a32b61e - Add a DEV_MODE error to catch duplicate attribute bindings that otherwise create silent errors.

  • #4485 57b00630 - Add "browser" export condition entrypoints to any package.json files with "node" export conditions. This fixes Node test runners emulating browser environments that were incorrectly loading the "node" entrypoints instead of the browser code.

  • Updated dependencies [1a32b61e, 57b00630, dca963f7]:

    • lit-html@3.1.2
    • @​lit/reactive-element@​2.0.4
    • lit-element@4.0.4

3.1.1

Patch Changes

  • #4409 1af7991c - asyncReplace correctly re-renders when value is unchanged (#4408)

  • #4473 9a4d569f - Add a warning in dev mode when binding this.requestUpdate directly as an event listener.

  • #4413 f60a3a2c - Remove unused internal parameters to requestUpdate()

Commits

Updates @astrojs/check from 0.3.4 to 0.5.0

Release notes

Sourced from @​astrojs/check's releases.

@​astrojs/check@​0.5.0

Minor Changes

  • 15a5532: Upgrade to Volar 2.0. No regressions are currently expected, however as this is a fairly consequential backend change, please report any issues you encounter.

    For reference, Volar is the underlying framework that powers the Astro language server, you can think of it as Vite for editor tooling.

Patch Changes

  • Updated dependencies [15a5532]
    • @​astrojs/language-server@​2.7.0

@​astrojs/check@​0.4.1

Patch Changes

  • 63e2c81: Fix fallback types not being properly included in some contexts such as inside the VS Code extension
  • Updated dependencies [63e2c81]
    • @​astrojs/language-server@​2.6.2

@​astrojs/check@​0.4.0

Minor Changes

  • a314bcc: Remove temporary workaround astro check that disabled checking JSX and TSX files

Patch Changes

  • Updated dependencies [a314bcc]
  • Updated dependencies [dab6801]
    • @​astrojs/language-server@​2.6.0
Changelog

Sourced from @​astrojs/check's changelog.

0.5.0

Minor Changes

  • 15a5532: Upgrade to Volar 2.0. No regressions are currently expected, however as this is a fairly consequential backend change, please report any issues you encounter.

    For reference, Volar is the underlying framework that powers the Astro language server, you can think of it as Vite for editor tooling.

Patch Changes

  • Updated dependencies [15a5532]
    • @​astrojs/language-server@​2.7.0

0.4.1

Patch Changes

  • 63e2c81: Fix fallback types not being properly included in some contexts such as inside the VS Code extension
  • Updated dependencies [63e2c81]
    • @​astrojs/language-server@​2.6.2

0.4.0

Minor Changes

  • a314bcc: Remove temporary workaround astro check that disabled checking JSX and TSX files

Patch Changes

  • Updated dependencies [a314bcc]
  • Updated dependencies [dab6801]
    • @​astrojs/language-server@​2.6.0
Commits

Updates @types/node from 20.10.6 to 20.11.16

Commits

Updates mocha from 10.2.0 to 10.3.0

Release notes

Sourced from mocha's releases.

v10.3.0

This is a stable release equivalent to v10.3.0-preminor.0.

What's Changed

New Contributors

Full Changelog: mochajs/mocha@v10.2.0...v10.3.0

v10.3.0-preminor.0

A test release tagged with next on npm, to test that we can do releases at all. See #5081 for context.

What's Changed

... (truncated)

Commits
  • a886829 chore: fix link in pull request template (#5091)
  • 53a4baf chore: remove unnecessary canvas dependency (#5069)
  • 1ebff45 chore: inline nyan reporter's write function (#5056)
  • 8812413 fix: add alt text to Built with Netlify badge (#5068)
  • 645469e docs: touchups to labels and a template title post-revamp (#5050)
  • 9f99178 docs: overhaul contributing and maintenance docs for end-of-year 2023 (#5038)
  • eca4fec docs: fix return jsdoc type of titlePath (#4886)
  • 060f77d docs: use mocha.js instead of mocha in the example run (#4927)
  • 4b60c1a docs: fix fragment ID for yargs.js extends docs (#4918)
  • b41e985 chore: remove stale workflow (#5029)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by joshuakgoldberg, a new releaser for mocha since your current version.


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 minor-updates group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@octokit/core](https://github.com/octokit/core.js) | `5.0.2` | `5.1.0` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.0.9` | `4.3.5` |
| [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) | `3.1.0` | `3.1.2` |
| [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.3.4` | `0.5.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.10.6` | `20.11.16` |
| [mocha](https://github.com/mochajs/mocha) | `10.2.0` | `10.3.0` |


Updates `@octokit/core` from 5.0.2 to 5.1.0
- [Release notes](https://github.com/octokit/core.js/releases)
- [Commits](octokit/core.js@v5.0.2...v5.1.0)

Updates `astro` from 4.0.9 to 4.3.5
- [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/astro@4.3.5/packages/astro)

Updates `lit` from 3.1.0 to 3.1.2
- [Release notes](https://github.com/lit/lit/releases)
- [Changelog](https://github.com/lit/lit/blob/main/packages/lit/CHANGELOG.md)
- [Commits](https://github.com/lit/lit/commits/lit@3.1.2/packages/lit)

Updates `@astrojs/check` from 0.3.4 to 0.5.0
- [Release notes](https://github.com/withastro/language-tools/releases)
- [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md)
- [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.5.0/packages/astro-check)

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

Updates `mocha` from 10.2.0 to 10.3.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.2.0...v10.3.0)

---
updated-dependencies:
- dependency-name: "@octokit/core"
  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: lit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@astrojs/check"
  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-minor
  dependency-group: minor-updates
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 8, 2024
@jyasskin
Copy link
Collaborator

jyasskin commented Feb 8, 2024

@dependabot squash and merge

@dependabot dependabot bot merged commit 6ff75f5 into main Feb 8, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-updates-c786681460 branch February 8, 2024 18:41
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.

1 participant