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 #7486

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 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

@dependabot dependabot bot requested a review from a team as a code owner November 8, 2023 04:45
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 8, 2023
Copy link

netlify bot commented Nov 8, 2023

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 3e3885c
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/6554bd4d3a506a00080efa37
😎 Deploy Preview https://deploy-preview-7486--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.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/lit-labs/context-0.5.1 branch from e9f78d6 to bc33c99 Compare November 9, 2023 18:39
Copy link

codecov bot commented Nov 9, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d39d8e6) 91.15% compared to head (3e3885c) 92.60%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7486      +/-   ##
==========================================
+ Coverage   91.15%   92.60%   +1.45%     
==========================================
  Files         587      587              
  Lines       29029    29029              
==========================================
+ Hits        26460    26883     +423     
+ Misses       2569     2146     -423     
Flag Coverage Δ
e2e 50.81% <ø> (+0.02%) ⬆️
integration 25.98% <ø> (?)
unit 89.67% <ø> (ø)

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

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

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/lit-labs/context-0.5.1 branch from bc33c99 to 4ff4223 Compare November 13, 2023 10:18
Copy link

netlify bot commented Nov 13, 2023

Deploy Preview for authentik ready!

Name Link
🔨 Latest commit 3e3885c
🔍 Latest deploy log https://app.netlify.com/sites/authentik/deploys/6554bd4d2a771500080703d7
😎 Deploy Preview https://deploy-preview-7486--authentik.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 97 (🟢 up 1 from production)
Accessibility: 90 (no change from production)
Best Practices: 100 (no change from production)
SEO: 80 (no change from production)
PWA: -
View the detailed breakdown and full score reports

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

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/lit-labs/context-0.5.1 branch from 4ff4223 to e1d236b Compare November 13, 2023 14:07
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 force-pushed the dependabot/npm_and_yarn/web/lit-labs/context-0.5.1 branch from e1d236b to 3e3885c Compare November 15, 2023 12:44
@BeryJu BeryJu merged commit 60af4a2 into main Nov 16, 2023
63 checks passed
@BeryJu BeryJu deleted the dependabot/npm_and_yarn/web/lit-labs/context-0.5.1 branch November 16, 2023 12:12
BeryJu added a commit that referenced this pull request Nov 17, 2023
kensternberg-authentik added a commit that referenced this pull request Nov 17, 2023
* main: (42 commits)
  stages/authenticator_totp: fix API validation error due to choices (#7608)
  website: fix pricing page inconsistency (#7607)
  web: bump API Client version (#7602)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#7603)
  core: bump goauthentik.io/api/v3 from 3.2023103.2 to 3.2023103.3 (#7606)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#7604)
  Revert "web: bump @lit-labs/context from 0.4.1 to 0.5.1 in /web (#7486)"
  root: fix API schema for kotlin (#7601)
  web: bump @lit-labs/context from 0.4.1 to 0.5.1 in /web (#7486)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#7583)
  events: fix missing model_* events when not directly authenticated (#7588)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_TW (#7594)
  providers/scim: fix missing schemas attribute for User and Group (#7477)
  core: bump pydantic from 2.5.0 to 2.5.1 (#7592)
  web/admin: contextually add user to group when creating user from group page (#7586)
  website/blog: title and slug change (#7585)
  events: sanitize functions (#7587)
  stages/email: use uuid for email confirmation token instead of username (#7581)
  website/blog: Blog about zero trust and wireguard (#7567)
  ci: translation-advice: avoid commenting after make i18n-extract
  ...
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.

None yet

1 participant