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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@dotenvx/dotenvx 1.31.3 -> 1.38.2 age adoption passing confidence devDependencies minor
elm-pages (source) 3.0.19 -> 3.0.20 age adoption passing confidence devDependencies patch
elm-review 2.12.0 -> 2.13.2 age adoption passing confidence devDependencies minor
highlight.js (source) 11.11.0 -> 11.11.1 age adoption passing confidence dependencies patch
node (source) 22.12.0 -> 22.14.0 age adoption passing confidence minor
pnpm (source) 9.15.1 -> 9.15.6 age adoption passing confidence patch
vite (source) 5.4.11 -> 5.4.14 age adoption passing confidence devDependencies patch

Release Notes

dotenvx/dotenvx (@​dotenvx/dotenvx)

v1.38.2

Compare Source

Added
  • Add typescript types for main.get.

v1.38.1

Compare Source

Changed
  • Support encrypt when mutliline contains windows CRLF (\r\n) (#​534)

Note: dotenvx will convert these \r\n newlines to \n. Our recommendation is to stop using CRLF - its origin is from typewriter days. Instead, set your editor or gitattributes to use LF.

v1.38.0

Compare Source

Changed
  • Command substitution failures no longer halt further processing of keys in a .env file (#​533)
  • A more helpful error is raised if a command substitution failure occurs (#​533)

v1.37.0

Compare Source

Added
  • add dotenvx rotate command 🎉 (#​530)

also: our whitepaper is released as a draft.

v1.36.0

Compare Source

Changed
  • --strict flag respects (doesn't throw) anything in --ignore flag (#​527)

v1.35.0

Compare Source

Added
  • npx dotenvx precommit support as a convenience (#​523)
  • main.get method (#​524)

The addition of main.get facilitates what we term Decryption at Access, a concept explored in greater detail in our whitepaper.

v1.34.0

Compare Source

Added
  • main.set method now writes to files (#​517)

v1.33.0

Compare Source

Added
  • support ESM import convenience import '@​dotenvx/dotenvx/config' (#​508)

v1.32.1

Compare Source

Changed
  • remove duplicated help messages (#​504)

v1.32.0

Compare Source

Added
  • add encrypted check support for ext prebuild (#​501)
Changed
  • modify ext precommit to check git modified state as well as git staged state - useful for using dotenvx ext precommit without the --install flag in automated scripts and ci. (#​499)
Removed
  • remove internal logger methods errorvp, errorvpb, warnv, warnvp, warnvpb, successvp, successvpb, help2 (#​501)
dillonkearns/elm-pages (elm-pages)

v3.0.20

Compare Source

jfmengels/node-elm-review (elm-review)

v2.13.2

Compare Source

  • Report an error when no files are found, instead of hanging indefinitely.
  • Fixed Windows support: The CLI would hang because files would not be found. Thanks @​bdukes!
  • Fixed --github-auth not working (which is used along with --template to bypass GitHub's rate limiting).

v2.13.1

Compare Source

  • Fixed an issue causing fix diff proposals not to be properly indented.
  • Improve the error message when getting rate limit errors from GitHub after using --template too often.
  • Only require the personal access token (and not the username + personal access token) when using --github-auth (to prevent GitHub rate limits).
  • Improved performance around listing files to load.
  • Removed dependency glob.

v2.13.0

Compare Source

Now requires jfmengels/elm-review v2.15.0, as well as Node.js 14 and newer.

  • Added support for multi-file fixes and file removals introduced in the Elm package (see its CHANGELOG).
  • Added --allow-remove-files to enable file removal in fixes
  • Improved the output of the error report.
  • Added --explain-fix-failure to get more information about why an automatic fix failed.
  • Publicly documented the --fix-all-without-prompt CLI flag. Please use it well!
  • The --compiler flag now additionally resolves the compiler path using the PATH environment variable (more easily enabling elm-review --compiler lamdera for instance).
  • The --elm-format-path flag now additionally resolves the path to elm-format using the PATH environment variable.
  • Fixed an issue where the initial rule created with elm-review new-package was always a module rule, even when it was requested to be a project rule. Thanks to @​mateusfpleite!
  • Fixed an issue where files in source-directories under elm-stuff/ would not be included in the analysis.
  • Fixed an issue where colors would not show up.
  • Plenty of behind the scenes improvement to the maintenance of the repository. Thanks to @​lishaduck for all of those.
  • Optimized the usages of >> and << used in the Elm code to be run.
highlightjs/highlight.js (highlight.js)

v11.11.1

Compare Source

  • Fixes regression with Rust grammar.
nodejs/node (node)

v22.14.0: 2025-02-11, Version 22.14.0 'Jod' (LTS), @​aduh95

Compare Source

Notable Changes
  • [82a9000e9e] - crypto: update root certificates to NSS 3.107 (Node.js GitHub Bot) #​56566
  • [b7fe54fc88] - (SEMVER-MINOR) fs: allow exclude option in globs to accept glob patterns (Daeyeon Jeong) #​56489
  • [3ac92ef607] - (SEMVER-MINOR) lib: add typescript support to STDIN eval (Marco Ippolito) #​56359
  • [1614e8e7bc] - (SEMVER-MINOR) module: add ERR_UNSUPPORTED_TYPESCRIPT_SYNTAX (Marco Ippolito) #​56610
  • [6d6cffa9cc] - (SEMVER-MINOR) module: add findPackageJSON util (Jacob Smith) #​55412
  • [d35333ae18] - (SEMVER-MINOR) process: add process.ref() and process.unref() methods (James M Snell) #​56400
  • [07ff3ddcb5] - (SEMVER-MINOR) sqlite: support TypedArray and DataView in StatementSync (Alex Yang) #​56385
  • [94d3fe1b62] - (SEMVER-MINOR) src: add --disable-sigusr1 to prevent signal i/o thread (Rafael Gonzaga) #​56441
  • [5afffb4415] - (SEMVER-MINOR) src,worker: add isInternalWorker (Carlos Espa) #​56469
  • [697a851fb3] - (SEMVER-MINOR) test_runner: add TestContext.prototype.waitFor() (Colin Ihrig) #​56595
  • [047537b48c] - (SEMVER-MINOR) test_runner: add t.assert.fileSnapshot() (Colin Ihrig) #​56459
  • [926cf84e95] - (SEMVER-MINOR) test_runner: add assert.register() API (Colin Ihrig) #​56434
  • [c658a8afdf] - (SEMVER-MINOR) worker: add eval ts input (Marco Ippolito) #​56394
Commits

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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 added the dependencies Pull requests that update a dependency file label Dec 30, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 385a57d to e526e70 Compare January 8, 2025 04:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5d469e6 to fd437b9 Compare January 20, 2025 21:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f3e000a to 9b78d22 Compare January 26, 2025 08:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7d12e1a to 47d5f89 Compare February 7, 2025 18:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 130ca41 to 59f23ec Compare February 13, 2025 12:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 31e9bf7 to e1be4b7 Compare February 24, 2025 13:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e1be4b7 to 1751910 Compare February 24, 2025 19:54
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