Skip to content

Update packages #6836

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

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.27.0 age adoption passing confidence devDependencies minor
@babel/core (source) 7.25.2 -> 7.26.10 age adoption passing confidence devDependencies minor
@babel/eslint-parser (source) 7.25.1 -> 7.27.0 age adoption passing confidence devDependencies minor
@babel/node (source) 7.25.0 -> 7.26.0 age adoption passing confidence devDependencies minor
@babel/plugin-transform-modules-commonjs (source) 7.24.8 -> 7.26.3 age adoption passing confidence devDependencies minor
@babel/plugin-transform-runtime (source) 7.24.7 -> 7.26.10 age adoption passing confidence devDependencies minor
@babel/preset-env (source) 7.25.3 -> 7.26.9 age adoption passing confidence devDependencies minor
@babel/runtime (source) 7.25.0 -> 7.27.0 age adoption passing confidence devDependencies minor
@rollup/plugin-node-resolve (source) 15.2.3 -> 15.3.1 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.19 age adoption passing confidence devDependencies patch
cookie 0.6.0 -> 0.7.2 age adoption passing confidence dependencies minor
cookie-parser 1.4.6 -> 1.4.7 age adoption passing confidence dependencies patch
crypto-browserify 3.12.0 -> 3.12.1 age adoption passing confidence dependencies patch
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence devDependencies patch
eslint-plugin-prettier 5.2.1 -> 5.2.6 age adoption passing confidence devDependencies patch
express (source) 4.19.2 -> 4.21.2 age adoption passing confidence dependencies minor
gcp-metadata 6.1.0 -> 6.1.1 age adoption passing confidence dependencies patch
golang 1.22 -> 1.24 age adoption passing confidence final minor
google-spreadsheet (source) 4.1.2 -> 4.1.4 age adoption passing confidence dependencies patch
highlight.js (source) 11.10.0 -> 11.11.1 age adoption passing confidence devDependencies minor
html-webpack-plugin 5.6.0 -> 5.6.3 age adoption passing confidence devDependencies patch
ioredis 5.4.1 -> 5.6.1 age adoption passing confidence dependencies minor
jasmine (source) 5.2.0 -> 5.6.0 age adoption passing confidence devDependencies minor
jest-puppeteer (source) 10.0.1 -> 10.1.4 age adoption passing confidence devDependencies minor
js-beautify (source) 1.15.1 -> 1.15.4 age adoption passing confidence devDependencies patch
mini-css-extract-plugin 2.9.0 -> 2.9.2 age adoption passing confidence devDependencies patch
netlify-cli 17.33.5 -> 17.38.1 age adoption passing confidence devDependencies minor
npm-run-all2 6.2.2 -> 6.2.6 age adoption passing confidence devDependencies patch
postcss (source) 8.4.40 -> 8.5.3 age adoption passing confidence dependencies minor
prettier (source) 3.3.3 -> 3.5.3 age adoption passing confidence devDependencies minor
python 3.9 -> 3.13 age adoption passing confidence uses-with minor
randomstring 1.3.0 -> 1.3.1 age adoption passing confidence dependencies patch
sass 1.77.8 -> 1.86.3 age adoption passing confidence devDependencies minor
svg-spritemap-webpack-plugin 4.5.1 -> 4.7.0 age adoption passing confidence devDependencies minor
webpack 5.93.0 -> 5.99.6 age adoption passing confidence devDependencies minor
webpack-dev-server 5.0.4 -> 5.2.1 age adoption passing confidence devDependencies minor
ws 8.18.0 -> 8.18.1 age adoption passing confidence dependencies patch

Release Notes

babel/babel (@​babel/cli)

v7.27.0

Compare Source

👓 Spec Compliance
🚀 New Feature
🐛 Bug Fix
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-traverse
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-cli
  • babel-plugin-transform-named-capturing-groups-regex, babel-types
🏃‍♀️ Performance

v7.26.4

Compare Source

↩️ Revert
  • babel-traverse

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance

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

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
rollup/plugins (@​rollup/plugin-node-resolve)

v15.3.1

2024-12-15

Updates
  • refactor: replace test with includes (#​1787)

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

What's Changed

Full Changelog: babel/babel-loader@v9.2.0...v9.2.1

v9.2.0

Compare Source

What's Changed

Full Changelog: babel/babel-loader@v9.1.3...v9.2.0

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.19

Compare Source

v5.65.18

Compare Source

jshttp/cookie (cookie)

v0.7.2

Compare Source

Fixed

v0.7.1: 0.7.1

Compare Source

Fixed

  • Allow leading dot for domain (#​174)
    • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
  • Add fast path for serialize without options, use obj.hasOwnProperty when parsing (#​172)

v0.7.0: 0.7.0

Compare Source

expressjs/cookie-parser (cookie-parser)

v1.4.7

Compare Source

==========

  • deps: [email protected]
    • Fix object assignment of hasOwnProperty
  • deps: [email protected]
    • Allow leading dot for domain
      • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
    • Add fast path for serialize without options, use obj.hasOwnProperty when parsing
  • deps: [email protected]
    • perf: parse cookies ~10% faster
    • fix: narrow the validation of cookies to match RFC6265
    • fix: add main to package.json for rspack
  • deps: [email protected]
    • Add partitioned option
  • deps: [email protected]
    • Add priority option
    • Fix expires option to reject invalid dates
    • pref: improve default decode speed
    • pref: remove slow string split in parse
  • deps: [email protected]
    • pref: read value only when assigning in parse
    • pref: remove unnecessary regexp in parse
browserify/crypto-browserify (crypto-browserify)

v3.12.1

Compare Source

eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes
  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)
Documentation
Build Related
  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)
Chores
prettier/eslint-plugin-pre

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 6 times, most recently from eaa6dd3 to 5090eb7 Compare September 12, 2024 00:18
@renovate renovate bot force-pushed the renovate/packages branch 10 times, most recently from fece579 to 8e0864c Compare September 20, 2024 22:43
@renovate renovate bot force-pushed the renovate/packages branch 2 times, most recently from df1ec6b to ce4c151 Compare February 6, 2025 00:37
@renovate renovate bot force-pushed the renovate/packages branch 10 times, most recently from eb4ff23 to fce8f63 Compare February 14, 2025 01:47
@renovate renovate bot force-pushed the renovate/packages branch from fce8f63 to 11e13a3 Compare February 14, 2025 15:40
@renovate renovate bot force-pushed the renovate/packages branch 4 times, most recently from 878f67f to fcfedd5 Compare February 27, 2025 18:24
@renovate renovate bot force-pushed the renovate/packages branch 2 times, most recently from dd7f330 to 6bd823a Compare March 6, 2025 07:51
@renovate renovate bot force-pushed the renovate/packages branch 2 times, most recently from cde7e56 to 508c8ce Compare March 19, 2025 19:50
@renovate renovate bot force-pushed the renovate/packages branch 2 times, most recently from 70925f9 to b72d35a Compare March 27, 2025 03:46
@renovate renovate bot force-pushed the renovate/packages branch 4 times, most recently from 6412989 to 4e562a5 Compare April 8, 2025 02:56
@renovate renovate bot force-pushed the renovate/packages branch from 4e562a5 to ca947d3 Compare April 12, 2025 07:56
@renovate renovate bot force-pushed the renovate/packages branch from ca947d3 to a529a36 Compare April 19, 2025 12:03
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.

0 participants