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

Bump the npm-minor-upgrades group with 6 updates #514

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2024

Bumps the npm-minor-upgrades group with 6 updates:

Package From To
@11ty/eleventy-img 4.0.1 4.0.2
core-js 3.35.1 3.36.0
dotenv 16.4.2 16.4.4
eslint-plugin-jest 27.6.3 27.9.0
rollup 4.10.0 4.12.0
sass 1.70.0 1.71.0

Updates @11ty/eleventy-img from 4.0.1 to 4.0.2

Commits

Updates core-js from 3.35.1 to 3.36.0

Changelog

Sourced from core-js's changelog.

3.36.0 - 2024.02.14
Commits
  • 77123c4 3.36.0
  • a3d51ed fix dependencies loading for modules from ArrayBuffer.prototype.transfer an...
  • b90f2f5 add an entry point for the new TC39 proposals stage - core-js/stage/2.7 - s...
  • 5e68a01 move Uint8Array to / from base64 and hex proposal to stage 3
  • 4c51d71 move ArrayBuffer.prototype.transfer and friends to stable ES
  • 3348b1a move Promise.try to stage 2
  • e7f6af0 use a constant as a error message
  • b36ca26 Merge pull request #1328 from minseok-choe/fix/issue-flat, close #1327
  • 661eab7 add debugging info in some missed cases
  • 96da3a4 Add missed check in array-reduce.js
  • Additional commits viewable in compare view

Updates dotenv from 16.4.2 to 16.4.4

Changelog

Sourced from dotenv's changelog.

16.4.4 (2024-02-13)

Changed

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

16.4.3 (2024-02-12)

Changed

  • Fixed processing of multiple files in options.path #805
Commits

Updates eslint-plugin-jest from 27.6.3 to 27.9.0

Release notes

Sourced from eslint-plugin-jest's releases.

v27.9.0

27.9.0 (2024-02-16)

Features

  • add should-be-fine support for flat configs (#1505) (4cc2a1b)

v27.8.0

27.8.0 (2024-02-13)

Features

v27.8.0-next.1

27.8.0-next.1 (2024-02-13)

Features

v27.7.0

27.7.0 (2024-02-13)

Features

  • allow [@typescript-eslint](https://github.com/typescript-eslint) v7 (#1500) (6be2928)
Changelog

Sourced from eslint-plugin-jest's changelog.

27.9.0 (2024-02-16)

Features

  • add should-be-fine support for flat configs (#1505) (4cc2a1b)

27.8.0 (2024-02-13)

Features

27.7.0 (2024-02-13)

Features

  • allow [@typescript-eslint](https://github.com/typescript-eslint) v7 (#1500) (6be2928)
Commits
  • d75ba30 chore(release): 27.9.0 [skip ci]
  • 4cc2a1b feat: add should-be-fine support for flat configs (#1505)
  • 14eafdd refactor: use types from @typescript-eslint/utils for snapshot processor (#...
  • 8fac5eb ci: don't test @typescript-eslint v7 against Node v19 (#1502)
  • 8557b08 chore(release): 27.8.0 [skip ci]
  • 9e9cf83 feat: support failing.each (#1499)
  • b100c13 chore(release): 27.7.0 [skip ci]
  • 6be2928 feat: allow @typescript-eslint v7 (#1500)
  • 196581a chore: format tsconfig.json (#1501)
  • 09e7b04 chore(deps): lock file maintenance
  • Additional commits viewable in compare view

Updates rollup from 4.10.0 to 4.12.0

Release notes

Sourced from rollup's releases.

v4.12.0

4.12.0

2024-02-16

Features

  • Improve raw bundling performance by 10-15% when not using the cache or plugins that return an AST (#5391)

Pull Requests

v4.11.0

4.11.0

2024-02-15

Features

  • Add output.reexportProtoFromExternal option to disable special code for handling __proto__ reexports (#5380)

Bug Fixes

  • Ensure namespace reexport code can be parsed by cjs-module-lexer (#5380)
  • Throw when trying to reassing const variables (#5388)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.12.0

2024-02-16

Features

  • Improve raw bundling performance by 10-15% when not using the cache or plugins that return an AST (#5391)

Pull Requests

4.11.0

2024-02-15

Features

  • Add output.reexportProtoFromExternal option to disable special code for handling __proto__ reexports (#5380)

Bug Fixes

  • Ensure namespace reexport code can be parsed by cjs-module-lexer (#5380)
  • Throw when trying to reassing const variables (#5388)

Pull Requests

Commits
  • 0146b84 4.12.0
  • 14c9662 Improve performance by directly constructing AST from buffer (#5391)
  • 5493159 chore(deps): lock file maintenance minor/patch updates (#5395)
  • 4d92403 chore(deps): update typescript-eslint monorepo to v7 (major) (#5394)
  • cae6935 chore(deps): update dependency eslint-plugin-unicorn to v51 (#5393)
  • 90ad652 4.11.0
  • d6fd383 Add const reassign rule (#5388)
  • f74d0a9 fix: separately export __proto__ for compatibility with CJS Transpiler Re-e...
  • See full diff in compare view

Updates sass from 1.70.0 to 1.71.0

Release notes

Sourced from sass's releases.

Dart Sass 1.71.0

To install Sass 1.71.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

For more information about pkg: importers, see the announcement on the Sass blog.

Command-Line Interface

  • Add a --pkg-importer flag to enable built-in pkg: importers. Currently this only supports the Node.js package resolution algorithm, via --pkg-importer=node. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss.

JavaScript API

  • Add a NodePackageImporter importer that can be passed to the importers option. This loads files using the pkg: URL scheme according to the Node.js package resolution algorithm. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single optional argument, which indicates the base directory to use when locating node_modules directories. It defaults to path.dirname(require.main.filename).

Dart API

  • Add a NodePackageImporter importer that can be passed to the importers option. This loads files using the pkg: URL scheme according to the Node.js package resolution algorithm. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single argument, which indicates the base directory to use when locating node_modules directories.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.71.0

For more information about pkg: importers, see the announcement on the Sass blog.

Command-Line Interface

  • Add a --pkg-importer flag to enable built-in pkg: importers. Currently this only supports the Node.js package resolution algorithm, via --pkg-importer=node. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss.

JavaScript API

  • Add a NodePackageImporter importer that can be passed to the importers option. This loads files using the pkg: URL scheme according to the Node.js package resolution algorithm. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single optional argument, which indicates the base directory to use when locating node_modules directories. It defaults to path.dirname(require.main.filename).

Dart API

  • Add a NodePackageImporter importer that can be passed to the importers option. This loads files using the pkg: URL scheme according to the Node.js package resolution algorithm. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single argument, which indicates the base directory to use when locating node_modules directories.
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-minor-upgrades group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@11ty/eleventy-img](https://github.com/11ty/eleventy-img) | `4.0.1` | `4.0.2` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.35.1` | `3.36.0` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.2` | `16.4.4` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `27.6.3` | `27.9.0` |
| [rollup](https://github.com/rollup/rollup) | `4.10.0` | `4.12.0` |
| [sass](https://github.com/sass/dart-sass) | `1.70.0` | `1.71.0` |


Updates `@11ty/eleventy-img` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/11ty/eleventy-img/releases)
- [Commits](11ty/eleventy-img@v4.0.1...v4.0.2)

Updates `core-js` from 3.35.1 to 3.36.0
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.36.0/packages/core-js)

Updates `dotenv` from 16.4.2 to 16.4.4
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.2...v16.4.4)

Updates `eslint-plugin-jest` from 27.6.3 to 27.9.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v27.6.3...v27.9.0)

Updates `rollup` from 4.10.0 to 4.12.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.10.0...v4.12.0)

Updates `sass` from 1.70.0 to 1.71.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.70.0...1.71.0)

---
updated-dependencies:
- dependency-name: "@11ty/eleventy-img"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-upgrades
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-upgrades
- dependency-name: dotenv
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-upgrades
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-upgrades
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-upgrades
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-upgrades
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 16, 2024
@jgerigmeyer jgerigmeyer changed the title [skip netlify] Bump the npm-minor-upgrades group with 6 updates Bump the npm-minor-upgrades group with 6 updates Feb 16, 2024
@jgerigmeyer jgerigmeyer merged commit 17df0ad into main Feb 16, 2024
9 of 10 checks passed
@jgerigmeyer jgerigmeyer deleted the dependabot/npm_and_yarn/npm-minor-upgrades-a500ac5413 branch February 16, 2024 20:23
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant