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

chore(deps): update all non-major dependencies #8

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@antfu/eslint-config ^3.9.1 -> ^3.9.2 age adoption passing confidence devDependencies patch
@dotenvx/dotenvx 1.11.4 -> 1.24.5 age adoption passing confidence devDependencies minor
@nuxt/eslint (source) ^0.7.0 -> ^0.7.1 age adoption passing confidence devDependencies patch
@nuxtjs/i18n (source) ^9.0.0 -> ^9.1.0 age adoption passing confidence devDependencies minor
@primevue/nuxt-module (source) ^4.2.2 -> ^4.2.3 age adoption passing confidence devDependencies patch
@primevue/themes (source) ^4.2.2 -> ^4.2.3 age adoption passing confidence dependencies patch
@tanstack/query-persist-client-core (source) ^5.60.5 -> ^5.60.6 age adoption passing confidence devDependencies patch
@tanstack/vue-query (source) ^5.60.5 -> ^5.60.6 age adoption passing confidence devDependencies patch
@types/aws-lambda (source) 8.10.138 -> 8.10.145 age adoption passing confidence devDependencies patch
@vueuse/core (source) ^11.2.0 -> ^11.3.0 age adoption passing confidence devDependencies minor
@vueuse/nuxt (source) ^11.2.0 -> ^11.3.0 age adoption passing confidence devDependencies minor
arktype (source) 2.0.0-rc.14 -> 2.0.0-rc.24 age adoption passing confidence devDependencies patch
embla-carousel (source) ^8.3.1 -> ^8.5.1 age adoption passing confidence devDependencies minor
embla-carousel-vue (source) ^8.3.1 -> ^8.5.1 age adoption passing confidence devDependencies minor
hono (source) ^4.6.10 -> ^4.6.11 age adoption passing confidence devDependencies patch
is-core-module (source) ^1 -> ^1.0.39 age adoption passing confidence pnpm.overrides patch
isarray (source) ^1 -> ^1.0.29 age adoption passing confidence pnpm.overrides patch
node (source) >=20.13.1 -> >=20.18.1 age adoption passing confidence engines minor
nuxt (source) ^3.14.159 -> ^3.14.1592 age adoption passing confidence devDependencies patch
pnpm (source) 9.13.2 -> 9.14.2 age adoption passing confidence packageManager minor
radix-vue ^1.9.9 -> ^1.9.10 age adoption passing confidence devDependencies patch
shadcn-nuxt (source) ^0.10.4 -> ^0.11.3 age adoption passing confidence devDependencies minor
string.prototype.codepointat (source) ^1 -> ^1.0.28 age adoption passing confidence pnpm.overrides patch
turbo (source) ^2.3.0 -> ^2.3.1 age adoption passing confidence devDependencies patch
typescript (source) ^5.6.3 -> ^5.7.2 age adoption passing confidence devDependencies minor

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v3.9.2

Compare Source

   🚀 Features
    View changes on GitHub
dotenvx/dotenvx (@​dotenvx/dotenvx)

v1.24.5

Compare Source

Changed
  • 🐞 do not expand prior literal values (#​458)

v1.24.4

Compare Source

Changed
  • do not expand command substitution (#​456)

v1.24.3

Compare Source

Changed
  • 🐞 fix command substitution for more complex commands (#​455)

v1.24.2

Compare Source

Changed
  • treat pre-existing expandable values as literal in process.env (#​450)

v1.24.1

Compare Source

Changed

v1.24.0

Compare Source

Added
  • support progressive append/update (#​445)
FOO=foo
FOO=${FOO}bar

v1.23.0

Compare Source

Added
  • deeper variable expansion support and protection against self-referencing variables 🛡️ (#​439)

v1.22.2

Compare Source

Changed
  • more lenient handling of -- separator and better error messaging when flags are ambiguous (#​438)

v1.22.1

Compare Source

Changed
  • 🐞 patch loading order issue with single quotes (#​436)

v1.22.0

Compare Source

Added
  • add --pattern argument to ext gitignore (dotenvx ext gitignore --pattern .env.keys) (#​430)
Changed
  • clarify next steps after first time encrypting (#​430)

v1.21.1

Compare Source

Changed
  • for --convention nextjs ingnore .env.local for TEST environment (#​425)
  • for precommit redirect missing dotenvx command using POSIX compliant redirection (#​424)
  • make parent dotenvx help command less noisy by removing [options]. run dotenvx COMMAND -h to list all available options like always (#​429)

v1.21.0

Compare Source

Changed

🎓 now if you choose to single quote, double quote, no quote, or backtick your value it will be respected - including for encrypted values. this more intuitively handles complex cases like escaped characters, literals, and json.

v1.20.1

Compare Source

Changed
  • update eciesjs (#​421)
  • remove default values for ts interface - no longer permitted by latest ts (#​419)

v1.20.0

Compare Source

see CHANGELOG

v1.19.3

Compare Source

Changed
  • 🐞 fix decrypt re-encrypt of values containing backslashes (#​406)

v1.19.2

Compare Source

Changed
  • forward additional signals like SIGUSR2 (#​403)

v1.19.1

Compare Source

Changed
  • if SIGTERM or SIGINT sent, don't bubble wrapped process error (#​402)

v1.19.0

Compare Source

Added
  • support key glob filtering for encrypt and decrypt. example: dotenvx encrypt -ek "NEXT_PUBLIC_*" (#​397)

v1.18.1

Compare Source

Added
  • escape user inputted regex groupings like $1 or $2. (#​396)

v1.18.0

Compare Source

Added
  • set and encrypt preserve leading spaces (#​395)
     HELLO=world
Changed
  • improve escape and quote handling for set, encrypt, and decrypt (#​395)
  • 🐞 fix encrypt, then decrypt, then encrypt on a json value (#​377)

Note: the underlying replace engine to support these changes now wraps your values in single quotes. the prior replace engine wrapped in double quotes.

So where your .env used to look like this with double quotes:

HELLO="encrypted:1234"
API_KEY="encrypted:5678"

It will now begin looking like this with single quotes:

HELLO='encrypted:1234'
API_KEY='encrypted:5678'

It's an aesthetic side effect only. Your values will continue to be decrypted and encrypted correctly.

v1.17.0

Compare Source

Added
  • add --format=eval option for get (#​393)

v1.16.1

Compare Source

Changed
  • suppress stderr using options.stdio (#​391)

v1.16.0

Compare Source

Changed
  • for dotenvx keypair call out to dotenvx pro keypair if pro installed (#​390)

v1.15.0

Compare Source

Added
  • add --format=shell option for keypair (#​389)

v1.14.2

Compare Source

Changed
  • swap process.stdout.write for console.log to patch up npx edge case (#​387)

v1.14.1

Compare Source

Changed
  • run precommit hook only on staged files (#​380)

v1.14.0

Compare Source

Added
  • add dotenvx keypair command for printing your public/private keypairs (#​375)

v1.13.3

Compare Source

Changed
  • exit code 1 when decrypt fails in any way (#​374)

v1.13.2

Compare Source

Added
  • expose getColor and bold to lib/main.js (#​369)

v1.13.1

Compare Source

Added
  • expose logger and setLogLevel to lib/main.js - const = { logger, setLogLevel } = require('@​dotenvx/dotenvx') (#​368)

v1.13.0

Compare Source

Changed
  • move ls to core commands (#​367)

v1.12.1

Compare Source

Changed
  • return without quotations for dotenvx get --format shell (#​366)

v1.12.0

Compare Source

Added
  • add dotenvx get --format shell option (#​363)

v1.11.5

Compare Source

Changed
  • revert tinyexec for execa - to support usage in bun
nuxt/eslint (@​nuxt/eslint)

v0.7.1

Compare Source

No significant changes

    View changes on GitHub
nuxt-modules/i18n (@​nuxtjs/i18n)

v9.1.0

Compare Source

This changelog is generated by GitHub Releases

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
primefaces/primevue (@​primevue/nuxt-module)

v4.2.3

Compare Source

Full Changelog

Fixed bugs:

  • Drawer: RTL position bug #​6827
  • Tabs: Mismatch between prop "value" and emit update:value #​6825
  • DatePicker: Wrong hour displayed for midnight when set to timeOnly and 24h #​6824
  • Material: filled mode InputNumber defects #​6823
  • Material: filled mode InputGroup defects #​6820
  • Tree: Wrong passThrough option in documentation #​6818
  • PanelMenu: wrong value of the hasSubmenu slot prop #​6815
  • ToggleButton:   when label is empty #​6809
  • DataTable: Hover CSS rule not applied #​6796
  • ColorPicker: Showing Text Cursor on Focus #​6795
  • Select: Cannot read properties of null (reading '$el') - filter and auto-filter-focus error #​6793
  • Step: Cannot disable custom step element #​6763
  • InputText: Interface 'InputTextProps' incorrectly extends interface 'InputHTMLAttributes'. Password: Interface 'PasswordProps' incorrectly extends interface 'InputHTMLAttributes'. #​5480

Implemented New Features and Enhancements:

  • Improve RTL implementation #​6826
  • Better compatability with CSS libraries like Tailwind, Bootstrap #​6822
TanStack/query (@​tanstack/query-persist-client-core)

v5.60.6

Compare Source

Version 5.60.6 - 11/19/24, 10:17 AM

Changes

Refactor
Other

Packages

vueuse/vueuse (@​vueuse/core)

v11.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
arktypeio/arktype (arktype)

v2.0.0-rc.24

Compare Source

v2.0.0-rc.23

Compare Source

v2.0.0-rc.22

Compare Source

v2.0.0-rc.21

Compare Source

v2.0.0-rc.18

Compare Source

v2.0.0-rc.17

Compare Source

v2.0.0-rc.16

Compare Source

v2.0.0-rc.15

Compare Source

davidjerleke/embla-carousel (embla-carousel)

v8.5.1

Compare Source

v8.5.0

Compare Source

Support

Embla Carousel is an open source MIT licensed project. If you are interested in supporting this project you can sponsor it here:

What's Changed

Full Changelog: davidjerleke/embla-carousel@v8.4.0...v8.5.0

v8.4.0

Compare Source

Support

Embla Carousel is an open source MIT licensed project. If you are interested in supporting this project you can sponsor it here:

What's Changed

New Contributors

Full Changelog: davidjerleke/embla-carousel@v8.3.1...v8.4.0

honojs/hono (hono)

v4.6.11

Compare Source

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.6.10...v4.6.11

SukkaW/nolyfill (is-core-module)

v1.0.39

Compare Source

v1.0.38

Compare Source

v1.0.37

Compare Source

v1.0.36

Compare Source

SukkaW/nolyfill (isarray)

v1.0.29

Compare Source

nodejs/node (node)

v20.18.1: 2024-11-20, Version 20.18.1 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/all-minor-patch branch 25 times, most recently from ad28f46 to b3a722a Compare June 3, 2024 07:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d377869 to ef59ce2 Compare June 5, 2024 15:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 21 times, most recently from 46ac980 to 5ab0c8a Compare November 19, 2024 11:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 464a704 to 9f6689f Compare November 22, 2024 14:31
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