google-listings-and-ads
google-listings-and-ads copied to clipboard
Bump cookie, @automattic/calypso-analytics and @wordpress/scripts
Bumps cookie to 0.7.1 and updates ancestor dependencies cookie, @automattic/calypso-analytics and @wordpress/scripts. These dependencies need to be updated together.
Updates cookie from 0.4.2 to 0.7.1
Release notes
Sourced from cookie's releases.
0.7.1
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
serializewithout options, useobj.hasOwnPropertywhen parsing (#172)https://github.com/jshttp/cookie/compare/v0.7.0...v0.7.1
0.7.0
- perf: parse cookies ~10% faster (#144 by
@kurtextremand #170)- fix: narrow the validation of cookies to match RFC6265 (#167 by
@bewinsnw)- fix: add
maintopackage.jsonfor rspack (#166 by@proudparrot2)https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.0
0.6.0
- Add
partitionedoption0.5.0
- Add
priorityoption- Fix
expiresoption to reject invalid dates- pref: improve default decode speed
- pref: remove slow string split in parse
Commits
cf4658f0.7.16a8b8f5Allow leading dot for domain (#174)58015c0Remove more code and perf wins (#172)ab057d60.7.05f02ca8Migrate history to GitHub releasesa5d591cMigrate history to GitHub releases51968f9Skip isNaN9e7ca51perf(parse): cache length, return early (#144)d6f39b0Fix tests for old node6bb701fRemove failing scorecard- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.
Updates @automattic/calypso-analytics from 1.1.2 to 1.1.3
Changelog
Sourced from @automattic/calypso-analytics's changelog.
1.1.3
- Add "Remote Data Blocks" in the list of allowed sources.
Commits
cf4359bTracks: Add Remote Data Blocks in the list of allowed sources (#96007)9228dc4fix(deps): update dependency cookie to ^0.7.0 [security] (#95193)f05c0a9Tracking: Add user_lang to calypso events (#95297)f38108dSwap tracks linker parameters (#90450)5984136Migration: Add migration assistance step and zendesk ticket creation (#89896)- See full diff in compare view
Maintainer changes
This version was pushed to npm by mehmoodak, a new releaser for @automattic/calypso-analytics since your current version.
Updates @wordpress/scripts from 27.9.0 to 30.7.0
Changelog
Sourced from @wordpress/scripts's changelog.
30.7.0 (2024-12-11)
Internal
- The bundled
sassdependency has been updated from^1.35.2to^1.50.1(#67572).- The bundled
sass-loaderdependency has been updated from^12.1.0to^16.0.3(#67572).- The bundled
mini-css-extract-plugindependency has been updated from^2.5.1to^2.9.2(#67572).- The bundled
webpackdependency has been updated from^5.95.0to^5.97.0(#67572).- The bundled
cross-spawndependency has been updated from^5.1.0to^7.0.6(#67708).- The bundled
jest-dev-serverdependency has been updated from^9.0.1to^10.1.4(#67708).- The bundled
puppeteer-coredependency has been updated from^23.1.0to^23.10.1(#67708).Bug Fix
- Make React Fast Refresh in the
startcommand work with multiple blocks (64924).30.6.0 (2024-11-27)
30.5.1 (2024-11-18)
Bug Fix
- Revert changes from #61121 that inlined CSS files imported from other CSS files before optimization in the
buildcommand.30.5.0 (2024-11-16)
Bug Fix
- Make
startscript more resilient for developer errors (#66752).30.4.0 (2024-10-30)
Enhancements
- Add BlueOak-1.0.0 the GPLv2-compatible licenses recognized by check-licenses (#66139).
- Add an optional
--root-folderargument to theplugin-zipcommand (#61375). By default, the command will use the plugin's name as the root folder of the zip. If the change in the behavior impacted your workflow, you could pass--no-root-folderto remove the root folder.Internal
- Refactor to extract license related logic to a reusable module (#66179).
30.3.0 (2024-10-17)
New Features
- Add new
build-blocks-manifestcommand to generate a PHP file containing block metadata from allblock.jsonfiles in a project (#65866).30.2.0 (2024-10-16)
30.1.0 (2024-10-03)
... (truncated)
Commits
b432c18chore(release): publishf38cb4dUpdate changelog filese5570eaMerge changes published in the Gutenberg plugin "release/19.9" branchcce81c1chore(release): publish6db1992Update changelog filesb24995achore(release): publishb25f82fUpdate changelog filesfdbe988WP Scripts: Revert changes that inline CSS imports early in the build process...510540dchore(release): publish854d8c7Update changelog files- Additional commits viewable in compare view
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
|---|---|
| @wordpress/scripts | [> 24.6.0] |
You can trigger a rebase of this PR by commenting @dependabot rebase.
Note: Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Set the status: blocked label because of a breaking change in @wordpress/scripts 28.0.0 that requires a minimum support target greater than WordPress 6.5 if the plugin uses it to build React assets.
See: https://github.com/WordPress/gutenberg/blob/%40wordpress/scripts%4028.0.0/packages/scripts/CHANGELOG.md#2800-2024-05-31
@eason9487 can this be unblocked now for the team to review and merge it?
Hi @vikrampm1, with 3.4.0, the minimum support for WordPress has been updated to 6.6, so this issue can now be unblocked.
@dependabot rebase
@dependabot rebase
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
@dependabot rebase
Closing in favour of #3068
OK, I won't notify you again about this release, but will get in touch when a new version is available.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.