Skip to content
This repository was archived by the owner on Sep 13, 2025. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 28, 2023

This PR contains the following updates:

Package Change Age Confidence
cron 2.1.0 -> 2.4.4 age confidence
dayjs (source) 1.11.7 -> 1.11.18 age confidence
dotenv 16.0.3 -> 16.6.1 age confidence
http-status-codes 2.2.0 -> 2.3.0 age confidence
js-base64 3.7.3 -> 3.7.8 age confidence
module-alias 2.2.2 -> 2.2.3 age confidence

Release Notes

kelektiv/node-cron (cron)

v2.4.4

Compare Source

🐛 Bug Fixes

v2.4.3

Compare Source

🐛 Bug Fixes
🚨 Tests

v2.4.2

Compare Source

🛠 Builds
  • deps: update dependency luxon to ~3.7.0 (db69c74)
♻️ Chores

v2.4.1

Compare Source

🐛 Bug Fixes
♻️ Chores
  • action: update actions/setup-node action to v4.3.0 (e70709f)
  • action: update actions/upload-artifact action to v4.6.1 (06ed76c)
  • action: update actions/upload-artifact action to v4.6.2 (69ea222)
  • action: update github/codeql-action action to v3.28.10 (1d14a08)
  • action: update github/codeql-action action to v3.28.11 (cd28d4f)
  • action: update github/codeql-action action to v3.28.13 (154f885)
  • action: update ossf/scorecard-action action to v2.4.1 (6a4ec39)
  • deps: lock file maintenance (6742c01)
  • deps: lock file maintenance (a97cdb1)
  • deps: lock file maintenance (c585973)
  • deps: lock file maintenance (e156aa7)
  • deps: update dependency @​commitlint/cli to v19.8.0 (3984884)
  • deps: update dependency @​eslint/js to v9.22.0 (7415480)
  • deps: update dependency @​eslint/js to v9.23.0 (00fc7ed)
  • deps: update dependency @​fast-check/jest to v2.1.0 (a9a8608)
  • deps: update dependency @​types/node to v22.13.11 (38cf6a6)
  • deps: update dependency @​types/node to v22.13.5 (a746320)
  • deps: update dependency @​types/node to v22.13.9 (4ac339f)
  • deps: update dependency lint-staged to v15.5.0 (5efb27f)
  • deps: update dependency prettier to v3.5.3 (d8f2456)
  • deps: update dependency sinon to v19.0.4 (5144f4d)
  • deps: update dependency ts-jest to v29.2.6 (3625528)
  • deps: update dependency typescript to v5.8.2 (4ef66e8)
  • deps: update linters (ecbe916)
  • deps: update node.js to v23.10.0 (#​970) (6775fff)
  • deps: update tests (5d5e555)

v2.4.0

Compare Source

🛠 Builds
  • typescript: add missing "types" property to package.json (#​908) (1953c97)
📚 Documentation
  • Add .nvmrc with recommended Node version for development (#​904) (91848e9)
⚙️ Continuous Integrations
  • action: update github/codeql-action action to v3.27.0 (#​866) (a6dd871)
  • action: update ossf/scorecard-action action to v2.4.0 (#​883) (e0880a1)
♻️ Chores

v2.3.1

Compare Source

🐛 Bug Fixes
⚙️ Continuous Integrations
  • action: update actions/checkout action to v4 (#​755) (d0d70c6)
  • action: update github/codeql-action action to v2.22.4 (#​752) (04454c3)
  • action: update github/codeql-action action to v2.22.5 (#​758) (2dff183)
  • action: update ossf/scorecard-action action to v2.3.1 (#​754) (41d21f1)
♻️ Chores

v2.3.0

Compare Source

Fixed
  • Some small bugs
Changed
  • Refactored get next date function

v2.2.0

Compare Source

Changed
  • Updated Luxon dependency
  • Updated unit tests to be compatible with new Luxon version
iamkun/dayjs (dayjs)

v1.11.18

Compare Source

v1.11.17

Compare Source

Bug Fixes

v1.11.16

Compare Source

v1.11.15

Compare Source

v1.11.14

Compare Source

Bug Fixes
  • .utcOffset(0, true) result and its clone are different bug (#​2505) (fefdcd4)

v1.11.13

Compare Source

Bug Fixes
  • customParseFormat supports Q quter / w ww weekOfYear (#​2705) (8ca74f1)

v1.11.12

Compare Source

Bug Fixes

v1.11.11

Compare Source

Bug Fixes

v1.11.10

Compare Source

Bug Fixes

v1.11.9

Compare Source

Bug Fixes

v1.11.8

Compare Source

Bug Fixes
motdotla/dotenv (dotenv)

v16.6.1

Compare Source

Changed
  • Default quiet to true – hiding the runtime log message (#​874)
  • NOTICE: 17.0.0 will be released with quiet defaulting to false. Use config({ quiet: true }) to suppress.
  • And check out the new dotenvx. As coding workflows evolve and agents increasingly handle secrets, encrypted .env files offer a much safer way to deploy both agents and code together with secure secrets. Simply switch require('dotenv').config() for require('@​dotenvx/dotenvx').config().

v16.6.0

Compare Source

Added
  • Default log helpful message [[email protected]] injecting env (1) from .env (#​870)
  • Use { quiet: true } to suppress
  • Aligns dotenv more closely with dotenvx.

v16.5.0

Compare Source

Added
  • 🎉 Added new sponsor Graphite - the AI developer productivity platform helping teams on GitHub ship higher quality software, faster.

[!TIP]
Become a sponsor

The dotenvx README is viewed thousands of times DAILY on GitHub and NPM.
Sponsoring dotenv is a great way to get in front of developers and give back to the developer community at the same time.

Changed
  • Remove _log method. Use _debug #​862

v16.4.7

Compare Source

Changed
  • Ignore .tap folder when publishing. (oops, sorry about that everyone. - @​motdotla) #​848

v16.4.6

Compare Source

Changed
  • Clean up stale dev dependencies #​847
  • Various README updates clarifying usage and alternative solutions using dotenvx

v16.4.5

Compare Source

Changed
  • 🐞 Fix recent regression when using path option. return to historical behavior: do not attempt to auto find .env if path set. (regression was introduced in 16.4.3) #​814

v16.4.4

Compare Source

Changed
  • 🐞 Replaced chaining operator ?. with old school && (fixing node 12 failures) #​812

v16.4.3

Compare Source

Changed
  • 🐞 Fix recent regression when using path option. return to historical behavior: do not attempt to auto find .env if path set. (regression was introduced in 16.4.3) #​814

v16.4.2

Compare Source

Changed

v16.4.1

Compare Source

  • Patch support for array as path option #​797

v16.4.0

Compare Source

  • Add error.code to error messages around .env.vault decryption handling #​795
  • Add ability to find .env.vault file when filename(s) passed as an array #​784

v16.3.2

Compare Source

Added
  • Add debug message when no encoding set #​735
Changed
  • Fix output typing for populate #​792
  • Use subarray instead of slice #​793

v16.3.1

Compare Source

Added
  • Add missing type definitions for processEnv and DOTENV_KEY options. #​756

v16.3.0

Compare Source

Added
  • Optionally pass DOTENV_KEY to options rather than relying on process.env.DOTENV_KEY. Defaults to process.env.DOTENV_KEY #​754

v16.2.0

Compare Source

Added
  • Optionally write to your own target object rather than process.env. Defaults to process.env. #​753
  • Add import type URL to types file #​751

v16.1.4

Compare Source

Added
  • Added .github/ to .npmignore #​747

v16.1.3

Compare Source

Removed
  • Removed browser keys for path, os, and crypto in package.json. These were set to false incorrectly as of 16.1. Instead, if using dotenv on the front-end make sure to include polyfills for path, os, and crypto. node-polyfill-webpack-plugin provides these.

v16.1.2

Compare Source

Changed
  • Exposed private function _configDotenv as configDotenv. #​744

v16.1.1

Compare Source

Added
  • Added type definition for decrypt function
Changed
  • Fixed {crypto: false} in packageJson.browser

v16.1.0

Compare Source

Added
  • Add populate convenience method #​733
  • Accept URL as path option #​720
  • Add dotenv to npm fund command
  • Spanish language README #​698
  • Add .env.vault support. 🎉 (#​730)

ℹ️ .env.vault extends the .env file format standard with a localized encrypted vault file. Package it securely with your production code deploys. It's cloud agnostic so that you can deploy your secrets anywhere – without risky third-party integrations. read more

Changed
  • Fixed "cannot resolve 'fs'" error on tools like Replit #​693
prettymuchbryce/http-status-codes (http-status-codes)

v2.3.0: http-status-codes 2.3.0

Compare Source

dankogai/js-base64 (js-base64)

v3.7.8

Compare Source

v3.7.7

Compare Source

v3.7.6

Compare Source

v3.7.5

Compare Source

v3.7.4

Compare Source

ilearnio/module-alias (module-alias)

v2.2.3

Compare Source


Configuration

📅 Schedule: Branch creation - "on Sunday" in timezone Europe/Warsaw, 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 renovate Renovate label utilities Renovate label labels May 28, 2023
@renovate renovate bot force-pushed the renovate/utilities branch 7 times, most recently from 82c05ae to 638dab1 Compare June 4, 2023 18:22
@renovate renovate bot force-pushed the renovate/utilities branch 3 times, most recently from 74db76a to 74b6601 Compare June 17, 2023 18:52
@renovate renovate bot force-pushed the renovate/utilities branch from 74b6601 to b8530c0 Compare July 1, 2023 05:09
@renovate renovate bot force-pushed the renovate/utilities branch from b8530c0 to 2698d3f Compare July 24, 2023 18:59
@renovate renovate bot force-pushed the renovate/utilities branch from 2698d3f to 5ab5bc5 Compare August 14, 2023 22:41
@renovate renovate bot force-pushed the renovate/utilities branch from 5ab5bc5 to 2943ec4 Compare August 26, 2023 16:53
@renovate renovate bot force-pushed the renovate/utilities branch from 2943ec4 to 14cdc26 Compare September 19, 2023 15:37
@renovate renovate bot force-pushed the renovate/utilities branch from 14cdc26 to 7905162 Compare October 1, 2023 17:57
@renovate renovate bot force-pushed the renovate/utilities branch 4 times, most recently from dc73b3c to dabd8e6 Compare January 24, 2024 19:26
@renovate renovate bot force-pushed the renovate/utilities branch 3 times, most recently from 62196d7 to 0ac640a Compare February 13, 2024 18:06
@renovate renovate bot force-pushed the renovate/utilities branch 2 times, most recently from 5aa99cb to 1937502 Compare February 21, 2024 15:58
@renovate renovate bot force-pushed the renovate/utilities branch from 1937502 to 5c2d598 Compare April 28, 2024 14:06
@renovate renovate bot force-pushed the renovate/utilities branch from 5c2d598 to 086b3af Compare July 18, 2024 17:04
@renovate renovate bot force-pushed the renovate/utilities branch from 086b3af to 5caa831 Compare August 20, 2024 17:29
@renovate renovate bot force-pushed the renovate/utilities branch 2 times, most recently from 3b796cb to 360edf6 Compare December 3, 2024 20:13
@renovate renovate bot force-pushed the renovate/utilities branch from 360edf6 to 7295188 Compare April 10, 2025 22:42
@renovate renovate bot force-pushed the renovate/utilities branch 2 times, most recently from bbd6172 to d3dba76 Compare June 27, 2025 19:59
@renovate renovate bot force-pushed the renovate/utilities branch from d3dba76 to ee8c0f3 Compare August 11, 2025 08:52
@renovate renovate bot force-pushed the renovate/utilities branch 2 times, most recently from 73bec61 to dc5110a Compare August 28, 2025 05:49
@renovate renovate bot force-pushed the renovate/utilities branch from dc5110a to 014e300 Compare August 31, 2025 09:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

renovate Renovate label utilities Renovate label

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant