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.26.4 age adoption passing confidence devDependencies minor
@babel/core (source) 7.25.2 -> 7.26.7 age adoption passing confidence devDependencies minor
@babel/eslint-parser (source) 7.25.1 -> 7.26.5 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.25.9 age adoption passing confidence devDependencies minor
@babel/preset-env (source) 7.25.3 -> 7.26.7 age adoption passing confidence devDependencies minor
@babel/runtime (source) 7.25.0 -> 7.26.7 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.18 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.3 age adoption passing confidence devDependencies patch
express (source) 4.19.2 -> 4.21.2 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
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.4.2 age adoption passing confidence dependencies patch
jasmine (source) 5.2.0 -> 5.5.0 age adoption passing confidence devDependencies minor
jest-puppeteer (source) 10.0.1 -> 10.1.4 age adoption passing confidence devDependencies minor
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.1 age adoption passing confidence dependencies minor
prettier (source) 3.3.3 -> 3.4.2 age adoption passing confidence devDependencies minor
randomstring 1.3.0 -> 1.3.1 age adoption passing confidence dependencies patch
sass 1.77.8 -> 1.83.4 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.97.1 age adoption passing confidence devDependencies minor
webpack-dev-server 5.0.4 -> 5.2.0 age adoption passing confidence devDependencies minor

Release Notes

babel/babel (@​babel/cli)

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

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

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.3

Compare Source

Patch Changes

v5.2.2

Compare Source

Patch Changes
expressjs/express (express)

v4.21.2

Compare Source

v4.21.1

Compare Source

What's Changed

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

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: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • 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: [email protected]
    • 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
highlightjs/highlight.js (highlight.js)

v11.11.1

Compare Source

  • Fixes regression with Rust grammar.

v11.11.0

Compare Source

CAVEATS / POTENTIALLY BREAKING CHANGES

  • Nothing yet.

Core Grammars:

  • fix(rust) - adds emoji support in single quote strings [joshgoebel][]
  • fix(apache) - support line continuation via \ Josh Goebel
  • fix(makefile) - allow strings inside $() expressions aneesh98
  • enh(arcade) updated to ArcGIS Arcade version 1.29 Kristian Ekenes
  • enh(css) add all properties listed on MDN (96 additions including anchor-name, aspect-ratio, backdrop-filter, container, margin-trim, place-content, scroll-timeline, ...) BaliBalo
  • enh(excel) add built-in functions for Excel 365 release to 2024 Danny Winrow
  • enh(erlang) OTP 27 triple-quoted strings nixxquality
  • enh(erlang) OTP 27 doc attribute nixxquality
  • enh(erlang) OTP 27 Sigil type nixxquality
  • enh(erlang) OTP25/27 maybe statement nixxquality
  • enh(dart) Support digit-separators in number literals [Sam Rawlins][]
  • enh(csharp) add Contextual keywords file, args, dynamic, record, required and scoped Alvin Joy
  • enh(lua) add 'pluto' as an alias Sainan
  • enh(bash) add reserved keywords time and coproc Álvaro Mondéjar
  • enh(nix) update keywords [h7x4][]
  • enh(nix) support paths [h7x4][]
  • enh(nix) support lookup paths [h7x4][]
  • enh(nix) support operators [h7x4][]
  • enh(nix) support REPL keywords [h7x4][]
  • enh(nix) support markdown comments [h7x4][]
  • enh(nix) support basic function params [h7x4][]
  • enh(nix) better parsing of attrsets [h7x4][]
  • fix(c) - Fixed hex numbers with decimals Dxuian
  • fix(typescript) - Fixedoptional property not highlighted correctly Dxuian
  • fix(ruby) - fix |= operator false positives (as block arguments) Aboobacker MK
  • enh(gcode) rewrote language for modern gcode support Barthélémy Bonhomme
  • fix(sql) - Fixed sql primary key and foreign key spacing issue Dxuian
  • fix(cpp) added flat_set and flat_map as a part of cpp 23 version Lavan
  • fix(yaml) - Fixed special chars in yaml Dxuian
  • fix(basic) - Fixed closing quotation marks not required for a PRINT statement Somya
  • fix(nix) remove add builtin [h7x4][]
  • fix(nix) mark or as builtin instead of literal [h7x4][]
  • fix(nix) handle ''' string escapes [h7x4][]
  • fix(nix) handle backslash string escapes [h7x4][]
  • fix(nix) don't mix escapes for " and '' strings [h7x4][]
  • fix(swift) - Fixed syntax highlighting for class func/var declarations guuido
  • fix(yaml) - Fixed wrong escaping behavior in single quoted strings guuido
  • enh(nim) - Add concept and defer to list of Nim keywords Jake Leahy

New Grammars:

  • added 3rd party TTCN-3 grammar to SUPPORTED_LANGUAGES Osmocom
  • added 3rd party Odin grammar to SUPPORTED_LANGUAGES clsource
  • added 3rd party Liquid grammar to SUPPORTED_LANGUAGES Laurel King

Developer Tools:

  • Nothing yet.

Themes:

Improvements:

  • Resolve the memory leak problem when creating multiple Highlight.js instances Imken

CONTRIBUTORS

jantimon/html-webpack-plugin (html-webpack-plugin)

v5.6.3

Compare Source

v5.6.2

Compare Source

v5.6.1

Compare Source

luin/ioredis (ioredis)

[v5.4.2](https://redirect.github.com/luin/ioredis/blob/HEAD/CHANGEL


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 from 959e7e9 to 5c3d039 Compare November 18, 2024 21:59
@renovate renovate bot force-pushed the renovate/packages branch 4 times, most recently from 16d8085 to 56c54d1 Compare December 3, 2024 05:12
@renovate renovate bot force-pushed the renovate/packages branch 8 times, most recently from c5bb828 to 041f998 Compare December 5, 2024 23:30
@renovate renovate bot force-pushed the renovate/packages branch 5 times, most recently from d42a46d to 3483ce0 Compare December 17, 2024 18:16
@renovate renovate bot force-pushed the renovate/packages branch 2 times, most recently from 18f695f to 431d9e3 Compare December 25, 2024 22:04
@renovate renovate bot force-pushed the renovate/packages branch 2 times, most recently from 83b84d7 to dc6fe5f Compare January 10, 2025 17:25
@renovate renovate bot force-pushed the renovate/packages branch 6 times, most recently from 6ebe053 to 23652d5 Compare January 19, 2025 08:54
@renovate renovate bot force-pushed the renovate/packages branch from 23652d5 to e794226 Compare January 24, 2025 16:35
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