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

build(deps-dev): bump the qwik group across 1 directory with 3 updates #241

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps the qwik group with 3 updates in the / directory: @builder.io/qwik, @builder.io/qwik-city and eslint-plugin-qwik.

Updates @builder.io/qwik from 1.7.1 to 1.7.3

Release notes

Sourced from @​builder.io/qwik's releases.

@​builder.io/[email protected]

No release notes provided.

@​builder.io/[email protected]

No release notes provided.

Changelog

Sourced from @​builder.io/qwik's changelog.

1.7.3

1.7.2

Patch Changes

  • Library builds now correctly generate _fnSignal calls again. Any Qwik library that exports components should be built again. (by @​wmertens in #6732)

    • built files are now under dist/ or lib/. All tools that respect package export maps should just work. (by @​wmertens in #6715) If you have trouble with Typescript, ensure that you use moduleResolution: "Bundler" in your tsconfig.json.
    • @builder.io/qwik no longer depends on undici
  • fix dev mode on windows (by @​Varixo in #6713)

Commits
Maintainer changes

This version was pushed to npm by shairez, a new releaser for @​builder.io/qwik since your current version.


Updates @builder.io/qwik-city from 1.7.1 to 1.7.3

Release notes

Sourced from @​builder.io/qwik-city's releases.

@​builder.io/[email protected]

No release notes provided.

Changelog

Sourced from @​builder.io/qwik-city's changelog.

1.7.3

1.7.2

Patch Changes

    • built files are now under dist/ or lib/. All tools that respect package export maps should just work. (by @​wmertens in #6715) If you have trouble with Typescript, ensure that you use moduleResolution: "Bundler" in your tsconfig.json.
    • @builder.io/qwik no longer depends on undici
  • During dev mode, qwik-city will no longer serve files from dist/, which are very likely to be stale/incorrect. Furthermore, query parameters are taken into account when serving files (like production servers would do). (by @​wmertens in #6694)

  • qwik-city is now more careful about redirects after requesting routeLoader data (by @​wmertens in #6740)

  • strip internal search parameters in canonical URLs (by @​wmertens in #6694)

  • Support entry.ts routes in dev mode now that dist/ is no longer served, and special-case repl-sw.js in the docs. (by @​wmertens in #6706)

Commits
  • 3c11b83 Version Packages
  • e2d41bc Version Packages
  • f5aabb9 fix(qwik-city): redirect route loads when sane (#6740)
  • e7a91a3 chore: move qwik-city source under src
  • 32daf72 chore: use own package.json for all packages
  • 71c0c24 fix(dev): entry.ts routes
  • 5595af1 fix(qwikcity dev): do not serve dist/ during dev
  • 6a7e2f3 fix(qwik-city): remove internal params in qdata
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by shairez, a new releaser for @​builder.io/qwik-city since your current version.


Updates eslint-plugin-qwik from 1.7.1 to 1.7.3

Release notes

Sourced from eslint-plugin-qwik's releases.

[email protected]

No release notes provided.

[email protected]

No release notes provided.

Commits
Maintainer changes

This version was pushed to npm by shairez, a new releaser for eslint-plugin-qwik 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 qwik group with 3 updates in the / directory: [@builder.io/qwik](https://github.com/QwikDev/qwik/tree/HEAD/packages/qwik), [@builder.io/qwik-city](https://github.com/QwikDev/qwik/tree/HEAD/packages/qwik-city) and [eslint-plugin-qwik](https://github.com/QwikDev/qwik/tree/HEAD/packages/eslint-rules).


Updates `@builder.io/qwik` from 1.7.1 to 1.7.3
- [Release notes](https://github.com/QwikDev/qwik/releases)
- [Changelog](https://github.com/QwikDev/qwik/blob/main/packages/qwik/CHANGELOG.md)
- [Commits](https://github.com/QwikDev/qwik/commits/@builder.io/[email protected]/packages/qwik)

Updates `@builder.io/qwik-city` from 1.7.1 to 1.7.3
- [Release notes](https://github.com/QwikDev/qwik/releases)
- [Changelog](https://github.com/QwikDev/qwik/blob/main/packages/qwik-city/CHANGELOG.md)
- [Commits](https://github.com/QwikDev/qwik/commits/@builder.io/[email protected]/packages/qwik-city)

Updates `eslint-plugin-qwik` from 1.7.1 to 1.7.3
- [Release notes](https://github.com/QwikDev/qwik/releases)
- [Commits](https://github.com/QwikDev/qwik/commits/[email protected]/packages/eslint-rules)

---
updated-dependencies:
- dependency-name: "@builder.io/qwik"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: qwik
- dependency-name: "@builder.io/qwik-city"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: qwik
- dependency-name: eslint-plugin-qwik
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: qwik
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 5, 2024
Copy link

vercel bot commented Aug 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
content-collections ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 5, 2024 4:32pm

Copy link

changeset-bot bot commented Aug 5, 2024

⚠️ No Changeset found

Latest commit: 6a43696

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 12, 2024

Superseded by #246.

@dependabot dependabot bot closed this Aug 12, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/qwik-17e15cac75 branch August 12, 2024 16:29
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.

0 participants