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

web: bump @lit-labs/context from 0.4.1 to 0.5.1 in /web #7368

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2023

Bumps @lit-labs/context from 0.4.1 to 0.5.1.

Release notes

Sourced from @​lit-labs/context's releases.

@​lit-labs/context@​0.5.1

Patch Changes

  • #4340 18305b43 - Update dependency version range on graduated package to ^1.0.0 so this package can receive updates.

@​lit-labs/context@​0.5.0

Minor Changes

  • #4151 5680d483 - Make context decorators work with standard decorators

Patch Changes

  • #4210 cf7d96d4 - Graduate @​lit-labs/context to @​lit/context, its permanent location. @​lit-labs/context is now just a proxy for @​lit/context, so code need not be duplicated in projects that depend on both.

  • #4141 6b515e43 - Update TypeScript to ~5.2.0

  • #4200 8e737fbd - Support @​provide with experimental decorators on a property. Previously we only supported it on an accessor, which happened automatically if used with @​state or @​property.

@​lit-labs/context@​0.5.0-pre.0

Minor Changes

  • #4151 5680d483 - Make context decorators work with standard decorators

Patch Changes

  • #4141 6b515e43 - Update TypeScript to ~5.2.0

  • #4210 cf7d96d4 - Graduate @​lit-labs/context to @​lit/context, its permanent location. @​lit-labs/context is now just a proxy for @​lit/context, so code need not be duplicated in projects that depend on both.

  • #4200 8e737fbd - Support @​provide with experimental decorators on a property. Previously we only supported it on an accessor, which happened automatically if used with @​state or @​property.

  • Updated dependencies [cf7d96d4]:

    • @​lit/context@​1.0.0-pre.0
Changelog

Sourced from @​lit-labs/context's changelog.

0.5.1

Patch Changes

  • #4340 18305b43 - Update dependency version range on graduated package to ^1.0.0 so this package can receive updates.

0.5.0

Minor Changes

  • #4151 5680d483 - Make context decorators work with standard decorators

Patch Changes

  • #4210 cf7d96d4 - Graduate @​lit-labs/context to @​lit/context, its permanent location. @​lit-labs/context is now just a proxy for @​lit/context, so code need not be duplicated in projects that depend on both.

  • #4141 6b515e43 - Update TypeScript to ~5.2.0

  • #4200 8e737fbd - Support @​provide with experimental decorators on a property. Previously we only supported it on an accessor, which happened automatically if used with @​state or @​property.

0.5.0-pre.0

Minor Changes

  • #4151 5680d483 - Make context decorators work with standard decorators

Patch Changes

  • #4141 6b515e43 - Update TypeScript to ~5.2.0

  • #4210 cf7d96d4 - Graduate @​lit-labs/context to @​lit/context, its permanent location. @​lit-labs/context is now just a proxy for @​lit/context, so code need not be duplicated in projects that depend on both.

  • #4200 8e737fbd - Support @​provide with experimental decorators on a property. Previously we only supported it on an accessor, which happened automatically if used with @​state or @​property.

  • Updated dependencies [cf7d96d4]:

    • @​lit/context@​1.0.0-pre.0
Commits
  • 62d7818 Version Packages (#4341)
  • 18305b4 [context, react] Update dependency on graduated package to ^1.0.0 (#4340)
  • 0372614 Update devDependencies to not reference pre versions of internal packages (#4...
  • c4818c5 Version Packages (#4279)
  • 76d73c6 Version Packages (pre) (#4246)
  • 8499526 Merge branch 'main' into merge-in-main
  • 70ed3bf Add missing deps.
  • 328b5b9 Update labs/context to just re-export from context.
  • 63fc5c2 One last set of JSCompiler conformance fixes (#4209)
  • 77e9b48 Put types on Map, Set, etc constructor calls (#4202)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 [@lit-labs/context](https://github.com/lit/lit/tree/HEAD/packages/labs/context) from 0.4.1 to 0.5.1.
- [Release notes](https://github.com/lit/lit/releases)
- [Changelog](https://github.com/lit/lit/blob/main/packages/labs/context/CHANGELOG.md)
- [Commits](https://github.com/lit/lit/commits/@lit-labs/context@0.5.1/packages/labs/context)

---
updated-dependencies:
- dependency-name: "@lit-labs/context"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 28, 2023 21:10
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 28, 2023
@netlify
Copy link

netlify bot commented Oct 28, 2023

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit c8c6055
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/653d78cf5f8e5e0008f686c7
😎 Deploy Preview https://deploy-preview-7368--authentik-storybook.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.

@codecov
Copy link

codecov bot commented Oct 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (99f44ea) 92.56% compared to head (c8c6055) 92.58%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7368      +/-   ##
==========================================
+ Coverage   92.56%   92.58%   +0.02%     
==========================================
  Files         587      587              
  Lines       28911    28911              
==========================================
+ Hits        26762    26768       +6     
+ Misses       2149     2143       -6     
Flag Coverage Δ
e2e 50.91% <ø> (+0.01%) ⬆️
integration 26.00% <ø> (ø)
unit 89.60% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@kensternberg-authentik kensternberg-authentik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unlike the update to context/1.0, this doesn't break anything in the Wizard, which is (currently) the only thing that uses Context.

@kensternberg-authentik kensternberg-authentik merged commit 924f3c9 into main Nov 6, 2023
@kensternberg-authentik kensternberg-authentik deleted the dependabot/npm_and_yarn/web/lit-labs/context-0.5.1 branch November 6, 2023 18:38
kensternberg-authentik added a commit that referenced this pull request Nov 7, 2023
* main:
  web: bump @types/chart.js from 2.9.39 to 2.9.40 in /web
  website/integrations: add FreshRSS (#7301)
  web: bump the eslint group in /web with 2 updates
  core: bump uvicorn from 0.24.0 to 0.24.0.post1
  web: bump the storybook group in /web with 5 updates
  web: bump the eslint group in /tests/wdio with 2 updates
  web: bump @types/codemirror from 5.60.12 to 5.60.13 in /web
  web: bump mermaid from 10.6.0 to 10.6.1 in /web
  translate: Updates for file web/xliff/en.xlf in fr (#7461)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#7459)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#7458)
  web: bump @lit/localize-tools from 0.7.0 to 0.7.1 in /web (#7369)
  web: bump @lit-labs/context from 0.4.1 to 0.5.1 in /web (#7368)
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