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 packages #6836

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

Update packages #6836

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/cli (source) 7.24.8 -> 7.25.7 age adoption passing confidence devDependencies minor
@babel/core (source) 7.25.2 -> 7.25.7 age adoption passing confidence devDependencies patch
@babel/eslint-parser (source) 7.25.1 -> 7.25.7 age adoption passing confidence devDependencies patch
@babel/node (source) 7.25.0 -> 7.25.7 age adoption passing confidence devDependencies patch
@babel/plugin-transform-modules-commonjs (source) 7.24.8 -> 7.25.7 age adoption passing confidence devDependencies minor
@babel/plugin-transform-runtime (source) 7.24.7 -> 7.25.7 age adoption passing confidence devDependencies minor
@babel/preset-env (source) 7.25.3 -> 7.25.7 age adoption passing confidence devDependencies patch
@babel/runtime (source) 7.25.0 -> 7.25.7 age adoption passing confidence devDependencies patch
@rollup/plugin-node-resolve (source) 15.2.3 -> 15.3.0 age adoption passing confidence devDependencies minor
babel-loader 9.1.3 -> 9.2.1 age adoption passing confidence devDependencies minor
cheerio (source) 1.0.0-rc.12 -> 1.0.0 age adoption passing confidence dependencies patch
codemirror 5.65.17 -> 5.65.18 age adoption passing confidence devDependencies patch
cookie 0.6.0 -> 0.7.1 age adoption passing confidence dependencies minor
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence devDependencies patch
express (source) 4.19.2 -> 4.21.0 age adoption passing confidence dependencies minor
golang 1.22 -> 1.23 age adoption passing confidence final minor
google-spreadsheet (source) 4.1.2 -> 4.1.4 age adoption passing confidence dependencies patch
jasmine (source) 5.2.0 -> 5.3.1 age adoption passing confidence devDependencies minor
jest-puppeteer (source) 10.0.1 -> 10.1.1 age adoption passing confidence devDependencies minor
mini-css-extract-plugin 2.9.0 -> 2.9.1 age adoption passing confidence devDependencies patch
netlify-cli 17.33.5 -> 17.36.4 age adoption passing confidence devDependencies minor
npm-run-all2 6.2.2 -> 6.2.3 age adoption passing confidence devDependencies patch
postcss (source) 8.4.40 -> 8.4.47 age adoption passing confidence dependencies patch
sass 1.77.8 -> 1.79.4 age adoption passing confidence devDependencies minor
svg-spritemap-webpack-plugin 4.5.1 -> 4.6.0 age adoption passing confidence devDependencies minor
webpack 5.93.0 -> 5.95.0 age adoption passing confidence devDependencies minor
webpack-dev-server 5.0.4 -> 5.1.0 age adoption passing confidence devDependencies minor

Release Notes

babel/babel (@​babel/cli)

v7.25.7

Compare Source

v7.25.6

Compare Source

🐛 Bug Fix
💅 Polish
  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes
  • babel-generator
🏠 Internal
babel/babel (@​babel/core)

v7.25.7

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator
🏃‍♀️ Performance
rollup/plugins (@​rollup/plugin-node-resolve)

v15.3.0

2024-09-23

Features
  • feat: allow preferBuiltins to be a function (#​1694)

v15.2.4

2024-09-22

Updates
  • chore: remove is-builtin-module (#​1735)
babel/babel-loader (babel-loader)

v9.2.1

Compare Source

v9.2.0

Compare Source

cheeriojs/cheerio (cheerio)

v1.0.0

Compare Source

Cheerio 1.0 is here! 🎉

Announcement Blog Post

Breaking Changes

New Features

Fixes

Other

Full Changelog: cheeriojs/cheerio@v1.0.0-rc.12...v1.0.0

codemirror/basic-setup (codemirror)

v5.65.18

Compare Source

jshttp/cookie (cookie)

v0.7.1

Compare Source

v0.7.0: 0.7.0

Compare Source

eslint/eslint (eslint)

v8.57.1

Compare Source

expressjs/express (express)

v4.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

v4.20.0

Compare Source

==========

  • deps: serve-static@0.16.0
    • Remove link renderization in html while redirecting
  • deps: send@0.19.0
    • Remove link renderization in html while redirecting
  • deps: body-parser@0.6.0
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: path-to-regexp@0.1.10
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie
theoephraim/node-google-spreadsheet (google-spreadsheet)

v4.1.4

Compare Source

  • fix(updateProperties): getFieldMask ignore gridProperties #674
  • add dmno and remove/encrypt test-related secrets, swap jest for vitest 927e9e8

v4.1.3

Compare Source

  • Read headers in batch on getRows() #693
  • Fix type of sheetsById in docs #658
  • Update authentication.md #699
  • update axios, fix new google-auth-library issue, fixes #​701 #​700 #701
  • fix setDataValidation docs 2bca048
  • Update FUNDING.yml 5459a87
  • use correct type in docs 6d210a2
  • allow CI manual reruns e10cbb1
jasmine/jasmine-npm (jasmine)

v5.3.1

Compare Source

Please see the release notes.

v5.3.0

Compare Source

Please see the release notes.

argos-ci/jest-puppeteer (jest-puppeteer)

v10.1.1

Compare Source

Note: Version bump only for package jest-puppeteer

v10.1.0

Compare Source

Note: Version bump only for package jest-puppeteer

10.0.1 (2024-02-15)

Note: Version bump only for package jest-puppeteer

webpack-contrib/mini-css-extract-plugin (mini-css-extract-plugin)

v2.9.1

Compare Source

netlify/cli (netlify-cli)

v17.36.4

Compare Source

Bug Fixes

v17.36.3

Compare Source

Bug Fixes

v17.36.2

Compare Source

Bug Fixes

v17.36.1

Compare Source

Bug Fixes

v17.36.0

Compare Source

Features
  • dev: update dev server plugin env variable to be an array of plugins (#​6811) (dbcf1f5)

v17.35.0

Compare Source

Features

v17.34.4

Compare Source

Bug Fixes

v17.34.3

Compare Source

Bug Fixes

v17.34.2

Compare Source

Bug Fixes

v17.34.1

Compare Source

Bug Fixes

v17.34.0

Compare Source

Features
Bug Fixes

v17.33.6

Compare Source

Bug Fixes
bcomnes/npm-run-all2 (npm-run-all2)

v6.2.3

Compare Source

Commits
  • Merge pull request #​151 from bcomnes/fix-pnpm-agian c43fa2b
  • Avoid passing config fields as flags for pnpm dc2d7da
postcss/postcss (postcss)

v8.4.47

Compare Source

  • Removed debug code.

v8.4.46

Compare Source

  • Fixed Cannot read properties of undefined (reading 'before').

v8.4.45

Compare Source

  • Removed unnecessary fix which could lead to infinite loop.

v8.4.44

Compare Source

  • Another way to fix markClean is not a function error.

v8.4.43

Compare Source

  • Fixed markClean is not a function error.

v8.4.42

Compare Source

  • Fixed CSS syntax error on long minified files (by @​varpstar).

v8.4.41

Compare Source

sass/dart-sass (sass)

v1.79.4

Compare Source

JS API
  • Fix a bug where passing green or blue to color.change() for legacy
    colors would fail.

v1.79.3

Compare Source

  • Update the $channel parameter in the suggested replacement for
    color.red(), color.green(), color.blue(), color.hue(),
    color.saturation(), color.lightness(), color.whiteness(), and
    color.blackness() to use a quoted string.

v1.79.2

Compare Source

  • Add a $space parameter to the suggested replacement for color.red(),
    color.green(), color.blue(), color.hue(), color.saturation(),
    color.lightness(), color.whiteness(), and color.blackness().

  • Update deprecation warnings for the legacy JS API to include a link to
    relevant documentation.

v1.79.1

Compare Source

  • No user-visible changes.

v1.79.0

Compare Source

  • Breaking change: Passing a number with unit % to the $alpha parameter
    of color.change(), color.adjust(), change-color(), and adjust-color()
    is now interpreted as a percentage, instead of ignoring the unit. For example,
    color.change(red, $alpha: 50%) now returns rgb(255 0 0 / 0.5).

  • Potentially breaking compatibility fix: Sass no longer rounds RGB channels
    to the nearest integer. This means that, for example, rgb(0 0 1) != rgb(0 0 0.6). This matches the latest version of the CSS spec and browser behavior.

  • Potentially breaking compatibility fix: Passing large positive or negative
    values to color.adjust() can now cause a color's channels to go outside that
    color's gamut. In most cases this will currently be clipped by the browser and
    end up showing the same color as before, but once browsers implement gamut
    mapping it may produce a different result.

  • Add support for CSS Color Level 4 [color spaces]. Each color value now tracks
    its color space along with the values of each channel in that color space.
    There are two general principles to keep in mind when dealing with new color
    spaces:

    1. With the exception of legacy color spaces (rgb, hsl, and hwb), colors
      will always be emitted in the color space they were defined in unless
      they're explicitly converted.

    2. The color.to-space() function is the only way to convert a color to
      another color space. Some built-in functions may do operations in a
      different color space, but they'll always convert back to the original space
      afterwards.

  • rgb colors can now have non-integer channels and channels outside the normal
    gamut of 0-255. These colors are always emitted using the rgb() syntax so
    that modern browsers that are being displayed on wide-gamut devices can
    display the most accurate color possible.

  • Add support for all the new color syntax defined in Color Level 4, including:

    • oklab(), oklch(), lab(), and lch() functions;
    • a top-level hwb() function that matches the space-separated CSS syntax;
    • and a color() function that supports the srgb, srgb-linear,
      display-p3, a98-rgb, prophoto-rgb, rec2020, xyz, xyz-d50, and
      xyz-d65 color spaces.
  • Add new functions for working with color spaces:

    • color.to-space($color, $space) converts $color to the given $space. In
      most cases this conversion is lossless—the color may end up out-of-gamut for
      the destination color space, but browsers will generally display it as best
      they can regardless. However, the hsl and hwb spaces can't represent
      out-of-gamut colors and so will be clamped.

    • color.channel($color, $channel, $space: null) returns the value of the
      given $channel in $color, after converting it to $space if necessary.
      It should be used instead of the old channel-specific functions such as
      color.red() and color.hue().

    • color.same($color1, $color2) returns whether two colors represent the same
      color even across color spaces. It differs from $color1 == $color2 because
      == never consider colors in different (non-legacy) spaces as equal.

    • color.is-in-gamut($color, $space: null) returns whether $color is
      in-gamut for its color space (or $space if it's passed).

    • color.to-gamut($color, $space: null) returns $color constrained to its
      space's gamut (or to $space's gamut, if passed). This is generally not
      recomme


Configuration

📅 Schedule: Branch creation - "after 4am on sunday" (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 force-pushed the renovate/packages branch 3 times, most recently from 87d7e60 to c1b3553 Compare August 19, 2024 15:09
@renovate renovate bot force-pushed the renovate/packages branch 3 times, most recently from 35d4080 to b5f7eb3 Compare August 26, 2024 18:38
@renovate renovate bot force-pushed the renovate/packages branch 8 times, most recently from 98871a7 to b68c574 Compare September 4, 2024 09:50
@renovate renovate bot force-pushed the renovate/packages branch 4 times, most recently from 96b6d3b to b7d7783 Compare September 10, 2024 04:12
@renovate renovate bot force-pushed the renovate/packages branch 7 times, most recently from f2bae39 to 80e33ec Compare September 16, 2024 19:02
@renovate renovate bot force-pushed the renovate/packages branch 4 times, most recently from cb11420 to fece579 Compare September 20, 2024 15:06
@renovate renovate bot force-pushed the renovate/packages branch 4 times, most recently from 35a1494 to 393636f Compare September 25, 2024 17:31
@renovate renovate bot force-pushed the renovate/packages branch 7 times, most recently from 240a758 to a9a608a Compare October 3, 2024 21: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.

1 participant