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

Update all non-major dependencies #75

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/vitest-pool-workers (source) 0.5.14 -> 0.5.40 age adoption passing confidence
@cloudflare/workers-types 4.20240925.0 -> 4.20241224.0 age adoption passing confidence
@dotenvx/dotenvx 1.14.2 -> 1.31.3 age adoption passing confidence
@playwright/test (source) 1.47.2 -> 1.49.1 age adoption passing confidence
@sveltejs/adapter-cloudflare (source) 4.7.2 -> 4.9.0 age adoption passing confidence
@sveltejs/kit (source) 2.6.1 -> 2.15.0 age adoption passing confidence
@sveltejs/vite-plugin-svelte (source) 4.0.0-next.7 -> 4.0.4 age adoption passing confidence
@unocss/reset 0.63.3 -> 0.65.3 age adoption passing confidence
better-sqlite3 11.3.0 -> 11.7.0 age adoption passing confidence
drizzle-kit (source) 0.24.2 -> 0.30.1 age adoption passing confidence
drizzle-orm (source) 0.33.0 -> 0.38.3 age adoption passing confidence
h3-nightly 2.0.0-20241003-174500-7324eee -> 2.0.0-20241204-232631-b375975 age adoption passing confidence
lucia (source) 3.2.0 -> 3.2.2 age adoption passing confidence
pnpm (source) 9.12.0 -> 9.15.1 age adoption passing confidence
prettier-plugin-svelte 3.2.7 -> 3.3.2 age adoption passing confidence
prettier-plugin-tailwindcss 0.6.8 -> 0.6.9 age adoption passing confidence
sass-embedded 1.79.4 -> 1.83.0 age adoption passing confidence
svelte (source) 5.0.0-next.262 -> 5.16.0 age adoption passing confidence
svelte-check 4.0.4 -> 4.1.1 age adoption passing confidence
tslib (source) 2.7.0 -> 2.8.1 age adoption passing confidence
typescript (source) 5.6.2 -> 5.7.2 age adoption passing confidence
unocss 0.63.3 -> 0.65.3 age adoption passing confidence
vite (source) 5.4.8 -> 5.4.11 age adoption passing confidence
vitest (source) 2.1.2 -> 2.1.8 age adoption passing confidence
wrangler (source) 3.80.0 -> 3.99.0 age adoption passing confidence
zod (source) 3.23.8 -> 3.24.1 age adoption passing confidence

Release Notes

cloudflare/workers-sdk (@​cloudflare/vitest-pool-workers)

v0.5.40

Compare Source

Patch Changes

v0.5.39

Compare Source

Patch Changes

v0.5.38

Compare Source

Patch Changes

v0.5.37

Compare Source

Patch Changes

v0.5.36

Compare Source

Patch Changes
  • Updated dependencies [e0b98fd]:
    • wrangler@3.95.0

v0.5.35

Compare Source

Patch Changes

v0.5.34

Compare Source

Patch Changes

v0.5.33

Compare Source

Patch Changes

v0.5.32

Compare Source

Patch Changes

v0.5.31

Compare Source

Patch Changes
  • Updated dependencies [31729ee]:
    • wrangler@3.90.0
    • miniflare@3.20241106.1

v0.5.30

Compare Source

Patch Changes

v0.5.29

Compare Source

Patch Changes

v0.5.28

Compare Source

Patch Changes

v0.5.27

Compare Source

Patch Changes
  • Updated dependencies [b499b74]:
    • wrangler@3.86.1

v0.5.26

Compare Source

Patch Changes

v0.5.25

Compare Source

Patch Changes

v0.5.24

Compare Source

Patch Changes

v0.5.23

Compare Source

Patch Changes

v0.5.22

Compare Source

Patch Changes

v0.5.21

Compare Source

Patch Changes

v0.5.20

Compare Source

Patch Changes

v0.5.19

Compare Source

Patch Changes
  • Updated dependencies [5761020, 7859a04]:
    • miniflare@3.20241011.0
    • wrangler@3.80.5

v0.5.18

Compare Source

Patch Changes
  • Updated dependencies [51aedd4, c863183]:
    • wrangler@3.80.4
    • miniflare@3.20241004.0

v0.5.17

Compare Source

Patch Changes

v0.5.16

Compare Source

Patch Changes
  • Updated dependencies [1320f20]:
    • wrangler@3.80.2

v0.5.15

Compare Source

Patch Changes
  • #​6835 5c50949 Thanks @​emily-shen! - feature: enable asset routing in the vitest integration for Workers + static assets

    Integration tests (using the SELF binding) in Workers + assets projects will now return static assets if present on that path. Previously all requests went to the user worker regardless of whether static assets would have been served in production.

    Unit style tests intentionally do not return static assets.

  • Updated dependencies [d696850, 5c50949, dc92af2, 82180a7, 54924a4, 30b7328]:

    • wrangler@3.80.1
    • miniflare@3.20240925.1
cloudflare/workerd (@​cloudflare/workers-types)

v4.20241224.0

Compare Source

v4.20241218.0

Compare Source

v4.20241216.0

Compare Source

v4.20241214.0

Compare Source

v4.20241205.0

Compare Source

v4.20241202.0

Compare Source

v4.20241127.0

Compare Source

v4.20241112.0

Compare Source

v4.20241106.0

Compare Source

v4.20241022.0

Compare Source

v4.20241018.0

Compare Source

v4.20241011.0

Compare Source

v4.20241004.0

Compare Source

dotenvx/dotenvx (@​dotenvx/dotenvx)

v1.31.3

Compare Source

Changed
  • adjust wingetcreate to use powershell when parsing version

v1.31.2

Compare Source

Changed
  • use wingetcreate for releasing to WinGet (#​498)

v1.31.1

Compare Source

Changed
  • 🐞 fix encryption of values containing explicit \n newlines (#​495)

v1.31.0

Compare Source

Added
  • expose main.set function (#​492)
  • add missing types for main.config (#​491)

v1.30.1

Compare Source

Added
  • support complex command substitution combining variable expansion (#​490)

v1.30.0

Compare Source

Added
  • add -fk (--env-keys-file) flag to customize the path to your .env.keys file with run, get, set, encrypt, decrypt, and keypair 🎉 (#​486)

This is great for monorepos. Maintain one .env.keys file across all your apps.

$ dotenvx encrypt -fk .env.keys -f apps/backend/.env
$ dotenvx encrypt -fk .env.keys -f apps/frontend/.env

$ tree -a .
├── .env.keys
└── apps
    ├── backend
    │   └── .env
    └── frontend
        └── .env

$ dotenvx get -fk .env.keys -f apps/backend/.env

v1.29.0

Compare Source

Added
  • add --ignore flag to suppress specified errors. example: dotenvx run --ignore=MISSING_ENV_FILE (#​485)

v1.28.0

Compare Source

Changed
  • .env.keys file is generated WITHOUT quotes going forward. This is to minimize friction around Docker gotchas to developers - old versions of Docker do not support --env-file containing quoted keys/values. (#​480) (additional note)

v1.27.0

Compare Source

Added
  • add support for \t expansion when double quoted. (e.g. TAB="hi\tfriend" becomes hi friend) (#​479)

v1.26.2

Compare Source

Changed
  • build binaries with bytecode option (#​477)

v1.26.1

Compare Source

Added
  • add typescript type definitions for main.parse method (#​475)

v1.26.0

Compare Source

Added
  • add privateKey option to main.parse method (#​474)

v1.25.2

Compare Source

Added
  • for binaries add pre-build step using esbuild (#​471)
Removed
  • remove types for functions that were removed a while back (2aa660)

v1.25.1

Compare Source

Changed
  • improve helpful error messaging around decryption failures by specifying specific key and private key name (#​463)

v1.25.0

[Compare Source](https://github.com/dot


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update devDependency @cloudflare/workers-types to v4.20241004.0 Update all non-major dependencies Oct 6, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9f5bc93 to 436e7a4 Compare October 6, 2024 04:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 436e7a4 to 7592f8c Compare October 6, 2024 07:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7592f8c to e68009e Compare October 7, 2024 13:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e68009e to 174b004 Compare October 7, 2024 17:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 174b004 to a0504e0 Compare October 7, 2024 19:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a0504e0 to 7d028bc Compare October 7, 2024 21:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7d028bc to a71cc04 Compare October 8, 2024 10:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a71cc04 to 9ea404b Compare October 8, 2024 14:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9ea404b to 67528b7 Compare October 8, 2024 19:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5d5978a to 200cd29 Compare December 19, 2024 23:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 200cd29 to bdaaae3 Compare December 20, 2024 01:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bdaaae3 to 669bbda Compare December 20, 2024 22:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 669bbda to b22bbf2 Compare December 21, 2024 00:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b22bbf2 to 996d180 Compare December 21, 2024 18:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 996d180 to 2c0e5be Compare December 22, 2024 16:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2c0e5be to 29ae3ad Compare December 22, 2024 18:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 29ae3ad to 981897c Compare December 24, 2024 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants