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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps js-yaml from 3.14.1 to 3.14.2.

Changelog

Sourced from js-yaml's changelog.

[3.14.2] - 2025-11-15

Security

  • Backported v4.1.1 fix to v3

[4.1.1] - 2025-11-12

Security

  • Fix prototype pollution issue in yaml merge (<<) operator.

[4.1.0] - 2021-04-15

Added

  • Types are now exported as yaml.types.XXX.
  • Every type now has options property with original arguments kept as they were (see yaml.types.int.options as an example).

Changed

  • Schema.extend() now keeps old type order in case of conflicts (e.g. Schema.extend([ a, b, c ]).extend([ b, a, d ]) is now ordered as abcd instead of cbad).

[4.0.0] - 2021-01-03

Changed

  • Check migration guide to see details for all breaking changes.
  • Breaking: "unsafe" tags !!js/function, !!js/regexp, !!js/undefined are moved to js-yaml-js-types package.
  • Breaking: removed safe* functions. Use load, loadAll, dump instead which are all now safe by default.
  • yaml.DEFAULT_SAFE_SCHEMA and yaml.DEFAULT_FULL_SCHEMA are removed, use yaml.DEFAULT_SCHEMA instead.
  • yaml.Schema.create(schema, tags) is removed, use schema.extend(tags) instead.
  • !!binary now always mapped to Uint8Array on load.
  • Reduced nesting of /lib folder.
  • Parse numbers according to YAML 1.2 instead of YAML 1.1 (01234 is now decimal, 0o1234 is octal, 1:23 is parsed as string instead of base60).
  • dump() no longer quotes :, [, ], (, ) except when necessary, #470, #557.
  • Line and column in exceptions are now formatted as (X:Y) instead of at line X, column Y (also present in compact format), #332.
  • Code snippet created in exceptions now contains multiple lines with line numbers.
  • dump() now serializes undefined as null in collections and removes keys with undefined in mappings, #571.
  • dump() with skipInvalid=true now serializes invalid items in collections as null.
  • Custom tags starting with ! are now dumped as !tag instead of !<!tag>, #576.
  • Custom tags starting with tag:yaml.org,2002: are now shorthanded using !!, #258.

Added

  • Added .mjs (es modules) support.
  • Added quotingType and forceQuotes options for dumper to configure string literal style, #290, #529.
  • Added styles: { '!!null': 'empty' } option for dumper (serializes { foo: null } as "foo: "), #570.

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

meabed and others added 30 commits December 4, 2021 00:13
chore(deps): pin dependency should to 13.2.3
Bumps [pretty-quick](https://github.com/azz/pretty-quick) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/azz/pretty-quick/releases)
- [Commits](prettier/pretty-quick@v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: pretty-quick
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
meabed and others added 22 commits August 26, 2025 14:29
…516)

* chore(deps): update dependency eslint to v9.34.0 (#512)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency typescript-eslint to v8.41.0 (#513)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): move @types/psl to devDependencies and update typescript-eslint to v8.41.0

- Moved @types/psl from dependencies (likely to devDependencies)
- Updated typescript-eslint from v8.40.0 to v8.41.0

* Release 2.2.1

- Moved @types/psl from dependencies to optimize bundle size
- Updated typescript-eslint to v8.41.0

* Release 2.2.2-develop.0

* docs: update CHANGELOG.md for v2.2.1 release

Document dependency updates and package optimizations

* feat: add name detection and domain suggestion with Biome migration

Major Features:
- Name detection from email addresses with confidence scoring
- Domain typo detection and suggestions with 70+ common domains
- Smart caching for domain suggestions (24h TTL)
- Migration from ESLint/Prettier to Biome for better performance

Technical Improvements:
- Enhanced TypeScript interfaces for new features
- Backward compatible API with optional feature flags
- String similarity algorithm for accurate domain matching
- Performance optimized with LRU caching
- Comprehensive test coverage (129 tests passing)

Breaking Changes: None (fully backward compatible)

Details:
- detectName parameter for email verification functions
- suggestDomain parameter with customizable domain lists
- Support for custom detection/suggestion methods
- New exports for standalone utility functions
- Updated all Node.js imports to use node: protocol
- Removed ESLint/Prettier in favor of Biome

* Release 2.3.0-develop.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dev.me Team <support@dev.me>
* chore(deps): update dependency eslint to v9.34.0 (#512)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency typescript-eslint to v8.41.0 (#513)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): move @types/psl to devDependencies and update typescript-eslint to v8.41.0

- Moved @types/psl from dependencies (likely to devDependencies)
- Updated typescript-eslint from v8.40.0 to v8.41.0

* Release 2.2.1

- Moved @types/psl from dependencies to optimize bundle size
- Updated typescript-eslint to v8.41.0

* Release 2.2.2-develop.0

* docs: update CHANGELOG.md for v2.2.1 release

Document dependency updates and package optimizations

* feat: add name detection and domain suggestion with Biome migration

Major Features:
- Name detection from email addresses with confidence scoring
- Domain typo detection and suggestions with 70+ common domains
- Smart caching for domain suggestions (24h TTL)
- Migration from ESLint/Prettier to Biome for better performance

Technical Improvements:
- Enhanced TypeScript interfaces for new features
- Backward compatible API with optional feature flags
- String similarity algorithm for accurate domain matching
- Performance optimized with LRU caching
- Comprehensive test coverage (129 tests passing)

Breaking Changes: None (fully backward compatible)

Details:
- detectName parameter for email verification functions
- suggestDomain parameter with customizable domain lists
- Support for custom detection/suggestion methods
- New exports for standalone utility functions
- Updated all Node.js imports to use node: protocol
- Removed ESLint/Prettier in favor of Biome

* Release 2.3.0-develop.0

* feat: add WHOIS domain information functions

Add getDomainAge() and getDomainRegistrationStatus() functions to retrieve domain information via WHOIS lookups.

Features:
- getDomainAge(): Retrieves domain creation date, age in days/years, expiration and update dates
- getDomainRegistrationStatus(): Checks registration status, registrar, name servers, expiration, and lock status
- Support for 50+ TLDs with specific WHOIS servers
- Automatic WHOIS server discovery for unknown TLDs
- Intelligent parsing of various WHOIS response formats
- 1-hour caching for performance optimization
- Timeout support with graceful error handling
- Domain extraction from email addresses and URLs

Testing:
- Added comprehensive test suite with 19 tests
- Integration tests with real WHOIS servers
- Edge case handling and timeout scenarios

Documentation:
- Updated README with detailed API documentation
- Added TypeScript interfaces for WHOIS data structures
- Updated CHANGELOG for v2.4.0 release

* Release 2.4.0-develop.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dev.me Team <support@dev.me>
* chore(deps): update dependency eslint to v9.34.0 (#512)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency typescript-eslint to v8.41.0 (#513)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): move @types/psl to devDependencies and update typescript-eslint to v8.41.0

- Moved @types/psl from dependencies (likely to devDependencies)
- Updated typescript-eslint from v8.40.0 to v8.41.0

* Release 2.2.1

- Moved @types/psl from dependencies to optimize bundle size
- Updated typescript-eslint to v8.41.0

* Release 2.2.2-develop.0

* docs: update CHANGELOG.md for v2.2.1 release

Document dependency updates and package optimizations

* feat: add name detection and domain suggestion with Biome migration

Major Features:
- Name detection from email addresses with confidence scoring
- Domain typo detection and suggestions with 70+ common domains
- Smart caching for domain suggestions (24h TTL)
- Migration from ESLint/Prettier to Biome for better performance

Technical Improvements:
- Enhanced TypeScript interfaces for new features
- Backward compatible API with optional feature flags
- String similarity algorithm for accurate domain matching
- Performance optimized with LRU caching
- Comprehensive test coverage (129 tests passing)

Breaking Changes: None (fully backward compatible)

Details:
- detectName parameter for email verification functions
- suggestDomain parameter with customizable domain lists
- Support for custom detection/suggestion methods
- New exports for standalone utility functions
- Updated all Node.js imports to use node: protocol
- Removed ESLint/Prettier in favor of Biome

* Release 2.3.0-develop.0

* feat: add WHOIS domain information functions

Add getDomainAge() and getDomainRegistrationStatus() functions to retrieve domain information via WHOIS lookups.

Features:
- getDomainAge(): Retrieves domain creation date, age in days/years, expiration and update dates
- getDomainRegistrationStatus(): Checks registration status, registrar, name servers, expiration, and lock status
- Support for 50+ TLDs with specific WHOIS servers
- Automatic WHOIS server discovery for unknown TLDs
- Intelligent parsing of various WHOIS response formats
- 1-hour caching for performance optimization
- Timeout support with graceful error handling
- Domain extraction from email addresses and URLs

Testing:
- Added comprehensive test suite with 19 tests
- Integration tests with real WHOIS servers
- Edge case handling and timeout scenarios

Documentation:
- Updated README with detailed API documentation
- Added TypeScript interfaces for WHOIS data structures
- Updated CHANGELOG for v2.4.0 release

* refactor: enhance WHOIS parsing with comprehensive TLD support

- Replace simple WHOIS parser with comprehensive parser supporting 30+ TLDs
- Add TLD-specific regex patterns for better parsing accuracy
- Convert from luxon to native JavaScript Date parsing
- Add support for domain age and registration status in main verification methods
- Add checkDomainAge and checkDomainRegistration options to verifyEmail methods
- Improve date parsing for various WHOIS date formats
- Better handling of domain availability detection
- Enhanced error handling for rate limiting
- Fix linting issues and improve type safety

* refactor: use psl isValid for domain validation in WHOIS functions

- Replace manual domain validation with psl.isValid() for consistency
- Use the same validation method as email domain validation
- Fix TypeScript type assertion for whoisCache
- Fix non-null assertion warning in verifyEmailDetailed
- Ensures consistent domain validation across the entire codebase

* docs: update documentation for PSL domain validation

- Add changelog entry for v2.4.1 with validation improvements
- Document PSL (Public Suffix List) usage in WHOIS functions
- Add note about domain validation requirements in README
- Clarify that invalid domains return null

* Release 2.5.0-develop.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dev.me Team <support@dev.me>
…519)

* feat: enhance name detection for composite and alphanumeric patterns

- Add support for alphanumeric composite names (e.g., mo1.test2)
- Implement smart number handling in email addresses
- Add contextual suffix recognition (dev, company, sales, years)
- Enhance multi-part name parsing for complex email structures
- Improve confidence scoring based on pattern complexity
- Add comprehensive test coverage (212 test cases)

The enhanced name detection now handles:
- Composite alphanumeric patterns with appropriate confidence scoring
- Intelligent extraction of base names from numeric suffixes
- Recognition of common contextual suffixes for filtering
- Complex multi-part email structures with various separators

All changes are backward compatible with no breaking changes.

* chore: remove release notes markdown file
* feat: improve name detection with intelligent number stripping

Enhanced the name detection algorithm to be more robust and smarter when handling numbers and special characters in email addresses. The algorithm now intelligently strips numbers from names while preserving valid name parts.

Key improvements:
- Intelligently strips numbers from patterns like "john1.due2" → "John Due"
- Multiple cleaning strategies: removes all numbers, trailing numbers, or leading numbers based on context
- Smart fallback logic: keeps original when stripping would result in too-short names
- Correctly handles reserved words (admin, support, etc.) even after number stripping
- Maintains backward compatibility with confidence scoring

Examples:
- john1.due2@example.com → John Due (85% confidence)
- mary123.smith456@example.com → Mary Smith (85% confidence)
- 2john.smith@example.com → John Smith (85% confidence)
- a1.b2@example.com → A1 B2 (keeps original as cleaned would be too short)

All 164 tests pass with no regressions.

* Release 2.7.0-develop.0

---------

Co-authored-by: DEV.ME Team <support@dev.me>
#521)

Enhanced name detection to properly handle patterns like j7.d2, extracting single letters as valid names when they appear with numbers. This improvement allows the detector to correctly parse email addresses with single-letter initials combined with numbers.

- Modified parseCompositeNamePart to accept single letters after number removal
- Added allowSingleLetter parameter to isLikelyName function
- Updated test cases to verify j7.d2 pattern correctly extracts 'J' and 'D'
* feat: enhance name detection with comprehensive improvements

- Added extensive international name databases (500+ names from multiple cultures)
- Implemented intelligent name capitalization for special patterns (O'Neil, MacDonald, hyphenated names)
- Added CamelCase and PascalCase pattern detection
- Implemented leetspeak conversion (j0hn -> john, 3ric -> eric)
- Added year suffix removal (john2024 -> john)
- Enhanced confidence scoring with multi-factor calculation
- Improved name order detection based on known first/last name databases
- Added support for titles and honorifics
- Better handling of single-letter initials from alphanumeric patterns
- Added 200+ new test cases covering all enhanced functionality
- Performance optimized with fast lookups despite large name database

BREAKING CHANGE: Some confidence scores have changed due to improved algorithm

* fix: update test expectations to match enhanced name detection behavior

- Fixed test expectations for names with preserved input case (MacDonald, McCarthy)
- Updated confidence score expectations to match improved algorithm
- Corrected name order detection expectations based on known name databases
- Fixed title handling test expectations (doctor.smith not reversed)
- Adjusted single letter initial confidence thresholds
- All 62 tests now passing

* Release 3.0.0-develop.0

* chore: update

---------

Co-authored-by: DEV.ME Team <support@dev.me>
# [2.9.0](v2.8.0...v2.9.0) (2025-08-27)

### Features

* enhance name detection with comprehensive improvements ([#522](#522)) ([d540c0b](d540c0b))

### BREAKING CHANGES

* Some confidence scores have changed due to improved algorithm

* fix: update test expectations to match enhanced name detection behavior

- Fixed test expectations for names with preserved input case (MacDonald, McCarthy)
- Updated confidence score expectations to match improved algorithm
- Corrected name order detection expectations based on known name databases
- Fixed title handling test expectations (doctor.smith not reversed)
- Adjusted single letter initial confidence thresholds
- All 62 tests now passing

* Release 3.0.0-develop.0

* chore: update
* chore: update deps

* chore: update readme

---------

Co-authored-by: DEV.ME Team <support@dev.me>
… AWS Lambda, Cloudflare, Vercel, and Deno (#525)

* chore: update deps

* chore: update readme

* chore: update ci

* feat: Add comprehensive serverless support (#524)

* feat: add comprehensive serverless support for edge computing platforms

- Add serverless core implementation without Node.js dependencies
- Add platform adapters for AWS Lambda, Vercel Edge, and Cloudflare Workers
- Add EdgeCache implementation for platform-agnostic caching
- Add support for batch email validation in serverless environments
- Add comprehensive serverless documentation
- Add examples for all major serverless platforms
- Add tests for serverless core functionality
- Configure TypeScript and Rollup build for serverless modules
- Update package.json with serverless exports and Rollup dependencies
- Use full unminified JSON databases as requested

* build: add main Rollup configuration for ES module builds

- Add rollup.config.js for building both CJS and ESM formats
- Update package.json with module field pointing to ESM build
- Configure Rollup with TypeScript, JSON, and CommonJS plugins
- Update build scripts to use Rollup for main build

* build: convert rollup configs to .cjs with dynamic imports

- Rename rollup.config.js to rollup.config.cjs
- Rename rollup.config.serverless.js to rollup.config.serverless.cjs
- Convert require() statements to dynamic import() syntax
- Use async IIFE pattern for CommonJS compatibility
- Add rollup-plugin-esbuild for consistent TypeScript compilation
- Remove deprecated tsconfig.serverless.json
- Update package.json build scripts to reference .cjs files
- Fix serverless tests to use valid-domain.org instead of example.com
- Add biome lint rule exception for callback returns
- Update dependencies: esbuild, rollup-plugin-esbuild, tslib

* refactor: simplify rollup configs to use require() syntax

- Replace async IIFE with direct module.exports
- Use standard require() for all plugins instead of dynamic imports
- Simplify configuration structure for better readability
- Maintain same build output and functionality

* ci: add release information to GitHub Actions job summaries

- Add release version and tag extraction from semantic-release output
- Create detailed job summaries with release information
- Include NPM package and GitHub release links
- Add build metadata (workflow, run ID, actor, event)
- Show PR information when triggered by pull requests
- Different summaries for release vs CI workflows
- Helpful messages when no release is created

* fix: Update serverless adapter examples and improve type safety

- Enhanced Deno Deploy example with better error handling and validation
- Fixed type annotations in AWS Lambda and Cloudflare adapters
- Improved code formatting and consistency across serverless implementations

* fix: update npm downloads badge to use correct package name

- Changed badge URL from email-validator-js to @devmehq/email-validator-js
- Ensures accurate download statistics display

* fix: ensure JSON data files are bundled in dist directory

- Updated build script to copy disposable and free email provider JSON files to dist
- Ensures JSON files are included in published npm package
- Files are now accessible in production builds

---------

Co-authored-by: DEV.ME Team <support@dev.me>
# [2.10.0](v2.9.0...v2.10.0) (2025-08-28)

### Features

* add comprehensive serverless platform support with adapters for AWS Lambda, Cloudflare, Vercel, and Deno ([#525](#525)) ([59c2750](59c2750)), closes [#524](#524)
* chore: update release configuration and documentation

- Add new release configuration files (.releaserc.json, .commitlintrc.json, .czrc)
- Update CI/CD workflows for improved release process
- Reorganize documentation structure (move SERVERLESS.md to root)
- Add RELEASE_PROCESS.md documentation
- Update package.json and remove old release.config.js

* chore: switch from semantic-release to release-it

- Replace semantic-release with release-it for more control
- Add release-it configuration for production releases
- Add separate beta configuration for develop branch
- Update GitHub workflows to use release-it
- Add multiple release scripts (release, release:beta, release:ci, release:dry)
- Update documentation to reflect release-it process
- Support interactive and CI release modes

* chore: update build

* chore: switch to semantic-release with best practices configuration

- Remove release-it configuration files
- Add comprehensive semantic-release configuration with best practices:
  - Multi-branch support with version patterns
  - Granular release rules (docs, chore, build only release with specific scopes)
  - Emoji sections in changelog for better readability
  - Conventional commits preset with custom configuration
  - Proper handling of breaking changes
- Update GitHub workflows for semantic-release
- Update package.json scripts for semantic-release
- Update documentation to reflect semantic-release process
- Configure automated versioning based on commit types

* chore: configure semantic-release to only tag and publish (no commits)

- Remove @semantic-release/changelog plugin (no CHANGELOG.md commits)
- Remove @semantic-release/git plugin (no release commits)
- Keep only tagging and NPM publishing functionality
- Update documentation to reflect no file commits during release
- Cleaner git history without automated release commits

* chore: remove tarballDir option from npm plugin config

* chore: update build

* fix: add serverless adapter tests and fix export issues

- Add comprehensive test suites for AWS Lambda and Vercel adapters
- Fix missing handler exports in both serverless adapters
- Add @types/aws-lambda dependency for TypeScript support
- Update CHANGELOG with serverless features documentation
- Fix linting issues with type annotations
- All tests now passing (241 tests across 15 suites)

* chore: update build

* chore: update build

* chore: update build

* docs: update CHANGELOG for v2.10.1

- Document bug fixes for serverless adapters
- Note addition of comprehensive test suites
- Record TypeScript improvements and dependencies

* build: bundle string-similarity-js in serverless builds

- Remove string-similarity-js from external dependencies
- Bundle all npm dependencies for serverless environments
- Keep only Node.js built-in modules as external
- Ensures serverless functions work without external dependencies

* test: add whois parsing tests for various domain extensions

- Add test data for .org domains (google.org, wikipedia.org)
- Add test data for .co.uk domain (bbc.co.uk)
- Add test data for .ca domain (amazon.ca)
- Include real whois data from command line queries
- Handle different whois formats across registries
- Note: Some fields not parsed for UK domains due to different format
* chore: update build

* chore: force new release

* chore: update build

* chore: update build
…arations (#528)

* chore: update build

* chore: force new release

* chore: update build

* chore: update build

* chore: update pkgs

* feat: replace Rollup with Rolldown for faster builds

- Migrated from Rollup to Rolldown bundler for improved build performance
- Created new Rolldown configuration files (rolldown.config.mjs, rolldown.config.serverless.mjs)
- Added TypeScript declaration generation script (scripts/build-declarations.mjs)
- Updated package.json build scripts and export paths
- Removed all Rollup dependencies and configuration files
- Build time improved significantly (~880ms with Rolldown)
- All tests passing, functionality preserved

BREAKING CHANGE: None - all exports and functionality remain the same

* refactor: improve type inference and reduce redundant type declarations

- Remove duplicate types.d.ts file
- Use type inference for function return types where possible
- Remove explicit type declarations for arrays
- Keep Record<string, T> for objects used with dynamic string keys
- All tests passing with improved type safety

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Revert "feat: replace Rollup with Rolldown for faster builds"

This reverts commit 1decd54.

* chore: update pkgs

* docs: update README and CHANGELOG with recent changes

- Document v2.10.2 release with build system and TypeScript improvements
- Add Rollup build system details to README
- Document type inference enhancements and redundant type removal
- Update build scripts documentation with typecheck command
- Add build optimization section highlighting improvements

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore: update pkgs

* chore(deps): update actions/setup-node action to v5 (#531)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @biomejs/biome to v2.2.3 (#532)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency rollup to v4.50.1 (#533)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @biomejs/biome to v2.2.4 (#534)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/node to v24.3.3 (#535)

* chore(deps): update dependency @types/node to v24.4.0 (#536)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

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

* chore(deps): update dependency @types/node to v24.5.1 (#538)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency esbuild to v0.25.10 (#539)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/node to v24.5.2 (#540)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency ts-jest to v29.4.3 (#541)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency lint-staged to v16.2.0 (#543)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency rollup to v4.52.2 (#544)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency lint-staged to v16.2.1 (#545)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency rollup to v4.52.3 (#546)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

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

* chore(deps): update dependency @types/node to v24.6.0 (#548)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/node to v24.6.2 (#550)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @biomejs/biome to v2.2.5 (#551)

* chore(deps): update dependency rollup to v4.52.4 (#552)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/aws-lambda to v8.10.155 (#553)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @rollup/plugin-node-resolve to v16.0.2 (#554)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/node to v24.7.0 (#555)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/node to v24.7.1 (#556)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency ts-jest to v29.4.5 (#557)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency lint-staged to v16.2.4 (#558)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/node to v24.7.2 (#559)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @rollup/plugin-node-resolve to v16.0.3 (#560)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @biomejs/biome to v2.2.6 (#561)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update actions/setup-node action to v6 (#562)

* chore(deps): update dependency @rollup/plugin-commonjs to v28.0.7 (#563)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency esbuild to v0.25.11 (#564)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/aws-lambda to v8.10.156 (#565)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @rollup/plugin-commonjs to v28.0.8 (#566)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/node to v24.8.0 (#567)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/node to v24.8.1 (#568)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency rollup to v4.52.5 (#569)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @rollup/plugin-typescript to v12.3.0 (#572)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @biomejs/biome to v2.3.1 (#574)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency esbuild to v0.25.12 (#577)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @biomejs/biome to v2.3.4 (#579)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency rollup to v4.53.1 (#580)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency esbuild to ^0.26.0 (#581)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency esbuild to ^0.27.0 (#582)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency rollup to v4.53.2 (#583)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @biomejs/biome to v2.3.5 (#584)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: update code

* chore: update readme

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@3.14.1...3.14.2)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 3.14.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies javascript Pull requests that update javascript code labels Nov 17, 2025
@meabed meabed closed this Nov 22, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 22, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/js-yaml-3.14.2 branch November 22, 2025 08:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants